Home
last modified time | relevance | path

Searched defs:nativePointer (Results 1 – 24 of 24) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/serializer/
Dinter_op_value_serializer.cpp64 JSTaggedValue nativePointer = xRefObject->GetNativePointerByIndex(thread_, 0); in SerializeInterOpObjectImpl() local
Dbase_deserializer.cpp183 JSNativePointer *nativePointer = reinterpret_cast<JSNativePointer *>(object); in HandleNewObjectEncodeFlag() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_forin_iterator_test.cpp70 auto *nativePointer = pointArr; in HWTEST_F_L0() local
Djs_array_buffer_test.cpp84 JSHandle<JSNativePointer> nativePointer = in HWTEST_F_L0() local
Djs_map_test.cpp104 auto *nativePointer = pointArr + i; in HWTEST_F_L0() local
Dgc_second_test.cpp226 [[maybe_unused]] JSHandle<JSNativePointer> nativePointer = factory->NewJSNativePointer( in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Djs_collator.h84 … JSNativePointer *nativePointer = JSNativePointer::Cast(GetIcuField(thread).GetTaggedObject()); in FIRST_BIT_FIELD() local
Djs_function.h176 void SetNativePointer(void *nativePointer) in SetNativePointer()
Dmethod.h404 void SetNativePointer(void *nativePointer) in SetNativePointer()
Djs_thread.cpp1525 JSHandle<JSNativePointer> nativePointer(globalEnv->GetModuleManagerNativePointer()); in GetModuleManager() local
Djs_object.cpp3103 JSHandle<JSTaggedValue> nativePointer(thread, value); in SetHash() local
3184void *nativePointer, const NativePointerCallback &callBack, void *data, in SetNativePointerField()
Dobject_factory.cpp2336 void *nativePointer = const_cast<void *>(method->GetNativePointer()); in SetNativePointerToFunctionFromMethod() local
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_manager.cpp388 …JSHandle<JSNativePointer> nativePointer = factory->NewJSNativePointer(reinterpret_cast<void *>(mod… in CreateModuleManagerNativePointer() local
398 JSHandle<JSNativePointer> nativePointer(globalEnv->GetModuleManagerNativePointer()); in SyncModuleExecuteMode() local
/arkcompiler/runtime_core/static_core/runtime/include/
Dmethod.h656 void SetNativePointer(void *nativePointer) in SetNativePointer()
943 std::atomic<void *> nativePointer; member
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/
Dets_codegen_extensions.cpp87 auto *nativePointer = GetRuntime()->GetMethodNativePointer(method); in EtsGetMethodNativePointer() local
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp1556 auto nativePointer = *reinterpret_cast<void **>(slot.SlotAddress()); in VisitObjectRangeImpl() local
1883 EncodeBit SnapshotProcessor::NativePointerToEncodeBit(void *nativePointer) in NativePointerToEncodeBit()
1905 size_t SnapshotProcessor::SearchNativeMethodIndex(void *nativePointer) in SearchNativeMethodIndex()
/arkcompiler/toolchain/tooling/dynamic/test/
Ddebugger_events_test.cpp572 std::unique_ptr<PtJson> nativePointer; in HWTEST_F_L0() local
/arkcompiler/toolchain/tooling/dynamic/base/
Dpt_events.h328 MixedStack &SetNativePointers(std::vector<void *> nativePointer) in SetNativePointers()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp1170 JSHandle<JSTaggedValue> nativePointer = JSNApiHelper::ToJSHandle(this); in GetNativePointerValueImpl() local
3204 void ObjectRef::SetNativePointerField(const EcmaVM *vm, int32_t index, void *nativePointer, in SetNativePointerField()
3216 …id ObjectRef::SetConcurrentNativePointerField(const EcmaVM *vm, int32_t index, void *nativePointer, in SetConcurrentNativePointerField()
3230 Local<NativePointerRef> NativePointerRef::New(const EcmaVM *vm, void *nativePointer, size_t nativeB… in New()
3241 …const EcmaVM *vm, void *nativePointer, NativePointerCallback callBack, void *data, size_t nativeBi… in New()
3252 …const EcmaVM *vm, void *nativePointer, NativePointerCallback callBack, void *data, size_t nativeBi… in NewConcurrent()
3263 …const EcmaVM *vm, void *nativePointer, NativePointerCallback callBack, void *data, size_t nativeBi… in NewSendable()
3276 JSHandle<JSTaggedValue> nativePointer = JSNApiHelper::ToJSHandle(this); in Value() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Doptimized_call.cpp486 Register nativePointer = rsi; in GenJSCall() local
612 Register nativePointer = rsi; in GenJSCall() local
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp932 std::vector<void *> nativePointer; in GetNativePointer() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dinterpreter-inl.cpp623 void *nativePointer = callTarget->GetNativePointer(thread); in ExecuteNative() local
1426 void *nativePointer = funcObject->GetNativePointer(thread); in RunInternal() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_sample.cpp1122 [](void *env, void *nativePointer, void *data) { in NewClassFunction()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h3573 …GateRef nativePointer = LoadPrimitive(VariableType::NATIVE_POINTER(), method, nativePointerOffset); in SetNativePointerToFunctionFromMethod() local