Home
last modified time | relevance | path

Searched refs:in_new_space (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/v8/src/ic/x64/
Dhandler-compiler-x64.cc546 bool in_new_space = heap()->InNewSpace(*prototype); in CheckPrototypes() local
551 bool load_prototype_from_map = in_new_space || depth == 1; in CheckPrototypes()
/external/chromium_org/v8/src/ic/x87/
Dhandler-compiler-x87.cc551 bool in_new_space = heap()->InNewSpace(*prototype); in CheckPrototypes() local
556 bool load_prototype_from_map = in_new_space || depth == 1; in CheckPrototypes()
/external/chromium_org/v8/src/ic/ia32/
Dhandler-compiler-ia32.cc549 bool in_new_space = heap()->InNewSpace(*prototype); in CheckPrototypes() local
554 bool load_prototype_from_map = in_new_space || depth == 1; in CheckPrototypes()
/external/chromium_org/v8/test/cctest/
Dtest-api.cc749 bool in_new_space = false; in THREADED_TEST() local
757 in_new_space = CcTest::heap()->InNewSpace(*istring); in THREADED_TEST()
758 CHECK(in_new_space || CcTest::heap()->old_data_space()->Contains(*istring)); in THREADED_TEST()
762 in_new_space ? i::NEW_SPACE : i::OLD_DATA_SPACE); in THREADED_TEST()
771 bool in_new_space = false; in THREADED_TEST() local
780 in_new_space = CcTest::heap()->InNewSpace(*istring); in THREADED_TEST()
781 CHECK(in_new_space || CcTest::heap()->old_data_space()->Contains(*istring)); in THREADED_TEST()
785 in_new_space ? i::NEW_SPACE : i::OLD_DATA_SPACE); in THREADED_TEST()
/external/chromium_org/v8/src/
Dhydrogen-instructions.h2850 bool in_new_space = zone->isolate()->heap()->InNewSpace(*func); in New() local
2856 HCheckValue* check = new(zone) HCheckValue(value, target, in_new_space); in New()