Home
last modified time | relevance | path

Searched refs:InvokeWithShadowFrame (Results 1 – 3 of 3) sorted by relevance

/art/runtime/entrypoints/interpreter/
Dinterpreter_entrypoints.cc52 InvokeWithShadowFrame(self, shadow_frame, arg_offset, mh, result); in artInterpreterToCompiledCodeBridge()
/art/runtime/
Dreflection.h66 void InvokeWithShadowFrame(Thread* self, ShadowFrame* shadow_frame, uint16_t arg_offset,
Dreflection.cc503 void InvokeWithShadowFrame(Thread* self, ShadowFrame* shadow_frame, uint16_t arg_offset, in InvokeWithShadowFrame() function