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

  /external/v8/src/compiler/
register-allocator.h 277 return HintTypeField::decode(flags_);
290 typedef BitField<UsePositionHintType, 2, 3> HintTypeField;
    [all...]
register-allocator.cc 279 flags_ = TypeField::encode(type) | HintTypeField::encode(hint_type) |
294 switch (HintTypeField::decode(flags_)) {
351 flags_ = HintTypeField::update(flags_, UsePositionHintType::kUsePos);
356 if (HintTypeField::decode(flags_) != UsePositionHintType::kUnresolved) return;
358 flags_ = HintTypeField::update(flags_, UsePositionHintType::kUsePos);
367 HintTypeField::encode(HintTypeField::decode(flags_)) |
    [all...]

Completed in 81 milliseconds