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

  /external/v8/tools/
tickprocessor.js 90 this.profile_ = new Profile();
98 var entry = this.profile_.addCode(
104 this.profile_.moveCode(from, to);
109 this.profile_.deleteCode(start);
114 this.serializedEntries_[pos] = this.profile_.findEntry(addr);
203 this.profile_ = new Profile(separateIc);
282 var entry = this.profile_.addLibrary(name, startAddr, endAddr);
288 self.profile_.addStaticCode(fName, fStart, fEnd);
297 var entry = this.profile_.addCode(
303 this.profile_.moveCode(from, to)
    [all...]
  /external/v8/src/
heap-profiler.cc 139 profile_(profile),
152 profile_->StoreReference(cluster_, HeapObject::cast(*o));
162 RetainerHeapProfile* profile_; member in class:v8::internal::__anon7962::ReferencesExtractor

Completed in 40 milliseconds