Searched defs:nativeCode (Results 1 – 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
D | asm_interpreter_call.cpp | 770 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()
|
D | optimized_call.cpp | 234 Register nativeCode = rsi; in CallBuiltinTrampoline() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
D | asm_interpreter_call.cpp | 469 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/ |
D | builtins_stubs.cpp | 84 GateRef BuiltinsStubBuilder::CallSlowPath(GateRef nativeCode, GateRef glue, GateRef thisValue, in CallSlowPath()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | stub_builder.cpp | 5188 GateRef nativeCode = Load(VariableType::NATIVE_POINTER(), method, in JSCallDispatch() local 5743 void StubBuilder::CallFastPath(GateRef glue, GateRef nativeCode, GateRef func, GateRef thisValue, in CallFastPath()
|