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/ic/ia32/
handler-compiler-ia32.cc 549 bool in_new_space = heap()->InNewSpace(*prototype); local
554 bool load_prototype_from_map = in_new_space || depth == 1;
  /external/chromium_org/v8/src/ic/x64/
handler-compiler-x64.cc 546 bool in_new_space = heap()->InNewSpace(*prototype); local
551 bool load_prototype_from_map = in_new_space || depth == 1;
  /external/chromium_org/v8/src/ic/x87/
handler-compiler-x87.cc 551 bool in_new_space = heap()->InNewSpace(*prototype); local
556 bool load_prototype_from_map = in_new_space || depth == 1;
  /external/chromium_org/v8/test/cctest/
test-api.cc 749 bool in_new_space = false; local
757 in_new_space = CcTest::heap()->InNewSpace(*istring);
758 CHECK(in_new_space || CcTest::heap()->old_data_space()->Contains(*istring));
762 in_new_space ? i::NEW_SPACE : i::OLD_DATA_SPACE);
771 bool in_new_space = false; local
780 in_new_space = CcTest::heap()->InNewSpace(*istring);
781 CHECK(in_new_space || CcTest::heap()->old_data_space()->Contains(*istring));
785 in_new_space ? i::NEW_SPACE : i::OLD_DATA_SPACE);
    [all...]
  /external/chromium_org/v8/src/
hydrogen-instructions.h 2850 bool in_new_space = zone->isolate()->heap()->InNewSpace(*func); local
    [all...]

Completed in 171 milliseconds