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

  /external/v8/src/ia32/
stub-cache-ia32.cc 924 bool in_new_space = heap()->InNewSpace(*prototype); local
    [all...]
  /external/v8/src/x64/
stub-cache-x64.cc 898 bool in_new_space = heap()->InNewSpace(*prototype); local
    [all...]
  /external/v8/test/cctest/
test-api.cc 605 bool in_new_space = false; local
614 in_new_space = HEAP->InNewSpace(*istring);
615 CHECK(in_new_space || HEAP->old_data_space()->Contains(*istring));
618 HEAP->CollectGarbage(in_new_space ? i::NEW_SPACE : i::OLD_DATA_SPACE);
625 bool in_new_space = false; local
633 in_new_space = HEAP->InNewSpace(*istring);
634 CHECK(in_new_space || HEAP->old_data_space()->Contains(*istring));
637 HEAP->CollectGarbage(in_new_space ? i::NEW_SPACE : i::OLD_DATA_SPACE);
    [all...]

Completed in 108 milliseconds