Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_array_buffer_test.cpp84 JSHandle<JSNativePointer> nativePointer = in HWTEST_F_L0() local
H A Dgc_second_test.cpp193 [[maybe_unused]] JSHandle<JSNativePointer> nativePointer = factory->NewJSNativePointer( in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
H A Djs_stackinfo.h50 uintptr_t *nativePointer = nullptr; member
/arkcompiler/ets_runtime/ecmascript/
H A Djs_collator.h84 JSNativePointer *nativePointer = JSNativePointer::Cast(GetIcuField().GetTaggedObject()); in GetIcuCollator() local
H A Dmethod.h404 void SetNativePointer(void *nativePointer) in SetNativePointer() argument
H A Djs_object.cpp2928 void ECMAObject::SetNativePointerField(const JSThread *thread, int32_t index, void *nativePointer, in SetNativePointerField() argument
/arkcompiler/toolchain/tooling/test/
H A Ddebugger_events_test.cpp572 std::unique_ptr<PtJson> nativePointer; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/serializer/
H A Dbase_deserializer.cpp183 JSNativePointer *nativePointer = reinterpret_cast<JSNativePointer *>(object); in HandleNewObjectEncodeFlag() local
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dmethod.h653 void SetNativePointer(void *nativePointer) in SetNativePointer() argument
916 std::atomic<void *> nativePointer; member
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Doptimized_call.cpp495 Register nativePointer = rsi; in GenJSCall() local
499 __ Mov(Operand(method, Method::NATIVE_POINTER_OR_BYTECODE_ARRAY_OFFSET), nativePointer); // native pointer in GenJSCall() local
/arkcompiler/toolchain/tooling/base/
H A Dpt_events.h299 MixedStack &SetNativePointers(std::vector<void *> nativePointer) in SetNativePointers() argument
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot_processor.cpp1696 EncodeBit SnapshotProcessor::NativePointerToEncodeBit(void *nativePointer) in NativePointerToEncodeBit() argument
1718 size_t SnapshotProcessor::SearchNativeMethodIndex(void *nativePointer) in SearchNativeMethodIndex() argument
/arkcompiler/ets_runtime/ecmascript/debugger/
H A Ddebugger_api.cpp917 std::vector<void *> nativePointer; in GetNativePointer() local
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp1076 JSHandle<JSTaggedValue> nativePointer = JSNApiHelper::ToJSHandle(this); in GetNativePointerValueImpl() local
2975 void ObjectRef::SetNativePointerField(const EcmaVM *vm, int32_t index, void *nativePointer, in SetNativePointerField() argument
2987 void ObjectRef::SetConcurrentNativePointerField(const EcmaVM *vm, int32_t index, void *nativePointer, in SetConcurrentNativePointerField() argument
3000 Local<NativePointerRef> NativePointerRef::New(const EcmaVM *vm, void *nativePointer, size_t nativeBindingsize) in New() argument
3010 New( const EcmaVM *vm, void *nativePointer, NativePointerCallback callBack, void *data, size_t nativeBindingsize) New() argument
3021 NewConcurrent( const EcmaVM *vm, void *nativePointer, NativePointerCallback callBack, void *data, size_t nativeBindingsize) NewConcurrent() argument
3032 NewSendable( const EcmaVM *vm, void *nativePointer, NativePointerCallback callBack, void *data, size_t nativeBindingsize) NewSendable() argument
3046 JSHandle<JSTaggedValue> nativePointer = JSNApiHelper::ToJSHandle(this); Value() local
[all...]

Completed in 34 milliseconds