Searched defs:nativePointer (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
| D | js_stackinfo.h | 26 uintptr_t *nativePointer = nullptr; member
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_collator.h | 66 JSNativePointer *nativePointer = JSNativePointer::Cast(GetIcuField().GetTaggedObject()); in FIRST_BIT_FIELD() local
|
| D | method.h | 354 void SetNativePointer(void *nativePointer) in SetNativePointer()
|
| D | js_object.cpp | 2023 void ECMAObject::SetNativePointerField(int32_t index, void *nativePointer, in SetNativePointerField()
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_array_buffer_test.cpp | 105 JSHandle<JSNativePointer> nativePointer = in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
| D | snapshot_processor.cpp | 1423 auto nativePointer = *reinterpret_cast<void **>(slot.SlotAddress()); in SerializeObject() local 1621 EncodeBit SnapshotProcessor::NativePointerToEncodeBit(void *nativePointer) in NativePointerToEncodeBit() 1642 size_t SnapshotProcessor::SearchNativeMethodIndex(void *nativePointer) in SearchNativeMethodIndex()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
| D | optimized_call.cpp | 404 Register nativePointer = rsi; in JSProxyCallInternalWithArgV() local 643 Register nativePointer = rsi; in GenJSCall() local 842 Register nativePointer = rsi; in ConstructorJSCall() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi.cpp | 992 Local<NativePointerRef> NativePointerRef::New(const EcmaVM *vm, void *nativePointer, size_t nativeB… in New() 1001 …const EcmaVM *vm, void *nativePointer, NativePointerCallback callBack, void *data, size_t nativeBi… in New() 1011 JSHandle<JSTaggedValue> nativePointer = JSNApiHelper::ToJSHandle(this); in Value() local 1240 void ObjectRef::SetNativePointerField(int32_t index, void *nativePointer, in SetNativePointerField()
|