| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_array_buffer_test.cpp | 84 JSHandle<JSNativePointer> nativePointer = in HWTEST_F_L0() local
|
| D | js_map_test.cpp | 104 auto *nativePointer = pointArr + i; in HWTEST_F_L0() local
|
| D | gc_second_test.cpp | 173 [[maybe_unused]] JSHandle<JSNativePointer> nativePointer = factory->NewJSNativePointer( in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_collator.h | 67 JSNativePointer *nativePointer = JSNativePointer::Cast(GetIcuField().GetTaggedObject()); in FIRST_BIT_FIELD() local
|
| D | method.h | 404 void SetNativePointer(void *nativePointer) in SetNativePointer()
|
| D | js_object.cpp | 2856 JSHandle<JSTaggedValue> nativePointer(thread, value); in SetHash() local 2917 void ECMAObject::SetNativePointerField(const JSThread *thread, int32_t index, void *nativePointer, in SetNativePointerField()
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | method.h | 653 void SetNativePointer(void *nativePointer) in SetNativePointer() 916 std::atomic<void *> nativePointer; member
|
| /arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
| D | js_stackinfo.h | 40 uintptr_t *nativePointer = nullptr; member
|
| /arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
| D | snapshot_processor.cpp | 1452 auto nativePointer = *reinterpret_cast<void **>(slot.SlotAddress()); in SerializeObject() local 1696 EncodeBit SnapshotProcessor::NativePointerToEncodeBit(void *nativePointer) in NativePointerToEncodeBit() 1718 size_t SnapshotProcessor::SearchNativeMethodIndex(void *nativePointer) in SearchNativeMethodIndex()
|
| /arkcompiler/ets_runtime/ecmascript/serializer/ |
| D | base_deserializer.cpp | 182 JSNativePointer *nativePointer = reinterpret_cast<JSNativePointer *>(object); in HandleNewObjectEncodeFlag() local
|
| /arkcompiler/toolchain/tooling/test/ |
| D | debugger_events_test.cpp | 572 std::unique_ptr<PtJson> nativePointer; in HWTEST_F_L0() local
|
| /arkcompiler/toolchain/tooling/base/ |
| D | pt_events.h | 299 MixedStack &SetNativePointers(std::vector<void *> nativePointer) in SetNativePointers()
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi_expo.cpp | 1076 JSHandle<JSTaggedValue> nativePointer = JSNApiHelper::ToJSHandle(this); in GetNativePointerValueImpl() local 2924 void ObjectRef::SetNativePointerField(const EcmaVM *vm, int32_t index, void *nativePointer, in SetNativePointerField() 2936 …id ObjectRef::SetConcurrentNativePointerField(const EcmaVM *vm, int32_t index, void *nativePointer, in SetConcurrentNativePointerField() 2949 Local<NativePointerRef> NativePointerRef::New(const EcmaVM *vm, void *nativePointer, size_t nativeB… in New() 2960 …const EcmaVM *vm, void *nativePointer, NativePointerCallback callBack, void *data, size_t nativeBi… in New() 2971 …const EcmaVM *vm, void *nativePointer, NativePointerCallback callBack, void *data, size_t nativeBi… in NewConcurrent() 2982 …const EcmaVM *vm, void *nativePointer, NativePointerCallback callBack, void *data, size_t nativeBi… in NewSendable() 2995 JSHandle<JSTaggedValue> nativePointer = JSNApiHelper::ToJSHandle(this); in Value() local
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | debugger_api.cpp | 917 std::vector<void *> nativePointer; in GetNativePointer() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
| D | optimized_call.cpp | 495 Register nativePointer = rsi; in GenJSCall() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_sample.cpp | 1074 [](void *env, void *nativePointer, void *data) { in NewClassFunction()
|