OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:roots_
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/v8/src/
factory.h
479
&isolate()->heap()->
roots_
[Heap::k##camel_name##RootIndex])); \
487
&isolate()->heap()->
roots_
[Heap::k##Name##MapRootIndex])); \
495
&isolate()->heap()->
roots_
[Heap::k##name##RootIndex])); \
heap.h
502
// Set the stack limit in the
roots_
array. Some architectures generate
1873
Object*
roots_
[kRootListLength];
member in class:v8::internal::Heap
[
all
...]
heap.cc
174
memset(
roots_
, 0, sizeof(
roots_
[0]) * kRootListLength);
[
all
...]
isolate.cc
[
all
...]
/external/v8/src/
heap.h
451
// Set the stack limit in the
roots_
array. Some architectures generate
1723
Object*
roots_
[kRootListLength];
member in class:v8::internal::Heap
[
all
...]
factory.h
410
&isolate()->heap()->
roots_
[Heap::k##camel_name##RootIndex])); \
418
&isolate()->heap()->
roots_
[Heap::k##name##RootIndex])); \
heap.cc
176
memset(
roots_
, 0, sizeof(
roots_
[0]) * kRootListLength);
[
all
...]
heap-inl.h
489
roots_
[kLastScriptIdRootIndex] = last_script_id;
Completed in 126 milliseconds