Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/xgc/
Dremark_cycle_test.cpp70 ScopedNativeCodeThread nativeCode(coro); in GCPhaseStarted() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_sync_primitives.cpp190 ScopedNativeCodeThread nativeCode(EtsCoroutine::GetCurrent()); in Acquire() local
/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.cpp212 GateRef BuiltinsStubBuilder::CallSlowPath(GateRef nativeCode, GateRef glue, GateRef globalEnv, Gate… in CallSlowPath()
Dlinked_hashtable_stub_builder.cpp648GateRef nativeCode, GateRef func, GateRef newTarget, GateRef thisValue, GateRef numArgs, GateRef a… in GenMapSetConstructor()
Dbuiltins_array_stub_builder.cpp5052 void BuiltinsArrayStubBuilder::GenArrayConstructor(GateRef glue, GateRef nativeCode, in GenArrayConstructor()
Dbuiltins_typedarray_stub_builder.cpp3137 void BuiltinsTypedArrayStubBuilder::GenTypedArrayConstructor(GateRef glue, GateRef nativeCode, Gate… in GenTypedArrayConstructor()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbuiltins_lowering.cpp543 GateRef nativeCode = builder_.LoadWithoutBarrier(VariableType::NATIVE_POINTER(), function, in LowerCallBuiltinStub() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Dasm_interpreter_call.cpp828 Register nativeCode = rsi; in CallNativeWithArgv() local
933 Register nativeCode = r10; in CallNativeEntry() local
1006 Register nativeCode = rax; in PushCallArgsAndDispatchNative() local
1036 void AsmInterpreterCall::CallNativeInternal(ExtendedAssembler *assembler, Register nativeCode) in CallNativeInternal()
Doptimized_call.cpp266 Register nativeCode = rsi; in CallBuiltinTrampoline() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Dasm_interpreter_call.cpp488 Register nativeCode(X1); in CallNativeWithArgv() local
628 Register nativeCode(X0); in PushCallArgsAndDispatchNative() local
679 void AsmInterpreterCall::CallNativeInternal(ExtendedAssembler *assembler, Register nativeCode) in CallNativeInternal()
1827 Register nativeCode(X7); in CallNativeEntry() local
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dstackful_coroutine_manager.cpp920 ScopedNativeCodeThread nativeCode(co); in OnNativeCallExit() local