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

  /external/v8/src/compiler/
types.cc 192 if (type.is_undetectable()) {
244 DCHECK(!type.is_undetectable());
247 DCHECK(!type.is_undetectable());
250 DCHECK(!type.is_undetectable());
253 DCHECK(!type.is_undetectable());
    [all...]
js-heap-broker.h 49 bool is_undetectable() const { return flags_ & kUndetectable; } function
js-heap-broker.cc 658 if (map->is_undetectable()) flags |= HeapObjectType::kUndetectable;
    [all...]
  /external/v8/src/objects/
map-inl.h 44 BIT_FIELD_ACCESSORS(Map, bit_field, is_undetectable, Map::IsUndetectableBit)
map.h 122 // | | - is_undetectable (bit 4) |
375 DECL_BOOLEAN_ACCESSORS(is_undetectable)
    [all...]
  /external/v8/src/
objects-printer.cc 798 if (is_undetectable()) os << "\n - undetectable";
    [all...]
objects-inl.h 424 bool HeapObject::IsUndetectable() const { return map()->is_undetectable(); }
    [all...]

Completed in 165 milliseconds