HomeSort by relevance Sort by last modified time
    Searched full:internal_isolate (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/v8/src/
mksnapshot.cc 300 i::Isolate* internal_isolate = reinterpret_cast<i::Isolate*>(isolate); local
301 internal_isolate->enable_serializer();
359 internal_isolate->bootstrapper()->NativesSourceLookup(i);
364 internal_isolate->heap()->CollectAllGarbage(
373 i::StartupSerializer ser(internal_isolate, &snapshot_sink);
378 i::PartialSerializer context_ser(internal_isolate, &ser, &contex_sink);
v8threads.cc 61 i::Isolate* internal_isolate = reinterpret_cast<i::Isolate*>(isolate); local
62 return internal_isolate->thread_manager()->IsLockedByCurrentThread();
api.cc 563 i::Isolate* internal_isolate = reinterpret_cast<i::Isolate*>(isolate); local
568 internal_isolate->thread_manager()->IsLockedByCurrentThread(),
571 i::HandleScopeData* current = internal_isolate->handle_scope_data();
572 isolate_ = internal_isolate;
966 i::Isolate* internal_isolate = reinterpret_cast<i::Isolate*>(isolate); local
6212 i::Isolate* internal_isolate = reinterpret_cast<i::Isolate*>(isolate); local
6225 i::Isolate* internal_isolate = reinterpret_cast<i::Isolate*>(isolate); local
6238 i::Isolate* internal_isolate = reinterpret_cast<i::Isolate*>(isolate); local
6397 i::Isolate* internal_isolate = reinterpret_cast<i::Isolate*>(this); local
6405 i::Isolate* internal_isolate = reinterpret_cast<i::Isolate*>(this); local
6414 i::Isolate* internal_isolate = reinterpret_cast<i::Isolate*>(this); local
6885 i::Isolate* internal_isolate = reinterpret_cast<i::Isolate*>(isolate); local
6891 i::Isolate* internal_isolate = reinterpret_cast<i::Isolate*>(isolate); local
6908 i::Isolate* internal_isolate = reinterpret_cast<i::Isolate*>(isolate); local
6979 i::Isolate* internal_isolate = reinterpret_cast<i::Isolate*>(isolate); local
    [all...]
  /external/chromium_org/v8/test/cctest/
test-serialize.cc 256 Isolate* internal_isolate = CcTest::i_isolate(); local
257 internal_isolate->heap()->CollectAllGarbage(Heap::kNoGCFlags, "serialize");
258 WriteToFile(internal_isolate, FLAG_testing_serialization_file);

Completed in 70 milliseconds