Home
last modified time | relevance | path

Searched refs:IsCallField (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/compiler/
Dinstruction.h466 bit_field_ = IsCallField::update(bit_field_, true); in MarkAsCall()
470 bool IsCall() const { return IsCallField::decode(bit_field_); } in IsCall()
503 TempCountField::encode(0) | IsCallField::encode(false) | in Instruction()
515 IsCallField::encode(false) | IsControlField::encode(false)), in Instruction()
532 typedef BitField<bool, 30, 1> IsCallField; typedef