Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Ddeoptimizer.h121 struct JumpTableEntry : public ZoneObject { struct
122 inline JumpTableEntry(Address entry, const Reason& the_reason, in JumpTableEntry() argument
130 bool IsEquivalentTo(const JumpTableEntry& other) const { in IsEquivalentTo() argument
136 Label label;
137 Address address;
138 Reason reason;
139 Deoptimizer::BailoutType bailout_type;
140 bool needs_frame;