Home
last modified time | relevance | path

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

/arkcompiler/runtime_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/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/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/runtime/bridge/
Dbridge.h45 extern "C" void InterpreterToCompiledCodeBridgeDyn(const uint8_t *, const Frame *, const Method *, …
/arkcompiler/runtime_core/runtime/tests/
Di2c_bridge_test.cpp1191 InterpreterToCompiledCodeBridgeDyn(insn, frame, &callee, thread_); in TEST_F()
1198 InterpreterToCompiledCodeBridgeDyn(range_insn, frame, &callee, thread_); in TEST_F()
1230 InterpreterToCompiledCodeBridgeDyn(insn, frame, &callee, thread_); in TEST_F()
1237 InterpreterToCompiledCodeBridgeDyn(range_insn, frame, &callee, thread_); in TEST_F()
1279 InterpreterToCompiledCodeBridgeDyn(insn, frame, &callee, thread_); in TEST_F()
1314 InterpreterToCompiledCodeBridgeDyn(insn, frame, &callee, thread_); in TEST_F()
1321 InterpreterToCompiledCodeBridgeDyn(range_insn, frame, &callee, thread_); in TEST_F()
1366 InterpreterToCompiledCodeBridgeDyn(insn, frame, &callee, thread_); in TEST_F()
1405 InterpreterToCompiledCodeBridgeDyn(insn, frame, &callee, thread_); in TEST_F()
1413 InterpreterToCompiledCodeBridgeDyn(range_insn, frame, &callee, thread_); in TEST_F()
[all …]
/arkcompiler/runtime_core/runtime/interpreter/
Dinterpreter-inl.h3069InterpreterToCompiledCodeBridgeDyn(this->GetInst().GetAddress(), this->GetFrame(), method, in CallCompiledCode()