Home
last modified time | relevance | path

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

/external/v8/src/
Dlithium-allocator.h472 ASSERT(!has_osr_entry_); in MarkAsOsrEntry()
474 has_osr_entry_ = true; in MarkAsOsrEntry()
629 bool has_osr_entry_; variable
Dlithium-allocator.cc549 has_osr_entry_(false), in LAllocator()
1077 if (has_osr_entry_) ProcessOsrEntry(); in Allocate()