Searched defs:AllocationEvent (Results 1 – 3 of 3) sorted by relevance
| /external/v8/src/profiler/ | ||
| D | heap-profiler.cc | 188 void HeapProfiler::AllocationEvent(Address addr, int size) { in AllocationEvent() function in v8::internal::HeapProfiler |
| D | allocation-tracker.cc | 208 void AllocationTracker::AllocationEvent(Address addr, int size) { in AllocationEvent() function in v8::internal::AllocationTracker |
| /external/v8/src/debug/ | ||
| D | debug.cc | 47 void AllocationEvent(Address addr, int) override { objects_.insert(addr); } in AllocationEvent() function in v8::internal::Debug::TemporaryObjectsTracker |