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

  /external/v8/src/
heap-profiler.h 265 if (FLAG_log_producers) DoRecordJSObjectAllocation(obj);
269 static void DoRecordJSObjectAllocation(Object* obj);
heap-profiler.cc 669 void ProducerHeapProfile::DoRecordJSObjectAllocation(Object* obj) {

Completed in 33 milliseconds