Home
last modified time | relevance | path

Searched refs:InterpreterToCompiledCodeBridge (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/runtime/tests/
Di2c_bridge_test.cpp137 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/
Dbridge.h44 extern "C" void InterpreterToCompiledCodeBridge(const uint8_t *, const Frame *, const Method *, Man…
/arkcompiler/runtime_core/runtime/bridge/arch/x86/
Dinterpreter_to_compiled_code_bridge_x86.S116 .global InterpreterToCompiledCodeBridge symbol
117 .type InterpreterToCompiledCodeBridge, %function
118 InterpreterToCompiledCodeBridge: label
/arkcompiler/runtime_core/runtime/bridge/arch/arm/
Dinterpreter_to_compiled_code_bridge_arm.S117 .global InterpreterToCompiledCodeBridge symbol
118 .type InterpreterToCompiledCodeBridge, %function
119 InterpreterToCompiledCodeBridge: label
Dinterpreter_to_compiled_code_bridge_armhf.S283 .global InterpreterToCompiledCodeBridge symbol
284 .type InterpreterToCompiledCodeBridge, %function
285 InterpreterToCompiledCodeBridge: label
/arkcompiler/runtime_core/runtime/bridge/arch/aarch64/
Dinterpreter_to_compiled_code_bridge_aarch64.S169 .global InterpreterToCompiledCodeBridge symbol
170 .type InterpreterToCompiledCodeBridge, %function
171 InterpreterToCompiledCodeBridge: label
/arkcompiler/runtime_core/runtime/bridge/arch/amd64/
Dinterpreter_to_compiled_code_bridge_amd64.S263 .global InterpreterToCompiledCodeBridge symbol
264 TYPE_FUNCTION(InterpreterToCompiledCodeBridge)
265 InterpreterToCompiledCodeBridge: label
/arkcompiler/runtime_core/docs/
Druntime-compiled_code-interaction.md215 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/
Dinterpreter-inl.h3072InterpreterToCompiledCodeBridge(this->GetInst().GetAddress(), this->GetFrame(), method, this->GetT… in CallCompiledCode()