Searched defs:nativeCode (Results 1 – 13 of 13) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/xgc/ |
| D | remark_cycle_test.cpp | 70 ScopedNativeCodeThread nativeCode(coro); in GCPhaseStarted() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| D | ets_sync_primitives.cpp | 190 ScopedNativeCodeThread nativeCode(EtsCoroutine::GetCurrent()); in Acquire() local
|
| /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 | 212 GateRef BuiltinsStubBuilder::CallSlowPath(GateRef nativeCode, GateRef glue, GateRef globalEnv, Gate… 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 | 5052 void BuiltinsArrayStubBuilder::GenArrayConstructor(GateRef glue, GateRef nativeCode, in GenArrayConstructor()
|
| D | builtins_typedarray_stub_builder.cpp | 3137 void BuiltinsTypedArrayStubBuilder::GenTypedArrayConstructor(GateRef glue, GateRef nativeCode, Gate… in GenTypedArrayConstructor()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | builtins_lowering.cpp | 543 GateRef nativeCode = builder_.LoadWithoutBarrier(VariableType::NATIVE_POINTER(), function, in LowerCallBuiltinStub() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
| D | asm_interpreter_call.cpp | 828 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()
|
| D | optimized_call.cpp | 266 Register nativeCode = rsi; in CallBuiltinTrampoline() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
| D | asm_interpreter_call.cpp | 488 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/ |
| D | stackful_coroutine_manager.cpp | 920 ScopedNativeCodeThread nativeCode(co); in OnNativeCallExit() local
|