Home
last modified time | relevance | path

Searched defs:NewTaggedArray (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dntype_hcr_lowering.cpp180 GateRef NTypeHCRLowering::NewTaggedArray(size_t length) in NewTaggedArray() function in panda::ecmascript::kungfu::NTypeHCRLowering
261 GateRef NTypeHCRLowering::NewTaggedArray(GateRef length) in NewTaggedArray() function in panda::ecmascript::kungfu::NTypeHCRLowering
Dnew_object_stub_builder.cpp182 GateRef NewObjectStubBuilder::NewTaggedArray(GateRef glue, GateRef len) in NewTaggedArray() function in panda::ecmascript::kungfu::NewObjectStubBuilder
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp2367 JSHandle<TaggedArray> ObjectFactory::NewTaggedArray(uint32_t length, JSTaggedValue initVal, bool no… in NewTaggedArray() function in panda::ecmascript::ObjectFactory
2375 JSHandle<TaggedArray> ObjectFactory::NewTaggedArray(uint32_t length, JSTaggedValue initVal, MemSpac… in NewTaggedArray() function in panda::ecmascript::ObjectFactory
2589 JSHandle<TaggedArray> ObjectFactory::NewTaggedArray(uint32_t length, JSTaggedValue initVal) in NewTaggedArray() function in panda::ecmascript::ObjectFactory
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp258 DEF_RUNTIME_STUBS(NewTaggedArray) in DEF_RUNTIME_STUBS() argument