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

  /external/v8/test/cctest/
test-heap.cc 959 CHECK(function->shared()->is_compiled());
965 CHECK(function->shared()->is_compiled());
975 CHECK(!function->shared()->is_compiled() || function->IsOptimized());
976 CHECK(!function->is_compiled() || function->IsOptimized());
979 CHECK(function->shared()->is_compiled());
980 CHECK(function->is_compiled());
    [all...]
  /external/v8/src/
accessors.cc 516 if (!function->shared()->is_compiled()) {
compiler.cc 675 ASSERT(shared->is_compiled());
ic.cc     [all...]
debug.cc     [all...]
factory.cc 559 result->is_compiled() &&
    [all...]
log.cc     [all...]
bootstrapper.cc     [all...]
stub-cache.cc     [all...]
objects-inl.h 3784 bool SharedFunctionInfo::is_compiled() { function in class:SharedFunctionInfo
4001 bool JSFunction::is_compiled() { function in class:JSFunction
    [all...]
objects.h     [all...]
runtime.cc     [all...]
objects.cc     [all...]
mark-compact.cc     [all...]

Completed in 47 milliseconds