Searched refs:IsJSArrayPrototypeModified (Results 1 – 5 of 5) sorted by relevance
317 GateRef CircuitBuilder::IsJSArrayPrototypeModified(GateRef hClass) in IsJSArrayPrototypeModified() function
535 inline GateRef IsJSArrayPrototypeModified(GateRef hClass);
1392 inline GateRef StubBuilder::IsJSArrayPrototypeModified(GateRef hClass) in IsJSArrayPrototypeModified() function1394 return env_->GetBuilder()->IsJSArrayPrototypeModified(hClass); in IsJSArrayPrototypeModified()
398 GateRef IsJSArrayPrototypeModified(GateRef hClass);
9912 BRANCH_UNLIKELY(IsJSArrayPrototypeModified(jsHClass), &exit, &isPrototypeNotModified); in IsStableJSArray()