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

1 2

  /external/chromium_org/v8/test/cctest/
test-heap.cc     [all...]
  /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...]
  /external/chromium_org/v8/src/
debug.cc     [all...]
accessors.cc 531 if (function->shared()->is_compiled()) {
objects-visiting-inl.h 708 if (!(shared_info->is_compiled() && HasSourceCode(heap, shared_info))) {
    [all...]
compiler.cc 845 ASSERT(shared->is_compiled());
    [all...]
factory.cc 669 result->is_compiled() &&
    [all...]
log.cc     [all...]
ic.cc     [all...]
mark-compact.cc 1027 if (FLAG_trace_code_flushing && shared->is_compiled()) {
    [all...]
objects.cc     [all...]
runtime.cc     [all...]
objects-inl.h 4830 bool SharedFunctionInfo::is_compiled() { function in class:v8::internal::SharedFunctionInfo
5064 bool JSFunction::is_compiled() { function in class:v8::internal::JSFunction
    [all...]

Completed in 476 milliseconds

1 2