Searched refs:IsStableArray (Results 1 – 5 of 5) sorted by relevance
2411 inline GateRef StubBuilder::IsStableArray(GateRef hClass) in IsStableArray() function2413 return env_->GetBuilder()->IsStableArray(hClass); in IsStableArray()
375 GateRef IsStableArray(GateRef hClass);
746 GateRef CircuitBuilder::IsStableArray(GateRef hClass) in IsStableArray() function
577 inline GateRef IsStableArray(GateRef hClass);
6496 Branch(IsStableArray(jsHclass), &targetIsStableArray, &exit); in IsStableJSArray()