Home
last modified time | relevance | path

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

/external/v8/src/
Ddeoptimizer.h415 struct JumpTableEntry : public ZoneObject { struct
416 inline JumpTableEntry(Address entry, const DeoptInfo& deopt_info, in JumpTableEntry() function
424 bool IsEquivalentTo(const JumpTableEntry& other) const { in IsEquivalentTo() argument