Home
last modified time | relevance | path

Searched refs:InterpreterToCompiledCodeBridgeDyn (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/bridge/arch/arm/
Dinterpreter_to_compiled_code_bridge_dyn_arm.S21 .global InterpreterToCompiledCodeBridgeDyn symbol
22 .type InterpreterToCompiledCodeBridgeDyn, %function
23 InterpreterToCompiledCodeBridgeDyn: label
/arkcompiler/runtime_core/static_core/runtime/bridge/arch/aarch64/
Dinterpreter_to_compiled_code_bridge_dyn_aarch64.S23 .global InterpreterToCompiledCodeBridgeDyn symbol
24 .type InterpreterToCompiledCodeBridgeDyn, %function
25 InterpreterToCompiledCodeBridgeDyn: label
/arkcompiler/runtime_core/static_core/runtime/bridge/arch/amd64/
Dinterpreter_to_compiled_code_bridge_dyn_amd64.S23 .global InterpreterToCompiledCodeBridgeDyn symbol
24 TYPE_FUNCTION(InterpreterToCompiledCodeBridgeDyn)
25 InterpreterToCompiledCodeBridgeDyn: label
/arkcompiler/runtime_core/static_core/runtime/bridge/
Dbridge.h29 extern "C" void InterpreterToCompiledCodeBridgeDyn(const uint8_t *, const Frame *, const Method *, …
/arkcompiler/runtime_core/static_core/runtime/interpreter/
Dinterpreter-inl.h3407InterpreterToCompiledCodeBridgeDyn(this->GetInst().GetAddress(), this->GetFrame(), method, in CallCompiledCode()