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

  /external/chromium_org/v8/test/cctest/
test-compiler.cc 308 CHECK(!f->shared()->has_deoptimization_support());
321 CHECK(f->shared()->has_deoptimization_support());
  /external/chromium_org/v8/test/cctest/compiler/
test-codegen-deopt.cc 53 DCHECK(info.shared_info()->has_deoptimization_support());
  /external/chromium_org/v8/src/
compiler.cc 386 bool should_recompile = !info()->shared_info()->has_deoptimization_support();
400 DCHECK(info()->shared_info()->has_deoptimization_support());
903 if (!info->shared_info()->has_deoptimization_support()) {
    [all...]
objects-inl.h 4714 bool Code::has_deoptimization_support() { function in class:v8::internal::Code
5757 bool SharedFunctionInfo::has_deoptimization_support() { function in class:v8::internal::Code::FindAndReplacePattern::SharedFunctionInfo
    [all...]
objects.h     [all...]
objects.cc     [all...]
hydrogen.cc     [all...]

Completed in 104 milliseconds