Home
last modified time | relevance | path

Searched defs:NewMutantTaggedArray (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp810 GateRef NewObjectStubBuilder::NewMutantTaggedArray(GateRef glue, GateRef len) in NewMutantTaggedArray() function in panda::ecmascript::kungfu::NewObjectStubBuilder
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp3100 JSHandle<MutantTaggedArray> ObjectFactory::NewMutantTaggedArray(uint32_t length, JSTaggedType initV… in NewMutantTaggedArray() function in panda::ecmascript::ObjectFactory
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp634 DEF_RUNTIME_STUBS(NewMutantTaggedArray) in DEF_RUNTIME_STUBS() argument