Searched refs:IsInobjectBits (Results 1 - 3 of 3) sorted by relevance
/external/v8/src/ic/ |
H A D | handler-configuration.h | 51 class IsInobjectBits class in class:v8::internal::LoadHandler 53 class IsDoubleBits : public BitField<bool, IsInobjectBits::kNext, 1> {}; 153 class IsInobjectBits : public BitField<bool, ExtendStorageBits::kNext, 1> {}; class in class:v8::internal::StoreHandler 155 : public BitField<FieldRepresentation, IsInobjectBits::kNext, 2> {};
|
H A D | handler-configuration-inl.h | 19 IsInobjectBits::encode(field_index.is_inobject()) | 113 StoreHandler::IsInobjectBits::encode(field_index.is_inobject()) |
|
H A D | accessor-assembler.cc | 245 Branch(IsSetWord<LoadHandler::IsInobjectBits>(handler_word), &inobject, 710 Branch(IsSetWord<StoreHandler::IsInobjectBits>(handler_word), &if_inobject,
|
Completed in 526 milliseconds