Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_bitvector.cpp30 JSHandle<JSNativePointer> np(thread, bitVector->GetNativePointer()); in Push() local
53 JSHandle<JSNativePointer> np(thread, bitVector->GetNativePointer()); in Pop() local
76 JSNativePointer* np = JSNativePointer::Cast(GetNativePointer().GetTaggedObject()); in Set() local
92 JSNativePointer* np = JSNativePointer::Cast(GetNativePointer().GetTaggedObject()); in Get() local
121 JSHandle<JSNativePointer> np(thread, bitVector->GetNativePointer()); in Has() local
141 JSNativePointer* np = JSNativePointer::Cast(GetNativePointer().GetTaggedObject()); in Has() local
179 JSHandle<JSNativePointer> np(thread, bitVector->GetNativePointer()); in SetBitsByRange() local
234 JSHandle<JSNativePointer> np(thread, bitVector->GetNativePointer()); in SetAllBits() local
272 JSHandle<JSNativePointer> np(thread, bitVector->GetNativePointer()); in GetBitCountByRange() local
308 JSHandle<JSNativePointer> np(thread, bitVector->GetNativePointer()); in GetIndexOf() local
[all …]
/arkcompiler/ets_runtime/ecmascript/shared_objects/
Djs_sendable_arraybuffer.cpp49 JSHandle<JSNativePointer> np(thread, arrayBufferData.GetTaggedObject()); in Attach() local
72 JSHandle<JSNativePointer> np(thread, arrayBufferData.GetTaggedObject()); in Detach() local
/arkcompiler/ets_runtime/ecmascript/
Djs_arraybuffer.cpp47 JSHandle<JSNativePointer> np(thread, arrayBufferData.GetTaggedObject()); in Attach() local
67 JSHandle<JSNativePointer> np(thread, arrayBufferData.GetTaggedObject()); in Detach() local
/arkcompiler/ets_runtime/ecmascript/serializer/
Dvalue_serializer.cpp369 JSNativePointer *np = in SerializeJSArrayBufferPrologue() local
393 …JSNativePointer *np = reinterpret_cast<JSNativePointer *>(arrayBuffer->GetArrayBufferData().GetTag… in SerializeJSSharedArrayBufferPrologue() local
424 JSNativePointer *np = in SerializeJSSendableArrayBufferPrologue() local
441 JSNativePointer *np = in SerializeJSRegExpPrologue() local
Dbase_deserializer.cpp213 …JSNativePointer *np = reinterpret_cast<JSNativePointer *>(arrayBuffer->GetArrayBufferData().GetTag… in TransferArrayBufferAttach() local
222 …JSNativePointer *np = reinterpret_cast<JSNativePointer *>(arrayBuffer->GetArrayBufferData().GetTag… in IncreaseSharedArrayBufferReference() local
234 JSNativePointer *np = nullptr; in ResetNativePointerBuffer() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/tooling/sampler/
Dsampler_module_file_check.py23 import numpy as np namespace
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_bitvector_test.cpp130 JSHandle<JSNativePointer> np(thread, bitVector->GetNativePointer()); in HWTEST_F_L0() local
174 JSHandle<JSNativePointer> np(thread, bitVector->GetNativePointer()); in HWTEST_F_L0() local
288 JSHandle<JSNativePointer> np(thread, bitVector->GetNativePointer()); in HWTEST_F_L0() local
339 JSHandle<JSNativePointer> np(thread, bitVector->GetNativePointer()); in HWTEST_F_L0() local
433 JSHandle<JSNativePointer> np(thread, bitVector->GetNativePointer()); in HWTEST_F_L0() local
461 JSHandle<JSNativePointer> np(thread, bitVector->GetNativePointer()); in HWTEST_F_L0() local
488 JSHandle<JSNativePointer> np(thread, bitVector->GetNativePointer()); in HWTEST_F_L0() local
Dshared_object_factory_test.cpp37 JSHandle<ModuleNamespace> np = factory->NewSModuleNamespace(); 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.cpp352 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
2158 JSHandle<JSNativePointer> np = factory->NewJSNativePointer(nullptr); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_second_tests.cpp1169 JSHandle<ModuleNamespace> np = in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.cpp790 JSHandle<ModuleNamespace> np = in GetModuleNamespace() local
/arkcompiler/ets_runtime/ecmascript/module/tests/
Decma_module_test.cpp736 JSHandle<ModuleNamespace> np = in HWTEST_F_L0() 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