Home
last modified time | relevance | path

Searched defs:np (Results 1 – 17 of 17) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_bitvector.cpp40 JSHandle<JSNativePointer> np(thread, bitVector->GetNativePointer()); in Push() local
63 JSHandle<JSNativePointer> np(thread, bitVector->GetNativePointer()); in Pop() local
86 JSNativePointer* np = JSNativePointer::Cast(GetNativePointer().GetTaggedObject()); in Set() local
102 JSNativePointer* np = JSNativePointer::Cast(GetNativePointer().GetTaggedObject()); in Get() local
131 JSHandle<JSNativePointer> np(thread, bitVector->GetNativePointer()); in Has() local
151 JSNativePointer* np = JSNativePointer::Cast(GetNativePointer().GetTaggedObject()); in Has() local
189 JSHandle<JSNativePointer> np(thread, bitVector->GetNativePointer()); in SetBitsByRange() local
244 JSHandle<JSNativePointer> np(thread, bitVector->GetNativePointer()); in SetAllBits() local
282 JSHandle<JSNativePointer> np(thread, bitVector->GetNativePointer()); in GetBitCountByRange() local
318 JSHandle<JSNativePointer> np(thread, bitVector->GetNativePointer()); in GetIndexOf() local
[all …]
/arkcompiler/ets_runtime/ecmascript/shared_objects/
Djs_sendable_arraybuffer.cpp47 JSHandle<JSNativePointer> np(thread, arrayBufferData.GetTaggedObject()); in Attach() local
70 JSHandle<JSNativePointer> np(thread, arrayBufferData.GetTaggedObject()); in Detach() local
/arkcompiler/ets_runtime/ecmascript/
Djs_arraybuffer.cpp48 JSHandle<JSNativePointer> np(thread, arrayBufferData.GetTaggedObject()); in Attach() local
68 JSHandle<JSNativePointer> np(thread, arrayBufferData.GetTaggedObject()); in Detach() local
/arkcompiler/ets_runtime/ecmascript/serializer/
Dvalue_serializer.cpp352 JSNativePointer *np = in SerializeJSArrayBufferPrologue() local
376 …JSNativePointer *np = reinterpret_cast<JSNativePointer *>(arrayBuffer->GetArrayBufferData().GetTag… in SerializeJSSharedArrayBufferPrologue() local
407 JSNativePointer *np = in SerializeJSSendableArrayBufferPrologue() local
424 JSNativePointer *np = in SerializeJSRegExpPrologue() local
Dbase_deserializer.cpp210 …JSNativePointer *np = reinterpret_cast<JSNativePointer *>(arrayBuffer->GetArrayBufferData().GetTag… in TransferArrayBufferAttach() local
219 …JSNativePointer *np = reinterpret_cast<JSNativePointer *>(arrayBuffer->GetArrayBufferData().GetTag… in IncreaseSharedArrayBufferReference() local
231 JSNativePointer *np = nullptr; in ResetNativePointerBuffer() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/tooling/sampler/
Dsampler_module_file_check.py22 import numpy as np namespace
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_bitvector_test.cpp124 JSHandle<JSNativePointer> np(thread, bitVector->GetNativePointer()); in HWTEST_F_L0() local
168 JSHandle<JSNativePointer> np(thread, bitVector->GetNativePointer()); in HWTEST_F_L0() local
282 JSHandle<JSNativePointer> np(thread, bitVector->GetNativePointer()); in HWTEST_F_L0() local
333 JSHandle<JSNativePointer> np(thread, bitVector->GetNativePointer()); in HWTEST_F_L0() local
427 JSHandle<JSNativePointer> np(thread, bitVector->GetNativePointer()); in HWTEST_F_L0() local
455 JSHandle<JSNativePointer> np(thread, bitVector->GetNativePointer()); in HWTEST_F_L0() local
482 JSHandle<JSNativePointer> np(thread, bitVector->GetNativePointer()); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/test/scripts/performance_test/
Dperformance_entry.py22 import numpy as np namespace
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefismodulenamespace_fuzzer/
Djsvaluerefismodulenamespace_fuzzer.cpp58 JSHandle<ModuleNamespace> np = ModuleNamespace::ModuleNamespaceCreate(vm->GetJSThread(), in IsModuleNamespaceObjectFuzztest() local
/arkcompiler/ets_runtime/ecmascript/containers/tests/
Dcontainers_bitvector_test.cpp596 …JSHandle<JSNativePointer> np(thread, JSAPIBitVector::Cast(result.GetTaggedObject())->GetNativePoin… in HWTEST_F_L0() local
661 …JSHandle<JSNativePointer> np(thread, JSAPIBitVector::Cast(result.GetTaggedObject())->GetNativePoin… in HWTEST_F_L0() local
676 …JSHandle<JSNativePointer> np(thread, JSAPIBitVector::Cast(result.GetTaggedObject())->GetNativePoin… in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/static_linker/
Dlinker_context.cpp343 auto np = nm->GetProto(); in TryFindMethod() local
/arkcompiler/ets_runtime/ecmascript/serializer/tests/
Dserializer_test.cpp895 JSHandle<JSNativePointer> np = JSHandle<JSNativePointer>::Cast(nativePtr); in TransferJSArrayBufferTest1() local
916 JSHandle<JSNativePointer> np = JSHandle<JSNativePointer>::Cast(nativePtr); in TransferJSArrayBufferTest2() local
2149 JSHandle<JSNativePointer> np = factory->NewJSNativePointer(nullptr); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_second_tests.cpp1158 JSHandle<ModuleNamespace> np = in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/module/tests/
Decma_module_test.cpp457 JSHandle<ModuleNamespace> np = in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.cpp883 JSHandle<ModuleNamespace> np = in GetModuleNamespace() local
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js25736 function np(t) { function
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument