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.cpp252 GateRef NTypeHCRLowering::NewTaggedArray(size_t length, GateRef glue) in NewTaggedArray() function in panda::ecmascript::kungfu::NTypeHCRLowering
Dnew_object_stub_builder.cpp683 GateRef NewObjectStubBuilder::NewTaggedArray(GateRef glue, GateRef len) in NewTaggedArray() function in panda::ecmascript::kungfu::NewObjectStubBuilder
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp2781 JSHandle<TaggedArray> ObjectFactory::NewTaggedArray(uint32_t length, JSTaggedValue initVal, bool no… in NewTaggedArray() function in panda::ecmascript::ObjectFactory
2789 JSHandle<TaggedArray> ObjectFactory::NewTaggedArray(uint32_t length, JSTaggedValue initVal, MemSpac… in NewTaggedArray() function in panda::ecmascript::ObjectFactory
2995 JSHandle<TaggedArray> ObjectFactory::NewTaggedArray(uint32_t length, JSTaggedValue initVal) in NewTaggedArray() function in panda::ecmascript::ObjectFactory
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp358 DEF_RUNTIME_STUBS(NewTaggedArray) in DEF_RUNTIME_STUBS() argument