Searched refs:InterpreterToCompiledCodeBridgeDyn (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/runtime_core/runtime/bridge/arch/arm/ |
| D | interpreter_to_compiled_code_bridge_dyn_arm.S | 21 .global InterpreterToCompiledCodeBridgeDyn symbol 22 .type InterpreterToCompiledCodeBridgeDyn, %function 23 InterpreterToCompiledCodeBridgeDyn: label
|
| /arkcompiler/runtime_core/runtime/bridge/arch/amd64/ |
| D | interpreter_to_compiled_code_bridge_dyn_amd64.S | 23 .global InterpreterToCompiledCodeBridgeDyn symbol 24 TYPE_FUNCTION(InterpreterToCompiledCodeBridgeDyn) 25 InterpreterToCompiledCodeBridgeDyn: label
|
| /arkcompiler/runtime_core/runtime/bridge/arch/aarch64/ |
| D | interpreter_to_compiled_code_bridge_dyn_aarch64.S | 23 .global InterpreterToCompiledCodeBridgeDyn symbol 24 .type InterpreterToCompiledCodeBridgeDyn, %function 25 InterpreterToCompiledCodeBridgeDyn: label
|
| /arkcompiler/runtime_core/runtime/bridge/ |
| D | bridge.h | 45 extern "C" void InterpreterToCompiledCodeBridgeDyn(const uint8_t *, const Frame *, const Method *, …
|
| /arkcompiler/runtime_core/runtime/tests/ |
| D | i2c_bridge_test.cpp | 1191 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/ |
| D | interpreter-inl.h | 3069 … InterpreterToCompiledCodeBridgeDyn(this->GetInst().GetAddress(), this->GetFrame(), method, in CallCompiledCode()
|