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

  /external/chromium_org/v8/src/ia32/
stub-cache-ia32.cc 825 bool in_new_space = heap()->InNewSpace(*prototype); local
841 if (in_new_space) {
848 if (in_new_space) {
    [all...]
  /external/chromium_org/v8/src/x64/
stub-cache-x64.cc 777 bool in_new_space = heap()->InNewSpace(*prototype); local
778 if (in_new_space) {
798 if (in_new_space) {
    [all...]
  /external/chromium_org/v8/src/x87/
stub-cache-x87.cc 824 bool in_new_space = heap()->InNewSpace(*prototype); local
840 if (in_new_space) {
847 if (in_new_space) {
    [all...]
  /external/chromium_org/v8/test/cctest/
test-api.cc 746 bool in_new_space = false; local
754 in_new_space = CcTest::heap()->InNewSpace(*istring);
755 CHECK(in_new_space || CcTest::heap()->old_data_space()->Contains(*istring));
759 in_new_space ? i::NEW_SPACE : i::OLD_DATA_SPACE);
768 bool in_new_space = false; local
777 in_new_space = CcTest::heap()->InNewSpace(*istring);
778 CHECK(in_new_space || CcTest::heap()->old_data_space()->Contains(*istring));
782 in_new_space ? i::NEW_SPACE : i::OLD_DATA_SPACE);
    [all...]
  /external/chromium_org/v8/src/
hydrogen-instructions.h 2824 bool in_new_space = zone->isolate()->heap()->InNewSpace(*func); local
    [all...]

Completed in 278 milliseconds