Home
last modified time | relevance | path

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

/art/runtime/mirror/
Demulated_stack_frame.cc150 const ShadowFrame& caller_frame, in CreateFromShadowFrameAndArgs()
/art/runtime/
Dmethod_handles.cc312 inline void CopyArgumentsFromCallerFrame(const ShadowFrame& caller_frame, in CopyArgumentsFromCallerFrame()
338 const ShadowFrame& caller_frame, in ConvertAndCopyArgumentsFromCallerFrame()
/art/runtime/interpreter/
Dunstarted_runtime_test.cc962 UniqueDeoptShadowFramePtr caller_frame = CreateShadowFrame(10, nullptr, caller_method, 0); in TEST_F() local
980 UniqueDeoptShadowFramePtr caller_frame = CreateShadowFrame(10, nullptr, caller_method, 0); in TEST_F() local
Dinterpreter_common.cc1507 inline void CopyRegisters(ShadowFrame& caller_frame, in CopyRegisters()