OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:roots_
(Results
1 - 4
of
4
) sorted by null
/external/v8/src/
heap.h
344
// Set the stack limit in the
roots_
array. Some architectures generate
1345
Object*
roots_
[kRootListLength];
member in class:v8::internal::Heap
[
all
...]
factory.h
347
&isolate()->heap()->
roots_
[Heap::k##camel_name##RootIndex])); \
355
&isolate()->heap()->
roots_
[Heap::k##name##RootIndex])); \
heap.cc
155
memset(
roots_
, 0, sizeof(
roots_
[0]) * kRootListLength);
[
all
...]
heap-inl.h
470
roots_
[kLastScriptIdRootIndex] = last_script_id;
Completed in 338 milliseconds