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

  /external/chromium_org/v8/test/cctest/
test-compiler.cc 312 CHECK(!f->shared()->has_deoptimization_support());
324 CHECK(f->shared()->has_deoptimization_support());
  /external/chromium_org/v8/src/
compiler.cc 345 bool should_recompile = !info()->shared_info()->has_deoptimization_support();
378 ASSERT(info()->shared_info()->has_deoptimization_support());
    [all...]
objects-inl.h 4538 bool Code::has_deoptimization_support() { function in class:v8::Code
5557 bool SharedFunctionInfo::has_deoptimization_support() { function in class:v8::Code::FindAndReplacePattern::SharedFunctionInfo
    [all...]
objects.h     [all...]
hydrogen.cc     [all...]
objects.cc     [all...]

Completed in 709 milliseconds