Home
last modified time | relevance | path

Searched refs:InvokeCompiledCodeWithArgArrayDyn (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/bridge/arch/arm/
Dinterpreter_to_compiled_code_bridge_dyn_arm.S102 .global InvokeCompiledCodeWithArgArrayDyn symbol
103 .type InvokeCompiledCodeWithArgArrayDyn, %function
104 InvokeCompiledCodeWithArgArrayDyn: label
/arkcompiler/runtime_core/static_core/runtime/bridge/arch/aarch64/
Dinterpreter_to_compiled_code_bridge_dyn_aarch64.S114 .global InvokeCompiledCodeWithArgArrayDyn symbol
115 .type InvokeCompiledCodeWithArgArrayDyn, %function
116 InvokeCompiledCodeWithArgArrayDyn: label
/arkcompiler/runtime_core/static_core/runtime/bridge/arch/amd64/
Dinterpreter_to_compiled_code_bridge_dyn_amd64.S135 .global InvokeCompiledCodeWithArgArrayDyn symbol
136 TYPE_FUNCTION(InvokeCompiledCodeWithArgArrayDyn)
137 InvokeCompiledCodeWithArgArrayDyn: label
/arkcompiler/runtime_core/static_core/runtime/bridge/
Dbridge.h31 extern "C" uint64_t InvokeCompiledCodeWithArgArrayDyn(const uint64_t *, uint32_t, const Frame *, co…
/arkcompiler/runtime_core/static_core/runtime/include/
Dmethod-inl.h121 …uint64_t ret = InvokeCompiledCodeWithArgArrayDyn(reinterpret_cast<uint64_t *>(args), numArgs, curr… in CompiledCodeExecute()