Searched defs:nativeCode (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_proxy_stub_builder.cpp | 21 void BuiltinsProxyStubBuilder::GenProxyConstructor(GateRef nativeCode, GateRef func, GateRef newTar… in GenProxyConstructor()
|
| D | builtins_number_stub_builder.cpp | 236 void BuiltinsNumberStubBuilder::GenNumberConstructor(GateRef nativeCode, GateRef func, GateRef newT… in GenNumberConstructor()
|
| D | builtins_stubs.cpp | 183 GateRef BuiltinsStubBuilder::CallSlowPath(GateRef nativeCode, GateRef glue, GateRef thisValue, in CallSlowPath()
|
| D | linked_hashtable_stub_builder.cpp | 648 …GateRef nativeCode, GateRef func, GateRef newTarget, GateRef thisValue, GateRef numArgs, GateRef a… in GenMapSetConstructor()
|
| D | builtins_array_stub_builder.cpp | 5033 void BuiltinsArrayStubBuilder::GenArrayConstructor(GateRef glue, GateRef nativeCode, in GenArrayConstructor()
|
| D | builtins_typedarray_stub_builder.cpp | 3111 void BuiltinsTypedArrayStubBuilder::GenTypedArrayConstructor(GateRef glue, GateRef nativeCode, Gate… in GenTypedArrayConstructor()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | builtins_lowering.cpp | 542 GateRef nativeCode = builder_.Load(VariableType::NATIVE_POINTER(), function, in LowerCallBuiltinStub() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
| D | asm_interpreter_call.cpp | 480 Register nativeCode(X1); in CallNativeWithArgv() local 620 Register nativeCode(X0); in PushCallArgsAndDispatchNative() local 671 void AsmInterpreterCall::CallNativeInternal(ExtendedAssembler *assembler, Register nativeCode) in CallNativeInternal() 1900 Register nativeCode(X7); in CallNativeEntry() local 1943 Register nativeCode(X7); in CallFastBuiltin() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
| D | asm_interpreter_call.cpp | 820 Register nativeCode = rsi; in CallNativeWithArgv() local 927 Register nativeCode = r10; in CallNativeEntry() local 971 Register nativeCode = r10; in CallFastBuiltin() local 1079 Register nativeCode = rax; in PushCallArgsAndDispatchNative() local 1109 void AsmInterpreterCall::CallNativeInternal(ExtendedAssembler *assembler, Register nativeCode) in CallNativeInternal()
|
| D | optimized_call.cpp | 266 Register nativeCode = rsi; in CallBuiltinTrampoline() local
|