Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/jit/
DJIT.h95 struct SlowCaseEntry { struct
100 SlowCaseEntry(MacroAssembler::Jump f, unsigned t, unsigned h = 0) argument
101 : from(f) in from()