Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dinstruction.h840 bit_field_ = IsCallField::update(bit_field_, true); in MarkAsCall()
843 bool IsCall() const { return IsCallField::decode(bit_field_); } in IsCall()
937 typedef BitField<bool, 30, 1> IsCallField; typedef
Dinstruction.cc264 TempCountField::encode(0) | IsCallField::encode(false)), in Instruction()
279 IsCallField::encode(false)), in Instruction()