Searched defs:nativeCode (Results 1 - 9 of 9) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | builtins_proxy_stub_builder.cpp | 23 void BuiltinsProxyStubBuilder::GenProxyConstructor(GateRef nativeCode, GateRef func, GateRef newTarget)
in GenProxyConstructor() argument
|
| H A D | builtins_stubs.cpp | 183 GateRef BuiltinsStubBuilder::CallSlowPath(GateRef nativeCode, GateRe argument [all...] |
| H A D | builtins_number_stub_builder.cpp | 240 void BuiltinsNumberStubBuilder::GenNumberConstructor(GateRef nativeCode, GateRef func, GateRef newTarget)
in GenNumberConstructor() argument
|
| H A D | linked_hashtable_stub_builder.cpp | 641 GenMapSetConstructor( GateRef nativeCode, GateRef func, GateRef newTarget, GateRef thisValue, GateRef numArgs, GateRef arg0, GateRef argv) GenMapSetConstructor() argument
|
| H A D | builtins_typedarray_stub_builder.cpp | 3092 void BuiltinsTypedArrayStubBuilder::GenTypedArrayConstructor(GateRef glue, GateRef nativeCode, GateRef func,
in GenTypedArrayConstructor() argument
|
| H A D | builtins_array_stub_builder.cpp | 4743 void BuiltinsArrayStubBuilder::GenArrayConstructor(GateRef glue, GateRef nativeCode, in GenArrayConstructor() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
| H A D | asm_interpreter_call.cpp | 681 void AsmInterpreterCall::CallNativeInternal(ExtendedAssembler *assembler, Register nativeCode) in CallNativeInternal() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
| H A D | optimized_call.cpp | 275 Register nativeCode = rsi; in CallBuiltinTrampoline() local
|
| H A D | asm_interpreter_call.cpp | 830 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