Home
last modified time | relevance | path

Searched defs:caller_frame (Results 1 – 4 of 4) sorted by relevance

/art/runtime/mirror/
Demulated_stack_frame.cc146 const ShadowFrame& caller_frame, in CreateFromShadowFrameAndArgs()
/art/runtime/
Dmethod_handles.cc310 inline void CopyArgumentsFromCallerFrame(const ShadowFrame& caller_frame, in CopyArgumentsFromCallerFrame()
336 const ShadowFrame& caller_frame, in ConvertAndCopyArgumentsFromCallerFrame()
/art/runtime/interpreter/
Dunstarted_runtime_test.cc979 ShadowFrame* caller_frame = ShadowFrame::CreateDeoptimizedFrame(10, nullptr, caller_method, 0); in TEST_F() local
997 ShadowFrame* caller_frame = ShadowFrame::CreateDeoptimizedFrame(10, nullptr, caller_method, 0); in TEST_F() local
Dinterpreter_common.cc1170 inline void CopyRegisters(ShadowFrame& caller_frame, in CopyRegisters()