OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:internal_isolate
(Results
1 - 3
of
3
) sorted by null
/external/v8/src/
v8threads.cc
56
i::Isolate*
internal_isolate
= reinterpret_cast<i::Isolate*>(isolate);
local
57
return
internal_isolate
->thread_manager()->IsLockedByCurrentThread();
api.cc
371
i::Isolate*
internal_isolate
= new i::Isolate(true);
local
373
internal_isolate
->set_array_buffer_allocator(&allocator);
374
Isolate* isolate = reinterpret_cast<Isolate*>(
internal_isolate
);
380
internal_isolate
->Init(NULL);
396
internal_isolate
->heap()->CollectAllAvailableGarbage("mksnapshot");
400
i::HeapIterator iterator(
internal_isolate
->heap(),
423
i::StartupSerializer ser(
internal_isolate
, &snapshot_sink);
427
i::PartialSerializer context_ser(
internal_isolate
, &ser, &context_sink);
672
i::Isolate*
internal_isolate
= reinterpret_cast<i::Isolate*>(isolate);
local
680
internal_isolate
->thread_manager()->IsLockedByCurrentThread() |
737
i::Isolate*
internal_isolate
= reinterpret_cast<i::Isolate*>(isolate);
local
6916
i::Isolate*
internal_isolate
= reinterpret_cast<i::Isolate*>(isolate);
local
6928
i::Isolate*
internal_isolate
= reinterpret_cast<i::Isolate*>(isolate);
local
6940
i::Isolate*
internal_isolate
= reinterpret_cast<i::Isolate*>(isolate);
local
7021
i::Isolate*
internal_isolate
= reinterpret_cast<i::Isolate*>(this);
local
7029
i::Isolate*
internal_isolate
= reinterpret_cast<i::Isolate*>(this);
local
7038
i::Isolate*
internal_isolate
= reinterpret_cast<i::Isolate*>(this);
local
7772
i::Isolate*
internal_isolate
= reinterpret_cast<i::Isolate*>(isolate);
local
7778
i::Isolate*
internal_isolate
= reinterpret_cast<i::Isolate*>(isolate);
local
7800
i::Isolate*
internal_isolate
= reinterpret_cast<i::Isolate*>(isolate);
local
7881
i::Isolate*
internal_isolate
= reinterpret_cast<i::Isolate*>(isolate);
local
[
all
...]
/external/v8/test/cctest/
test-serialize.cc
115
Isolate*
internal_isolate
= reinterpret_cast<Isolate*>(isolate);
local
116
internal_isolate
->heap()->CollectAllAvailableGarbage("serialize");
117
WriteToFile(
internal_isolate
, FLAG_testing_serialization_file);
[
all
...]
Completed in 799 milliseconds