OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gc_roots_index_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/v8/src/
heap-snapshot-generator.h
172
HeapEntry* gc_roots() { return &entries_[
gc_roots_index_
]; }
205
int
gc_roots_index_
;
member in class:v8::internal::HeapSnapshot
heap-snapshot-generator.cc
208
gc_roots_index_
(HeapEntry::kNoEntry),
248
ASSERT(
gc_roots_index_
== HeapEntry::kNoEntry);
253
gc_roots_index_
= entry->index();
[
all
...]
Completed in 244 milliseconds