HomeSort by relevance Sort by last modified time
    Searched refs:HeapEntry (Results 1 - 4 of 4) sorted by null

  /external/v8/src/
profile-generator.h 450 class HeapEntry;
465 void Init(int child_index, Type type, const char* name, HeapEntry* to);
466 void Init(int child_index, Type type, int index, HeapEntry* to);
467 void Init(int child_index, int index, HeapEntry* to);
481 HeapEntry* to() { return to_; }
483 HeapEntry* From();
492 HeapEntry* to_;
500 // HeapEntry instances represent an entity from the heap (or a special
505 // HeapEntry
519 class HeapEntry BASE_EMBEDDED
    [all...]
profile-generator.cc 934 int child_index, Type type, const char* name, HeapEntry* to) {
946 void HeapGraphEdge::Init(int child_index, Type type, int index, HeapEntry* to) {
955 void HeapGraphEdge::Init(int child_index, int index, HeapEntry* to) {
960 HeapEntry* HeapGraphEdge::From() {
961 return reinterpret_cast<HeapEntry*>(this - child_index_) - 1;
965 void HeapEntry::Init(HeapSnapshot* snapshot,
985 void HeapEntry::SetNamedReference(HeapGraphEdge::Type type,
988 HeapEntry* entry,
995 void HeapEntry::SetIndexedReference(HeapGraphEdge::Type type,
998 HeapEntry* entry
    [all...]
api.cc     [all...]
  /external/v8/test/cctest/
test-heap-profiler.cc 21 void CheckEntry(i::HeapEntry* entry) {
27 void CheckAllReachables(i::HeapEntry* root) {
28 i::List<i::HeapEntry*> list(10);
33 i::HeapEntry* entry = list.RemoveLast();
37 i::HeapEntry* child = children[i].to();
60 CHECK_EQ(0, strncmp("Object", const_cast<i::HeapEntry*>(
61 reinterpret_cast<const i::HeapEntry*>(global_obj))->name(), 6));
123 det.CheckAllReachables(const_cast<i::HeapEntry*>(
124 reinterpret_cast<const i::HeapEntry*>(global_env2)));
841 const_cast<i::HeapEntry*>(
    [all...]

Completed in 56 milliseconds