Searched defs:caller_frame (Results 1 - 3 of 3) sorted by relevance

/art/runtime/mirror/
H A Demulated_stack_frame.cc146 const ShadowFrame& caller_frame,
186 ShadowFrameGetter getter(caller_frame, operands);
142 CreateFromShadowFrameAndArgs( Thread* self, Handle<mirror::MethodType> caller_type, Handle<mirror::MethodType> callee_type, const ShadowFrame& caller_frame, const InstructionOperands* const operands) argument
/art/runtime/interpreter/
H A Dunstarted_runtime_test.cc979 ShadowFrame* caller_frame = ShadowFrame::CreateDeoptimizedFrame(10, nullptr, caller_method, 0); local
980 shadow_frame->SetLink(caller_frame);
986 ShadowFrame::DeleteDeoptimizedFrame(caller_frame);
997 ShadowFrame* caller_frame = ShadowFrame::CreateDeoptimizedFrame(10, nullptr, caller_method, 0); local
998 shadow_frame->SetLink(caller_frame);
1007 ShadowFrame::DeleteDeoptimizedFrame(caller_frame);
H A Dinterpreter_common.cc513 ALWAYS_INLINE void CopyRegisters(ShadowFrame& caller_frame,
1170 inline void CopyRegisters(ShadowFrame& caller_frame, argument
1180 AssignRegister(callee_frame, caller_frame, dest_reg, src_reg);
1186 AssignRegister(callee_frame, caller_frame, first_dest_reg + arg_index, arg[arg_index]);

Completed in 80 milliseconds