| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_bitvector.cpp | 30 JSHandle<JSNativePointer> np(thread, bitVector->GetNativePointer(thread)); in Push() local 53 JSHandle<JSNativePointer> np(thread, bitVector->GetNativePointer(thread)); in Pop() local 76 JSNativePointer* np = JSNativePointer::Cast(GetNativePointer(thread).GetTaggedObject()); in Set() local 92 JSNativePointer* np = JSNativePointer::Cast(GetNativePointer(thread).GetTaggedObject()); in Get() local 121 JSHandle<JSNativePointer> np(thread, bitVector->GetNativePointer(thread)); in Has() local 141 JSNativePointer* np = JSNativePointer::Cast(GetNativePointer(thread).GetTaggedObject()); in Has() local 179 JSHandle<JSNativePointer> np(thread, bitVector->GetNativePointer(thread)); in SetBitsByRange() local 234 JSHandle<JSNativePointer> np(thread, bitVector->GetNativePointer(thread)); in SetAllBits() local 272 JSHandle<JSNativePointer> np(thread, bitVector->GetNativePointer(thread)); in GetBitCountByRange() local 308 JSHandle<JSNativePointer> np(thread, bitVector->GetNativePointer(thread)); in GetIndexOf() local [all …]
|
| /arkcompiler/ets_runtime/ecmascript/shared_objects/ |
| D | js_sendable_arraybuffer.cpp | 49 JSHandle<JSNativePointer> np(thread, arrayBufferData.GetTaggedObject()); in Attach() local 72 JSHandle<JSNativePointer> np(thread, arrayBufferData.GetTaggedObject()); in Detach() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_arraybuffer.cpp | 47 JSHandle<JSNativePointer> np(thread, arrayBufferData.GetTaggedObject()); in Attach() local 67 JSHandle<JSNativePointer> np(thread, arrayBufferData.GetTaggedObject()); in Detach() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/tooling/sampler/managed/ |
| D | sampler_module_file_check.py | 23 import numpy as np namespace
|
| /arkcompiler/ets_runtime/ecmascript/serializer/ |
| D | value_serializer.cpp | 416 JSNativePointer *np = in SerializeJSArrayBufferPrologue() local 441 JSNativePointer *np = in SerializeJSSharedArrayBufferPrologue() local 476 JSNativePointer *np = in SerializeJSSendableArrayBufferPrologue() local 494 …JSNativePointer *np = reinterpret_cast<JSNativePointer *>(jsRegExp->GetByteCodeBuffer(thread_).Get… in SerializeJSRegExpPrologue() local
|
| D | base_deserializer.cpp | 221 JSNativePointer *np = in TransferArrayBufferAttach() local 231 JSNativePointer *np = in IncreaseSharedArrayBufferReference() local 244 JSNativePointer *np = nullptr; in ResetNativePointerBuffer() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_api_bitvector_test.cpp | 130 JSHandle<JSNativePointer> np(thread, bitVector->GetNativePointer(thread)); in HWTEST_F_L0() local 174 JSHandle<JSNativePointer> np(thread, bitVector->GetNativePointer(thread)); in HWTEST_F_L0() local 288 JSHandle<JSNativePointer> np(thread, bitVector->GetNativePointer(thread)); in HWTEST_F_L0() local 339 JSHandle<JSNativePointer> np(thread, bitVector->GetNativePointer(thread)); in HWTEST_F_L0() local 433 JSHandle<JSNativePointer> np(thread, bitVector->GetNativePointer(thread)); in HWTEST_F_L0() local 461 JSHandle<JSNativePointer> np(thread, bitVector->GetNativePointer(thread)); in HWTEST_F_L0() local 488 JSHandle<JSNativePointer> np(thread, bitVector->GetNativePointer(thread)); in HWTEST_F_L0() local
|
| D | shared_object_factory_test.cpp | 37 JSHandle<ModuleNamespace> np = factory->NewSModuleNamespace(); in HWTEST_F_L0() local
|
| /arkcompiler/ets_frontend/test/scripts/performance_test/ |
| D | performance_entry.py | 22 import numpy as np namespace
|
| /arkcompiler/ets_runtime/ecmascript/containers/tests/ |
| D | containers_bitvector_test.cpp | 596 JSHandle<JSNativePointer> np( in HWTEST_F_L0() local 663 JSHandle<JSNativePointer> np( in HWTEST_F_L0() local 680 JSHandle<JSNativePointer> np( in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/test/fuzztest/jsvaluerefismodulenamespace_fuzzer/ |
| D | jsvaluerefismodulenamespace_fuzzer.cpp | 58 JSHandle<ModuleNamespace> np = ModuleNamespace::ModuleNamespaceCreate(vm->GetJSThread(), in IsModuleNamespaceObjectFuzztest() local
|
| /arkcompiler/runtime_core/static_core/static_linker/ |
| D | linker_context.cpp | 352 auto np = nm->GetProto(); in TryFindMethod() local
|
| /arkcompiler/ets_runtime/ecmascript/serializer/tests/ |
| D | inter_op_serializer_test.cpp | 961 JSHandle<JSNativePointer> np = JSHandle<JSNativePointer>::Cast(nativePtr); in TransferJSArrayBufferTest1() local 982 JSHandle<JSNativePointer> np = JSHandle<JSNativePointer>::Cast(nativePtr); in TransferJSArrayBufferTest2() local 2238 JSHandle<JSNativePointer> np = factory->NewJSNativePointer(nullptr); in HWTEST_F_L0() local
|
| D | serializer_test.cpp | 963 JSHandle<JSNativePointer> np = JSHandle<JSNativePointer>::Cast(nativePtr); in TransferJSArrayBufferTest1() local 984 JSHandle<JSNativePointer> np = JSHandle<JSNativePointer>::Cast(nativePtr); in TransferJSArrayBufferTest2() local 2367 JSHandle<JSNativePointer> np = factory->NewJSNativePointer(nullptr); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_second_tests.cpp | 1180 JSHandle<ModuleNamespace> np = in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | js_module_source_text.cpp | 893 JSHandle<ModuleNamespace> np = in GetModuleNamespace() local
|
| /arkcompiler/ets_runtime/ecmascript/module/tests/ |
| D | ecma_module_test.cpp | 813 JSHandle<ModuleNamespace> np = in HWTEST_F_L0() local
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
| D | cocos_worker_test.js | 25736 function np(t) { function
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument
|