Home
last modified time | relevance | path

Searched refs:IsStableArray (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dhcr_circuit_builder.h161 GateRef CircuitBuilder::IsStableArray(GateRef hClass) in IsStableArray() function
Dhcr_circuit_builder.cpp587 BRANCH_CIR2(IsStableArray(jsHclass), &targetIsStableArray, &exit); in IsStabelArray()
Dcircuit_builder.h470 inline GateRef IsStableArray(GateRef hClass);
Dstub_builder-inl.h3567 inline GateRef StubBuilder::IsStableArray(GateRef hClass) in IsStableArray() function
3569 return env_->GetBuilder()->IsStableArray(hClass); in IsStableArray()
Dstub_builder.h508 GateRef IsStableArray(GateRef hClass);
Dstub_builder.cpp9065 BRANCH(IsStableArray(jsHclass), &targetIsStableArray, &exit); in IsStableJSArray()