HomeSort by relevance Sort by last modified time
    Searched refs:if_hole (Results 1 - 5 of 5) sorted by null

  /external/v8/src/ic/
accessor-assembler.h 191 Node* key, Node* is_jsarray_condition, Label* if_hole,
accessor-assembler.cc 203 Label if_hole(this), unimplemented_elements_kind(this);
206 is_jsarray_condition, &if_hole, &rebox_double,
218 Bind(&if_hole);
948 GotoIf(WordEqual(element, TheHoleConstant()), if_hole); local
    [all...]
  /external/v8/src/
code-stub-assembler.h 432 Label* if_hole = nullptr);
435 // hole then jump to |if_hole|. If |machine_type| is None then only the hole
438 Node* base, Node* offset, Label* if_hole,
622 // (NOTE: not index!), does a hole check if |if_hole| is provided and
627 ElementsKind to_kind, Label* if_hole);
    [all...]
code-stub-assembler.cc 1277 GotoIf(Word64Equal(element, Int64Constant(kHoleNanInt64)), if_hole); local
1283 if_hole); local
2186 Label* if_hole; local
2321 GotoIf(WordEqual(value, TheHoleConstant()), if_hole); local
    [all...]
  /external/v8/src/crankshaft/
hydrogen.cc     [all...]

Completed in 130 milliseconds