Searched defs:roots_ (Results 1 - 2 of 2) sorted by relevance

/external/libchrome/base/trace_event/
H A Dheap_profiler_stack_frame_deduplicator.h70 std::map<StackFrame, int> roots_; member in class:base::trace_event::StackFrameDeduplicator
/external/v8/src/heap/
H A Dheap.h1039 Object* root(RootListIndex index) { return roots_[index]; }
1041 return Handle<Object>(&roots_[index]);
1046 if (handle_location >= &roots_[kRootListLength]) return false;
1047 if (handle_location < &roots_[0]) return false;
1048 *index = static_cast<RootListIndex>(handle_location - &roots_[0]);
1053 Object** roots_array_start() { return roots_; }
1057 roots_[kCodeStubsRootIndex] = value;
1061 roots_[kMaterializedObjectsRootIndex] = objects;
1065 roots_[kScriptListRootIndex] = value;
1069 roots_[kStringTableRootInde
2125 Object* roots_[kRootListLength]; member in class:v8::internal::GarbageCollectionReason::Heap
[all...]

Completed in 116 milliseconds