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

  /external/v8/src/ic/
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.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...]

Completed in 1814 milliseconds