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

/external/v8/src/
H A Dlithium-allocator.h472 ASSERT(!has_osr_entry_);
474 has_osr_entry_ = true;
629 bool has_osr_entry_; member in class:v8::internal::BASE_EMBEDDED
H A Dlithium-allocator.cc549 has_osr_entry_(false),
1077 if (has_osr_entry_) ProcessOsrEntry();

Completed in 48 milliseconds