Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.h33 uintptr_t *nativePointer = nullptr; member
/arkcompiler/ets_runtime/ecmascript/
Djs_collator.h66 JSNativePointer *nativePointer = JSNativePointer::Cast(GetIcuField().GetTaggedObject()); in FIRST_BIT_FIELD() local
Dmethod.h378 void SetNativePointer(void *nativePointer) in SetNativePointer()
Djs_object.cpp2751 void ECMAObject::SetNativePointerField(const JSThread *thread, int32_t index, void *nativePointer, in SetNativePointerField()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_array_buffer_test.cpp108 JSHandle<JSNativePointer> nativePointer = in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/runtime/include/
Dmethod.h636 void SetNativePointer(void *nativePointer) in SetNativePointer()
896 std::atomic<void *> nativePointer; member
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp1473 auto nativePointer = *reinterpret_cast<void **>(slot.SlotAddress()); in SerializeObject() local
1705 EncodeBit SnapshotProcessor::NativePointerToEncodeBit(void *nativePointer) in NativePointerToEncodeBit()
1726 size_t SnapshotProcessor::SearchNativeMethodIndex(void *nativePointer) in SearchNativeMethodIndex()
/arkcompiler/ets_runtime/ecmascript/serializer/
Dbase_deserializer.cpp220 JSNativePointer *nativePointer = reinterpret_cast<JSNativePointer *>(object); in HandleNewObjectEncodeFlag() local
/arkcompiler/toolchain/tooling/test/
Ddebugger_events_test.cpp572 std::unique_ptr<PtJson> nativePointer; in HWTEST_F_L0() local
/arkcompiler/toolchain/tooling/base/
Dpt_events.h299 MixedStack &SetNativePointers(std::vector<void *> nativePointer) in SetNativePointers()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp1908 void ObjectRef::SetNativePointerField(const EcmaVM *vm, int32_t index, void *nativePointer, in SetNativePointerField()
1920 Local<NativePointerRef> NativePointerRef::New(const EcmaVM *vm, void *nativePointer, size_t nativeB… in New()
1930 …const EcmaVM *vm, void *nativePointer, NativePointerCallback callBack, void *data, size_t nativeBi… in New()
1942 JSHandle<JSTaggedValue> nativePointer = JSNApiHelper::ToJSHandle(this); in Value() local
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp902 std::vector<void *> nativePointer; in GetNativePointer() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Doptimized_call.cpp393 Register nativePointer = rsi; in GenJSCall() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_sample.cpp1088 [](void *nativePointer, void *data) { in NewClassFunction()