Home
last modified time | relevance | path

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

/external/v8/src/
Dcompiler.h165 int opt_count() const { return opt_count_; } in opt_count()
512 int opt_count_; variable
Dcompiler.cc177 opt_count_(has_shared_info() ? shared_info()->opt_count() : 0), in CompilationInfo()