Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h2411 inline GateRef StubBuilder::IsStableArray(GateRef hClass) in IsStableArray() function
2413 return env_->GetBuilder()->IsStableArray(hClass); in IsStableArray()
Dstub_builder.h375 GateRef IsStableArray(GateRef hClass);
Dcircuit_builder-inl.h746 GateRef CircuitBuilder::IsStableArray(GateRef hClass) in IsStableArray() function
Dcircuit_builder.h577 inline GateRef IsStableArray(GateRef hClass);
Dstub_builder.cpp6496 Branch(IsStableArray(jsHclass), &targetIsStableArray, &exit); in IsStableJSArray()