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

  /external/v8/src/ic/
handler-configuration.h 51 class IsInobjectBits
53 class IsDoubleBits : public BitField<bool, IsInobjectBits::kNext, 1> {};
153 class IsInobjectBits : public BitField<bool, ExtendStorageBits::kNext, 1> {};
155 : public BitField<FieldRepresentation, IsInobjectBits::kNext, 2> {};
handler-configuration-inl.h 19 IsInobjectBits::encode(field_index.is_inobject()) |
113 StoreHandler::IsInobjectBits::encode(field_index.is_inobject()) |
accessor-assembler.cc 245 Branch(IsSetWord<LoadHandler::IsInobjectBits>(handler_word), &inobject,
710 Branch(IsSetWord<StoreHandler::IsInobjectBits>(handler_word), &if_inobject,
    [all...]

Completed in 691 milliseconds