Home
last modified time | relevance | path

Searched defs:nativeCode (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_proxy_stub_builder.cpp23 void BuiltinsProxyStubBuilder::GenProxyConstructor(GateRef nativeCode, GateRef func, GateRef newTarget) in GenProxyConstructor() argument
H A Dbuiltins_stubs.cpp183 GateRef BuiltinsStubBuilder::CallSlowPath(GateRef nativeCode, GateRe argument
[all...]
H A Dbuiltins_number_stub_builder.cpp240 void BuiltinsNumberStubBuilder::GenNumberConstructor(GateRef nativeCode, GateRef func, GateRef newTarget) in GenNumberConstructor() argument
H A Dlinked_hashtable_stub_builder.cpp641 GenMapSetConstructor( GateRef nativeCode, GateRef func, GateRef newTarget, GateRef thisValue, GateRef numArgs, GateRef arg0, GateRef argv) GenMapSetConstructor() argument
H A Dbuiltins_typedarray_stub_builder.cpp3092 void BuiltinsTypedArrayStubBuilder::GenTypedArrayConstructor(GateRef glue, GateRef nativeCode, GateRef func, in GenTypedArrayConstructor() argument
H A Dbuiltins_array_stub_builder.cpp4743 void BuiltinsArrayStubBuilder::GenArrayConstructor(GateRef glue, GateRef nativeCode, in GenArrayConstructor() argument
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Dasm_interpreter_call.cpp681 void AsmInterpreterCall::CallNativeInternal(ExtendedAssembler *assembler, Register nativeCode) in CallNativeInternal() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Doptimized_call.cpp275 Register nativeCode = rsi; in CallBuiltinTrampoline() local
H A Dasm_interpreter_call.cpp830 Register nativeCode = rsi; in CallNativeWithArgv() local
938 Register nativeCode = r10; in CallNativeEntry() local
940 __ Movq(Operand(method, Method::NATIVE_POINTER_OR_BYTECODE_ARRAY_OFFSET), nativeCode); // get native pointer in CallNativeEntry() local
977 Register nativeCode = r10; in CallFastBuiltin() local
1085 Register nativeCode in PushCallArgsAndDispatchNative() local
1115 CallNativeInternal(ExtendedAssembler *assembler, Register nativeCode) CallNativeInternal() argument
[all...]

Completed in 25 milliseconds