Home
last modified time | relevance | path

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

/external/v8/src/torque/
Ddeclarations.h65 return d && d->IsLabel() ? Label::cast(d) : nullptr; in TryLookupLabel()
Ddeclarable.h49 bool IsLabel() const { return kind() == kLabel; } in IsLabel() function
Ddeclarations.cc126 if (!d->IsLabel()) { in LookupLabel()