Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dlithium-allocator.h426 ASSERT(!has_osr_entry_); in MarkAsOsrEntry()
428 has_osr_entry_ = true; in MarkAsOsrEntry()
606 bool has_osr_entry_; variable
Dlithium-allocator.cc544 has_osr_entry_(false), in LAllocator()