Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/bytecompiler/
DLabel.h44 , m_location(invalidLocation) in Label()
62 if (m_location == invalidLocation) { in offsetFrom()
77 bool isForward() const { return m_location == invalidLocation; } in isForward()
82 static const unsigned invalidLocation = UINT_MAX; variable