OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:preallocated_memory_thread_
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/
isolate.cc
230
if (
preallocated_memory_thread_
!= NULL) return;
231
preallocated_memory_thread_
= new PreallocatedMemoryThread();
232
preallocated_memory_thread_
->Start();
237
if (
preallocated_memory_thread_
== NULL) return;
238
preallocated_memory_thread_
->StopThread();
240
delete
preallocated_memory_thread_
;
241
preallocated_memory_thread_
= NULL;
[
all
...]
isolate.h
1152
PreallocatedMemoryThread*
preallocated_memory_thread_
;
member in class:v8::internal::Isolate
[
all
...]
Completed in 194 milliseconds