Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dntype_mcr_lowering.cpp156 GateRef NTypeMCRLowering::NewTaggedArray(size_t length) in NewTaggedArray() function in panda::ecmascript::kungfu::NTypeMCRLowering
Dnew_object_stub_builder.cpp165 GateRef NewObjectStubBuilder::NewTaggedArray(GateRef glue, GateRef len) in NewTaggedArray() function in panda::ecmascript::kungfu::NewObjectStubBuilder
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp2149 JSHandle<TaggedArray> ObjectFactory::NewTaggedArray(uint32_t length, JSTaggedValue initVal, bool no… in NewTaggedArray() function in panda::ecmascript::ObjectFactory
2157 JSHandle<TaggedArray> ObjectFactory::NewTaggedArray(uint32_t length, JSTaggedValue initVal, MemSpac… in NewTaggedArray() function in panda::ecmascript::ObjectFactory
2242 JSHandle<TaggedArray> ObjectFactory::NewTaggedArray(uint32_t length, JSTaggedValue initVal) in NewTaggedArray() function in panda::ecmascript::ObjectFactory
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp217 DEF_RUNTIME_STUBS(NewTaggedArray) in DEF_RUNTIME_STUBS() argument