Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/dfg/
DDFGNonSpeculativeJIT.h79 EntryLocationVector& entryLocations() { return m_entryLocations; } in entryLocations()
249 m_entryLocations.append(EntryLocation(entry, this)); in trackEntry()
252 EntryLocationVector m_entryLocations; variable