Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_proxy_stub_builder.cpp21 void BuiltinsProxyStubBuilder::GenProxyConstructor(GateRef nativeCode, GateRef func, GateRef newTar… in GenProxyConstructor()
Dbuiltins_number_stub_builder.cpp236 void BuiltinsNumberStubBuilder::GenNumberConstructor(GateRef nativeCode, GateRef func, GateRef newT… in GenNumberConstructor()
Dbuiltins_stubs.cpp183 GateRef BuiltinsStubBuilder::CallSlowPath(GateRef nativeCode, GateRef glue, GateRef thisValue, in CallSlowPath()
Dlinked_hashtable_stub_builder.cpp648GateRef nativeCode, GateRef func, GateRef newTarget, GateRef thisValue, GateRef numArgs, GateRef a… in GenMapSetConstructor()
Dbuiltins_array_stub_builder.cpp5033 void BuiltinsArrayStubBuilder::GenArrayConstructor(GateRef glue, GateRef nativeCode, in GenArrayConstructor()
Dbuiltins_typedarray_stub_builder.cpp3111 void BuiltinsTypedArrayStubBuilder::GenTypedArrayConstructor(GateRef glue, GateRef nativeCode, Gate… in GenTypedArrayConstructor()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbuiltins_lowering.cpp542 GateRef nativeCode = builder_.Load(VariableType::NATIVE_POINTER(), function, in LowerCallBuiltinStub() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Dasm_interpreter_call.cpp480 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/
Dasm_interpreter_call.cpp820 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()
Doptimized_call.cpp266 Register nativeCode = rsi; in CallBuiltinTrampoline() local