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.h147 GateRef CircuitBuilder::IsStableArray(GateRef hClass) in IsStableArray() function
Dhcr_circuit_builder.cpp465 Branch(IsStableArray(jsHclass), &targetIsStableArray, &exit); in IsStabelArray()
Dcircuit_builder.h407 inline GateRef IsStableArray(GateRef hClass);
Dstub_builder-inl.h2977 inline GateRef StubBuilder::IsStableArray(GateRef hClass) in IsStableArray() function
2979 return env_->GetBuilder()->IsStableArray(hClass); in IsStableArray()
Dstub_builder.h425 GateRef IsStableArray(GateRef hClass);
Dstub_builder.cpp7929 Branch(IsStableArray(jsHclass), &targetIsStableArray, &exit); in IsStableJSArray()