unboxLocals 252 core/MethodInfo.h void unboxLocals(const Atom* src, int32_t srcPos, Traits** traitArr, FramePtr dest, int32_t destPos, int32_t length); unboxLocals 787 core/avmplusDebugger.cpp info->unboxLocals(&val, 0, trace->traits(), trace->framep(), firstArgument+which, 1); unboxLocals 857 core/avmplusDebugger.cpp info->unboxLocals(&val, 0, trace->traits(), trace->framep(), firstLocal+which, 1);