Searched refs:opt_count_ (Results 1 - 2 of 2) sorted by path

/external/chromium_org/v8/src/
H A Dcompiler.cc154 opt_count_ = shared_info().is_null() ? 0 : shared_info()->opt_count();
H A Dcompiler.h128 int opt_count() const { return opt_count_; }
499 int opt_count_; member in class:v8::internal::CompilationInfo

Completed in 212 milliseconds