Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_signature.cpp3254 DEF_CALL_SIGNATURE(GrowElementsCapacity) in DEF_CALL_SIGNATURE() argument
Dstub_builder.cpp4495 GateRef StubBuilder::GrowElementsCapacity(GateRef glue, GateRef receiver, GateRef capacity) in GrowElementsCapacity() function in panda::ecmascript::kungfu::StubBuilder
/arkcompiler/ets_runtime/ecmascript/
Djs_object.cpp90 JSHandle<TaggedArray> JSObject::GrowElementsCapacity(const JSThread *thread, const JSHandle<JSObjec… in GrowElementsCapacity() function in panda::ecmascript::JSObject