Searched refs:IsHoleyFastElementsKind (Results 1 – 3 of 3) sorted by relevance
673 extern macro IsHoleyFastElementsKind(ElementsKind): bool;
1889 Node* IsHoleyFastElementsKind(Node* elements_kind);
1113 GotoIfNot(IsHoleyFastElementsKind(elements_kind), if_true); in BranchIfFastJSArray()12226 Node* CodeStubAssembler::IsHoleyFastElementsKind(Node* elements_kind) { in IsHoleyFastElementsKind() function in v8::internal::CodeStubAssembler