Searched defs:nativePointer (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
| D | js_stackinfo.h | 28 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 | 377 void SetNativePointer(void *nativePointer) in SetNativePointer()
|
| D | js_object.cpp | 2274 void ECMAObject::SetNativePointerField(int32_t index, void *nativePointer, in SetNativePointerField()
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_array_buffer_test.cpp | 107 JSHandle<JSNativePointer> nativePointer = in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
| D | snapshot_processor.cpp | 1459 auto nativePointer = *reinterpret_cast<void **>(slot.SlotAddress()); in SerializeObject() local 1693 EncodeBit SnapshotProcessor::NativePointerToEncodeBit(void *nativePointer) in NativePointerToEncodeBit() 1714 size_t SnapshotProcessor::SearchNativeMethodIndex(void *nativePointer) in SearchNativeMethodIndex()
|
| /arkcompiler/toolchain/tooling/base/ |
| D | pt_events.h | 270 NativeCalling &SetNativePointer(std::vector<void *> nativePointer) in SetNativePointer()
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi.cpp | 1304 Local<NativePointerRef> NativePointerRef::New(const EcmaVM *vm, void *nativePointer, size_t nativeB… in New() 1314 …const EcmaVM *vm, void *nativePointer, NativePointerCallback callBack, void *data, size_t nativeBi… in New() 1325 JSHandle<JSTaggedValue> nativePointer = JSNApiHelper::ToJSHandle(this); in Value() local 1662 void ObjectRef::SetNativePointerField(int32_t index, void *nativePointer, in SetNativePointerField()
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | debugger_api.cpp | 824 std::vector<void *> nativePointer; in GetNativePointer() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
| D | optimized_call.cpp | 389 Register nativePointer = rsi; in GenJSCall() local
|