Searched defs:caller_frame (Results 1 – 4 of 4) sorted by relevance
/art/runtime/mirror/ |
D | emulated_stack_frame.cc | 150 const ShadowFrame& caller_frame, in CreateFromShadowFrameAndArgs()
|
/art/runtime/ |
D | method_handles.cc | 312 inline void CopyArgumentsFromCallerFrame(const ShadowFrame& caller_frame, in CopyArgumentsFromCallerFrame() 338 const ShadowFrame& caller_frame, in ConvertAndCopyArgumentsFromCallerFrame()
|
/art/runtime/interpreter/ |
D | unstarted_runtime_test.cc | 962 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
|
D | interpreter_common.cc | 1507 inline void CopyRegisters(ShadowFrame& caller_frame, in CopyRegisters()
|