Home
last modified time | relevance | path

Searched refs:CompiledCodeToInterpreterBridge (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/runtime/bridge/arch/arm/
Dcompiled_code_to_interpreter_bridge_armsf.S30 .global CompiledCodeToInterpreterBridge symbol
31 .type CompiledCodeToInterpreterBridge, %function
32 CompiledCodeToInterpreterBridge: label
Dcompiled_code_to_interpreter_bridge_arm.S30 .global CompiledCodeToInterpreterBridge symbol
31 .type CompiledCodeToInterpreterBridge, %function
32 CompiledCodeToInterpreterBridge: label
Dcompiled_code_to_interpreter_bridge_armhf.S30 .global CompiledCodeToInterpreterBridge symbol
31 .type CompiledCodeToInterpreterBridge, %function
32 CompiledCodeToInterpreterBridge: label
/arkcompiler/runtime_core/runtime/bridge/
Dbridge.cpp28 extern "C" void CompiledCodeToInterpreterBridge(Method *);
44 bridge = reinterpret_cast<const void *>(CompiledCodeToInterpreterBridge); in GetCompiledCodeToInterpreterBridge()
52 return reinterpret_cast<const void *>(CompiledCodeToInterpreterBridge); in GetCompiledCodeToInterpreterBridge()
/arkcompiler/runtime_core/runtime/bridge/arch/x86/
Dcompiled_code_to_interpreter_bridge_x86.S29 .global CompiledCodeToInterpreterBridge symbol
30 .type CompiledCodeToInterpreterBridge, %function
31 CompiledCodeToInterpreterBridge: label
/arkcompiler/runtime_core/runtime/bridge/arch/amd64/
Dcompiled_code_to_interpreter_bridge_amd64.S32 .global CompiledCodeToInterpreterBridge symbol
33 TYPE_FUNCTION(CompiledCodeToInterpreterBridge)
34 CompiledCodeToInterpreterBridge: label
/arkcompiler/runtime_core/runtime/bridge/arch/aarch64/
Dcompiled_code_to_interpreter_bridge_aarch64.S32 .global CompiledCodeToInterpreterBridge symbol
33 .type CompiledCodeToInterpreterBridge, %function
34 CompiledCodeToInterpreterBridge: label
/arkcompiler/runtime_core/docs/
Druntime-compiled_code-interaction.md80 …he `compiled_entry_point_` must point to a runtime function `CompiledCodeToInterpreterBridge` whic…
214 If the entrypoint points to `CompiledCodeToInterpreterBridge` then the callee should be executed by…
252 If a function should be executed by the interpreter it must have `CompiledCodeToInterpreterBridge` …
253 `CompiledCodeToInterpreterBridge` does the following:
256 * Fill in the interpreter frame by the arguments passed to `CompiledCodeToInterpreterBridge` in the…
262 `CompiledCodeToInterpreterBridge`'s boundary stack frame is necessary to link the compiled code's f…