Home
last modified time | relevance | path

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

/aosp12/art/runtime/mirror/
H A Demulated_stack_frame.cc150 const ShadowFrame& caller_frame, in CreateFromShadowFrameAndArgs()
/aosp12/art/runtime/
H A Dmethod_handles.cc313 inline void CopyArgumentsFromCallerFrame(const ShadowFrame& caller_frame, in CopyArgumentsFromCallerFrame()
339 const ShadowFrame& caller_frame, in ConvertAndCopyArgumentsFromCallerFrame()
/aosp12/art/runtime/interpreter/
H A Dunstarted_runtime_test.cc957 UniqueDeoptShadowFramePtr caller_frame = CreateShadowFrame(10, nullptr, caller_method, 0); in TEST_F() local
975 UniqueDeoptShadowFramePtr caller_frame = CreateShadowFrame(10, nullptr, caller_method, 0); in TEST_F() local
H A Dinterpreter_common.cc1182 inline void CopyRegisters(ShadowFrame& caller_frame, in CopyRegisters()