Searched defs:nativeCode (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_proxy_stub_builder.cpp | 23 void BuiltinsProxyStubBuilder::GenProxyConstructor(GateRef nativeCode, GateRef func, GateRef newTar… in GenProxyConstructor()
|
| D | builtins_number_stub_builder.cpp | 240 void BuiltinsNumberStubBuilder::GenNumberConstructor(GateRef nativeCode, GateRef func, GateRef newT… in GenNumberConstructor()
|
| D | builtins_stubs.cpp | 181 GateRef BuiltinsStubBuilder::CallSlowPath(GateRef nativeCode, GateRef glue, GateRef thisValue, in CallSlowPath()
|
| D | linked_hashtable_stub_builder.cpp | 642 …GateRef nativeCode, GateRef func, GateRef newTarget, GateRef thisValue, GateRef numArgs, GateRef a… in GenMapSetConstructor()
|
| D | builtins_array_stub_builder.cpp | 4490 void BuiltinsArrayStubBuilder::GenArrayConstructor(GateRef glue, GateRef nativeCode, in GenArrayConstructor()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
| D | asm_interpreter_call.cpp | 830 Register nativeCode = rsi; in CallNativeWithArgv() local 936 Register nativeCode = r10; in CallNativeEntry() local 992 Register nativeCode = rax; in PushCallArgsAndDispatchNative() local 1022 void AsmInterpreterCall::CallNativeInternal(ExtendedAssembler *assembler, Register nativeCode) in CallNativeInternal()
|
| D | optimized_call.cpp | 275 Register nativeCode = rsi; in CallBuiltinTrampoline() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
| D | asm_interpreter_call.cpp | 490 Register nativeCode(X1); in CallNativeWithArgv() local 630 Register nativeCode(X0); in PushCallArgsAndDispatchNative() local 681 void AsmInterpreterCall::CallNativeInternal(ExtendedAssembler *assembler, Register nativeCode) in CallNativeInternal() 1714 Register nativeCode(X7); in CallNativeEntry() local
|