Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/tests/
Di2c_bridge_test.cpp151 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/
Dbridge.h28 extern "C" void InterpreterToCompiledCodeBridge(const uint8_t *, const Frame *, const Method *, Man…
/arkcompiler/runtime_core/static_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/static_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/static_core/runtime/bridge/arch/aarch64/
Dinterpreter_to_compiled_code_bridge_aarch64.S177 .global InterpreterToCompiledCodeBridge symbol
178 .type InterpreterToCompiledCodeBridge, %function
179 InterpreterToCompiledCodeBridge: label
/arkcompiler/runtime_core/static_core/runtime/bridge/arch/amd64/
Dinterpreter_to_compiled_code_bridge_amd64.S218 .global InterpreterToCompiledCodeBridge symbol
219 TYPE_FUNCTION(InterpreterToCompiledCodeBridge)
220 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/static_core/docs/
Druntime-compiled_code-interaction.md221 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/
Dinterpreter-inl.h3410InterpreterToCompiledCodeBridge(this->GetInst().GetAddress(), this->GetFrame(), method, this->GetT… in CallCompiledCode()