Lines Matching refs:profile_
168 this.profile_ = new V8Profile(separateIc);
250 var entry = this.profile_.addLibrary(name, startAddr, endAddr, aslrSlide);
256 self.profile_.addStaticCode(fName, fStart, fEnd);
268 this.profile_.addFuncCode(type, name, start, size, funcAddr, state);
270 this.profile_.addCode(type, name, start, size);
276 this.profile_.moveCode(from, to);
281 this.profile_.deleteCode(start);
286 this.profile_.moveFunc(from, to);
330 var funcEntry = this.profile_.findEntry(tos_or_external_callback);
336 this.profile_.recordTick(this.processStack(pc, tos_or_external_callback, stack));
377 var flatProfile = this.profile_.getFlatProfile();
425 var c_entry_functions = this.profile_.getCEntryProfile();
433 var heavyProfile = this.profile_.getBottomUpProfile();