Home
last modified time | relevance | path

Searched refs:ExtendArrayWithOptimizationCheck (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.h79 GateRef ExtendArrayWithOptimizationCheck(GateRef glue, GateRef elements, GateRef newLen);
Dnew_object_stub_builder.cpp915 GateRef NewObjectStubBuilder::ExtendArrayWithOptimizationCheck(GateRef glue, GateRef elements, Gate… in ExtendArrayWithOptimizationCheck() function in panda::ecmascript::kungfu::NewObjectStubBuilder
Dstub_builder.cpp4504 newElements = newBuilder.ExtendArrayWithOptimizationCheck(glue, elements, newCapacity); in GrowElementsCapacity()