Searched refs:InterpreterToCompiledCodeBridge (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/runtime_core/runtime/tests/ |
| D | i2c_bridge_test.cpp | 137 InterpreterToCompiledCodeBridge(insn, frame, &callee, thread_); in TEST_F() 142 InterpreterToCompiledCodeBridge(insn2, frame, &callee, thread_); in TEST_F() 172 InterpreterToCompiledCodeBridge(insn, frame, &callee, thread_); in TEST_F() 177 InterpreterToCompiledCodeBridge(insn2, frame, &callee, thread_); in TEST_F() 203 InterpreterToCompiledCodeBridge(insn, frame, &callee, thread_); in TEST_F() 210 InterpreterToCompiledCodeBridge(insn_acc, frame, &callee, thread_); in TEST_F() 239 InterpreterToCompiledCodeBridge(insn, frame, &callee, thread_); in TEST_F() 246 InterpreterToCompiledCodeBridge(insn_acc, frame, &callee, thread_); in TEST_F() 275 InterpreterToCompiledCodeBridge(insn, frame, &callee, thread_); in TEST_F() 304 InterpreterToCompiledCodeBridge(insn, frame, &callee, thread_); in TEST_F() [all …]
|
| /arkcompiler/runtime_core/runtime/bridge/ |
| D | bridge.h | 44 extern "C" void InterpreterToCompiledCodeBridge(const uint8_t *, const Frame *, const Method *, Man…
|
| /arkcompiler/runtime_core/runtime/bridge/arch/x86/ |
| D | interpreter_to_compiled_code_bridge_x86.S | 116 .global InterpreterToCompiledCodeBridge symbol 117 .type InterpreterToCompiledCodeBridge, %function 118 InterpreterToCompiledCodeBridge: label
|
| /arkcompiler/runtime_core/runtime/bridge/arch/arm/ |
| D | interpreter_to_compiled_code_bridge_arm.S | 117 .global InterpreterToCompiledCodeBridge symbol 118 .type InterpreterToCompiledCodeBridge, %function 119 InterpreterToCompiledCodeBridge: label
|
| D | interpreter_to_compiled_code_bridge_armhf.S | 283 .global InterpreterToCompiledCodeBridge symbol 284 .type InterpreterToCompiledCodeBridge, %function 285 InterpreterToCompiledCodeBridge: label
|
| /arkcompiler/runtime_core/runtime/bridge/arch/aarch64/ |
| D | interpreter_to_compiled_code_bridge_aarch64.S | 169 .global InterpreterToCompiledCodeBridge symbol 170 .type InterpreterToCompiledCodeBridge, %function 171 InterpreterToCompiledCodeBridge: label
|
| /arkcompiler/runtime_core/runtime/bridge/arch/amd64/ |
| D | interpreter_to_compiled_code_bridge_amd64.S | 263 .global InterpreterToCompiledCodeBridge symbol 264 TYPE_FUNCTION(InterpreterToCompiledCodeBridge) 265 InterpreterToCompiledCodeBridge: label
|
| /arkcompiler/runtime_core/docs/ |
| D | runtime-compiled_code-interaction.md | 215 In other cases the interpreter calls the function `InterpreterToCompiledCodeBridge` passing to it t… 218 `InterpreterToCompiledCodeBridge` function does the following: 229 `InterpreterToCompiledCodeBridge`'s boundary stack frame is necessary to link the interpreter's fra…
|
| /arkcompiler/runtime_core/runtime/interpreter/ |
| D | interpreter-inl.h | 3072 …InterpreterToCompiledCodeBridge(this->GetInst().GetAddress(), this->GetFrame(), method, this->GetT… in CallCompiledCode()
|