Home
last modified time | relevance | path

Searched defs:HCheckTableEntry (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/crankshaft/
Dhydrogen-check-elimination.cc27 struct HCheckTableEntry { struct
28 enum State {
44 static const char* State2String(State state) { in State2String()
54 static State StateMerge(State state1, State state2) { in StateMerge()
65 HValue* object_; // The object being approximated. NULL => invalid entry.
66 HInstruction* check_; // The last check instruction.
67 MapSet maps_; // The set of known maps for the object.
68 State state_; // The state of this entry.