Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dlithium-allocator.h367 DCHECK(!has_osr_entry_); in MarkAsOsrEntry()
369 has_osr_entry_ = true; in MarkAsOsrEntry()
547 bool has_osr_entry_; variable
Dlithium-allocator.cc531 has_osr_entry_(false), in LAllocator()