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

  /system/extras/simpleperf/
thread_tree.cpp 90 MapEntry* map = AllocateMap(MapEntry(start_addr, len, pgoff, time, dso));
115 MapEntry* map = AllocateMap(MapEntry(start_addr, len, pgoff, time, dso));
130 MapEntry* ThreadTree::AllocateMap(const MapEntry& value) {
147 MapEntry* before = AllocateMap(MapEntry(old->start_addr, map->start_addr - old->start_addr,
152 MapEntry* after = AllocateMap(
thread_tree.h 85 MapEntry* AllocateMap(const MapEntry& value);
  /external/v8/test/cctest/heap/
test-alloc.cc 77 heap->AllocateMap(JS_OBJECT_TYPE, instance_size).ToObjectChecked();
test-mark-compact.cc 156 allocation = heap->AllocateMap(JS_OBJECT_TYPE, JSObject::kHeaderSize);
159 heap->AllocateMap(JS_OBJECT_TYPE, JSObject::kHeaderSize).ToObjectChecked();
  /external/v8/src/heap/
heap.cc     [all...]
heap.h     [all...]
  /external/v8/src/
factory.cc     [all...]

Completed in 75 milliseconds