boxLocals         251 core/MethodInfo.h 		void boxLocals(FramePtr src, int32_t srcPos, Traits** traitArr, Atom* dest, int32_t destPos, int32_t length);
boxLocals         737 core/avmplusDebugger.cpp 			trace->info()->boxLocals(trace->framep(), 0, trace->traits(), &a, 0, 1); // pull framep[0] = [this] 
boxLocals         764 core/avmplusDebugger.cpp 				info->boxLocals(trace->framep(), firstArgument, trace->traits(), ar, 0, count);
boxLocals         812 core/avmplusDebugger.cpp 				info->boxLocals(trace->framep(), firstLocal, trace->traits(), ar, 0, count);