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/v8/src/profiler/
heap-snapshot-generator.h
161
HeapEntry* gc_roots() { return &entries_[
gc_roots_index_
]; }
192
int
gc_roots_index_
;
member in class:v8::internal::HeapSnapshot
heap-snapshot-generator.cc
184
gc_roots_index_
(HeapEntry::kNoEntry),
240
DCHECK(
gc_roots_index_
== HeapEntry::kNoEntry);
246
gc_roots_index_
= entry->index();
[
all
...]
Completed in 82 milliseconds