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

  /external/v8/src/
frames.cc 937 if (LookupCode()->is_turbofanned() && !FLAG_turbo_deoptimization) {
    [all...]
deoptimizer.cc 356 bool turbofanned = code->is_turbofanned() && !FLAG_turbo_deoptimization;
382 (!code->is_turbofanned() || FLAG_turbo_deoptimization)) {
425 if (!codes[i]->is_turbofanned() || FLAG_turbo_deoptimization) {
    [all...]
compiler.cc 721 if (code->is_turbofanned() && info->is_context_specializing()) return;
    [all...]
objects.h     [all...]
objects-inl.h 4687 inline bool Code::is_turbofanned() { function in class:v8::internal::Code
    [all...]
runtime.cc     [all...]
  /external/v8/src/heap/
objects-visiting-inl.h 682 if (code->is_turbofanned()) return;
    [all...]

Completed in 301 milliseconds