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

  /external/v8/src/
compiler.cc 262 bool should_recompile = !info->shared_info()->has_deoptimization_support();
288 ASSERT(info->shared_info()->has_deoptimization_support());
objects-inl.h 3020 bool Code::has_deoptimization_support() { function in class:Code
3823 bool SharedFunctionInfo::has_deoptimization_support() { function in class:SharedFunctionInfo
    [all...]
objects.h     [all...]
hydrogen.cc     [all...]
objects.cc     [all...]
  /external/chromium_org/v8/src/
compiler.cc 425 bool should_recompile = !info()->shared_info()->has_deoptimization_support();
458 ASSERT(info()->shared_info()->has_deoptimization_support());
    [all...]
objects-inl.h 3991 bool Code::has_deoptimization_support() { function in class:v8::internal::Code
5059 bool SharedFunctionInfo::has_deoptimization_support() { function in class:v8::SharedFunctionInfo
    [all...]
objects.h     [all...]
hydrogen.cc     [all...]
objects.cc     [all...]

Completed in 51 milliseconds