Searched refs:InterpreterToCompiledCodeBridge (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | i2c_bridge_test.cpp | 151 InterpreterToCompiledCodeBridge(insn, frame, &callee, thread_); in TEST_F() 156 InterpreterToCompiledCodeBridge(insn2, frame, &callee, thread_); in TEST_F() 186 InterpreterToCompiledCodeBridge(insn, frame, &callee, thread_); in TEST_F() 191 InterpreterToCompiledCodeBridge(insn2, frame, &callee, thread_); in TEST_F() 217 InterpreterToCompiledCodeBridge(insn, frame, &callee, thread_); in TEST_F() 224 InterpreterToCompiledCodeBridge(insnAcc, frame, &callee, thread_); in TEST_F() 252 InterpreterToCompiledCodeBridge(insn, frame, &callee, thread_); in TEST_F() 259 InterpreterToCompiledCodeBridge(insnAcc, frame, &callee, thread_); in TEST_F() 287 InterpreterToCompiledCodeBridge(insn, frame, &callee, thread_); in TEST_F() 315 InterpreterToCompiledCodeBridge(insn, frame, &callee, thread_); in TEST_F() [all …]
|
| /arkcompiler/runtime_core/static_core/runtime/bridge/ |
| D | bridge.h | 28 extern "C" void InterpreterToCompiledCodeBridge(const uint8_t *, const Frame *, const Method *, Man…
|
| /arkcompiler/runtime_core/static_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/static_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/static_core/runtime/bridge/arch/aarch64/ |
| D | interpreter_to_compiled_code_bridge_aarch64.S | 177 .global InterpreterToCompiledCodeBridge symbol 178 .type InterpreterToCompiledCodeBridge, %function 179 InterpreterToCompiledCodeBridge: label
|
| /arkcompiler/runtime_core/static_core/runtime/bridge/arch/amd64/ |
| D | interpreter_to_compiled_code_bridge_amd64.S | 218 .global InterpreterToCompiledCodeBridge symbol 219 TYPE_FUNCTION(InterpreterToCompiledCodeBridge) 220 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/static_core/docs/ |
| D | runtime-compiled_code-interaction.md | 221 In other cases the interpreter calls the function `InterpreterToCompiledCodeBridge` passing to it t… 224 `InterpreterToCompiledCodeBridge` function does the following: 235 `InterpreterToCompiledCodeBridge`'s boundary stack frame is necessary to link the interpreter's fra…
|
| /arkcompiler/runtime_core/static_core/runtime/interpreter/ |
| D | interpreter-inl.h | 3410 …InterpreterToCompiledCodeBridge(this->GetInst().GetAddress(), this->GetFrame(), method, this->GetT… in CallCompiledCode()
|