Home
last modified time | relevance | path

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

/external/v8/src/torque/
Ddeclarations.h28 Declarable* TryLookup(const std::string& name) { return chain_.Lookup(name); } in TryLookup() function
31 Declarable* d = TryLookup(name); in Lookup()
64 Declarable* d = TryLookup(name); in TryLookupLabel()
Ddeclarations.cc136 Declarable* declarable = TryLookup(name); in TryLookupMacro()