| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | js_array_buffer_test.cpp | 84 JSHandle<JSNativePointer> nativePointer = in HWTEST_F_L0() local
|
| H A D | gc_second_test.cpp | 193 [[maybe_unused]] JSHandle<JSNativePointer> nativePointer = factory->NewJSNativePointer( in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
| H A D | js_stackinfo.h | 50 uintptr_t *nativePointer = nullptr;
member
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_collator.h | 84 JSNativePointer *nativePointer = JSNativePointer::Cast(GetIcuField().GetTaggedObject()); in GetIcuCollator() local
|
| H A D | method.h | 404 void SetNativePointer(void *nativePointer) in SetNativePointer() argument
|
| H A D | js_object.cpp | 2928 void ECMAObject::SetNativePointerField(const JSThread *thread, int32_t index, void *nativePointer, in SetNativePointerField() argument
|
| /arkcompiler/toolchain/tooling/test/ |
| H A D | debugger_events_test.cpp | 572 std::unique_ptr<PtJson> nativePointer; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/serializer/ |
| H A D | base_deserializer.cpp | 183 JSNativePointer *nativePointer = reinterpret_cast<JSNativePointer *>(object); in HandleNewObjectEncodeFlag() local
|
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| H A D | method.h | 653 void SetNativePointer(void *nativePointer) in SetNativePointer() argument 916 std::atomic<void *> nativePointer; member
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
| H A D | optimized_call.cpp | 495 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 D | pt_events.h | 299 MixedStack &SetNativePointers(std::vector<void *> nativePointer) in SetNativePointers() argument
|
| /arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
| H A D | snapshot_processor.cpp | 1696 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 D | debugger_api.cpp | 917 std::vector<void *> nativePointer; in GetNativePointer() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| H A D | jsnapi_expo.cpp | 1076 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...] |