Lines Matching refs:profile_
103 this.profile_ = new V8Profile();
114 this.profile_.addFuncCode(type, name, start, size, funcAddr, state);
116 this.profile_.addCode(type, name, start, size);
122 this.profile_.moveCode(from, to);
127 this.profile_.deleteCode(start);
132 this.serializedEntries_[pos] = this.profile_.findEntry(addr);
243 this.profile_ = new V8Profile(separateIc);
325 var entry = this.profile_.addLibrary(name, startAddr, endAddr);
331 self.profile_.addStaticCode(fName, fStart, fEnd);
343 this.profile_.addFuncCode(type, name, start, size, funcAddr, state);
345 this.profile_.addCode(type, name, start, size);
351 this.profile_.moveCode(from, to);
356 this.profile_.deleteCode(start);
361 this.profile_.moveFunc(from, to);
404 var funcEntry = this.profile_.findEntry(tos_or_external_callback);
410 this.profile_.recordTick(this.processStack(pc, tos_or_external_callback, stack));
451 var flatProfile = this.profile_.getFlatProfile();
499 var c_entry_functions = this.profile_.getCEntryProfile();
507 var heavyProfile = this.profile_.getBottomUpProfile();