HomeSort by relevance Sort by last modified time
    Searched refs:IsOptimizing (Results 1 - 4 of 4) sorted by null

  /external/v8/src/
codegen.cc 138 : (FLAG_print_code || (info->IsOptimizing() && FLAG_print_opt_code));
158 if (info->IsOptimizing()) {
compiler.h 114 ASSERT(IsOptimizing());
127 bool IsOptimizing() const { return mode_ == OPTIMIZE; }
compiler.cc 197 if (!info->IsOptimizing()) {
630 if (info->IsOptimizing()) {
handles.cc     [all...]

Completed in 7004 milliseconds