Searched defs:nativeCode (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
| D | asm_interpreter_call.cpp | 765 Register nativeCode = rsi; in CallNativeWithArgv() local 850 Register nativeCode = r10; in CallNativeEntry() local 906 Register nativeCode = rax; in PushCallArgsAndDispatchNative() local 928 void AsmInterpreterCall::CallNativeInternal(ExtendedAssembler *assembler, Register nativeCode) in CallNativeInternal()
|
| D | optimized_call.cpp | 246 Register nativeCode = rsi; in CallBuiltinTrampoline() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
| D | asm_interpreter_call.cpp | 466 Register nativeCode(X1); in CallNativeWithArgv() local 584 Register nativeCode(X0); in PushCallArgsAndDispatchNative() local 626 void AsmInterpreterCall::CallNativeInternal(ExtendedAssembler *assembler, Register nativeCode) in CallNativeInternal() 1229 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 | 4548 GateRef nativeCode = Load(VariableType::NATIVE_POINTER(), method, in JSCallDispatch() local 4844 void StubBuilder::CallFastPath(GateRef glue, GateRef nativeCode, GateRef func, GateRef thisValue, in CallFastPath()
|