Searched defs:SlowCaseEntry (Results 1 – 1 of 1) sorted by relevance
95 struct SlowCaseEntry { struct100 SlowCaseEntry(MacroAssembler::Jump f, unsigned t, unsigned h = 0) argument101 : from(f) in from()