Home
last modified time | relevance | path

Searched defs:np (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/tooling/sampler/
H A Dsampler_module_file_check.py23 import numpy as np namespace
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dshared_object_factory_test.cpp37 JSHandle<ModuleNamespace> np = factory->NewSModuleNamespace(); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/test/scripts/performance_test/
H A Dperformance_entry.py22 import numpy as np namespace
/arkcompiler/ets_runtime/ecmascript/serializer/
H A Dvalue_serializer.cpp350 JSNativePointer *np = in SerializeJSArrayBufferPrologue() local
374 JSNativePointer *np = reinterpret_cast<JSNativePointer *>(arrayBuffer->GetArrayBufferData().GetTaggedObject()); in SerializeJSSharedArrayBufferPrologue() local
405 JSNativePointer *np = in SerializeJSSendableArrayBufferPrologue() local
422 JSNativePointer *np = in SerializeJSRegExpPrologue() local
H A Dbase_deserializer.cpp211 JSNativePointer *np = reinterpret_cast<JSNativePointer *>(arrayBuffer->GetArrayBufferData().GetTaggedObject()); in TransferArrayBufferAttach() local
220 JSNativePointer *np = reinterpret_cast<JSNativePointer *>(arrayBuffer->GetArrayBufferData().GetTaggedObject()); in IncreaseSharedArrayBufferReference() local
232 JSNativePointer *np = nullptr; in ResetNativePointerBuffer() local
[all...]
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefismodulenamespace_fuzzer/
H A Djsvaluerefismodulenamespace_fuzzer.cpp58 JSHandle<ModuleNamespace> np = ModuleNamespace::ModuleNamespaceCreate(vm->GetJSThread(), in IsModuleNamespaceObjectFuzztest() local
/arkcompiler/ets_runtime/ecmascript/js_api/
H A Djs_api_bitvector.cpp76 JSNativePointer* np = JSNativePointer::Cast(GetNativePointer().GetTaggedObject()); in Set() local
92 JSNativePointer* np = JSNativePointer::Cast(GetNativePointer().GetTaggedObject()); in Get() local
141 JSNativePointer* np = JSNativePointer::Cast(GetNativePointer().GetTaggedObject()); Has() local
[all...]
/arkcompiler/runtime_core/static_core/static_linker/
H A Dlinker_context.cpp352 auto np = nm->GetProto(); in TryFindMethod() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_second_tests.cpp1169 JSHandle<ModuleNamespace> np = in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/module/
H A Djs_module_source_text.cpp890 JSHandle<ModuleNamespace> np = in GetModuleNamespace() local
/arkcompiler/ets_runtime/ecmascript/serializer/tests/
H A Dserializer_test.cpp880 JSHandle<JSNativePointer> np = JSHandle<JSNativePointer>::Cast(nativePtr); in TransferJSArrayBufferTest1() local
901 JSHandle<JSNativePointer> np = JSHandle<JSNativePointer>::Cast(nativePtr); in TransferJSArrayBufferTest2() local
2090 JSHandle<JSNativePointer> np = factory->NewJSNativePointer(nullptr); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/module/tests/
H A Decma_module_test.cpp727 JSHandle<ModuleNamespace> np = in HWTEST_F_L0() local

Completed in 29 milliseconds