Home
last modified time | relevance | path

Searched refs:CreateFrameForMethod (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints.h35 extern "C" Frame *CreateFrameForMethod(Method *method, Frame *prev);
Dentrypoints.cpp576 extern "C" Frame *CreateFrameForMethod(Method *method, Frame *prev) in CreateFrameForMethod() function
/arkcompiler/runtime_core/static_core/runtime/bridge/arch/x86/
Dcompiled_code_to_interpreter_bridge_x86.S23 .extern CreateFrameForMethod
70 calll CreateFrameForMethod
/arkcompiler/runtime_core/static_core/runtime/bridge/arch/amd64/
Dcompiled_code_to_interpreter_bridge_amd64.S26 .extern CreateFrameForMethod
118 callq CreateFrameForMethod@plt
/arkcompiler/runtime_core/static_core/runtime/bridge/arch/arm/
Dcompiled_code_to_interpreter_bridge_arm.S24 .extern CreateFrameForMethod
124 blx CreateFrameForMethod
Dcompiled_code_to_interpreter_bridge_armhf.S24 .extern CreateFrameForMethod
119 blx CreateFrameForMethod
/arkcompiler/runtime_core/static_core/runtime/bridge/arch/aarch64/
Dcompiled_code_to_interpreter_bridge_aarch64.S26 .extern CreateFrameForMethod
134 bl CreateFrameForMethod