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

  /external/v8/src/crankshaft/
hydrogen-instructions.h 2705 bool in_new_space = isolate->heap()->InNewSpace(*func); local
    [all...]
hydrogen.cc 7790 bool in_new_space = isolate()->heap()->InNewSpace(*handle_name); local
    [all...]
  /external/v8/test/cctest/
test-api.cc 726 bool in_new_space = false; local
737 in_new_space = CcTest::heap()->InNewSpace(*istring);
738 CHECK(in_new_space || CcTest::heap()->old_space()->Contains(*istring));
741 CcTest::heap()->CollectGarbage(in_new_space ? i::NEW_SPACE : i::OLD_SPACE);
750 bool in_new_space = false; local
761 in_new_space = CcTest::heap()->InNewSpace(*istring);
762 CHECK(in_new_space || CcTest::heap()->old_space()->Contains(*istring));
765 CcTest::heap()->CollectGarbage(in_new_space ? i::NEW_SPACE : i::OLD_SPACE);
    [all...]

Completed in 551 milliseconds