Home
last modified time | relevance | path

Searched defs:nativeCode (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Dasm_interpreter_call.cpp770 Register nativeCode = rsi; in CallNativeWithArgv() local
854 Register nativeCode = r10; in CallNativeEntry() local
910 Register nativeCode = rax; in PushCallArgsAndDispatchNative() local
930 void AsmInterpreterCall::CallNativeInternal(ExtendedAssembler *assembler, Register nativeCode) in CallNativeInternal()
Doptimized_call.cpp234 Register nativeCode = rsi; in CallBuiltinTrampoline() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Dasm_interpreter_call.cpp469 Register nativeCode(X1); in CallNativeWithArgv() local
585 Register nativeCode(X0); in PushCallArgsAndDispatchNative() local
623 void AsmInterpreterCall::CallNativeInternal(ExtendedAssembler *assembler, Register nativeCode) in CallNativeInternal()
1248 Register nativeCode(X7); in CallNativeEntry() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.cpp84 GateRef BuiltinsStubBuilder::CallSlowPath(GateRef nativeCode, GateRef glue, GateRef thisValue, in CallSlowPath()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp5188 GateRef nativeCode = Load(VariableType::NATIVE_POINTER(), method, in JSCallDispatch() local
5743 void StubBuilder::CallFastPath(GateRef glue, GateRef nativeCode, GateRef func, GateRef thisValue, in CallFastPath()