Lines Matching refs:profile_
199 this.profile_ = new JsonProfile();
201 this.profile_ = new V8Profile(separateIc, separateBytecodes,
287 var entry = this.profile_.addLibrary(name, startAddr, endAddr, aslrSlide);
293 self.profile_.addStaticCode(fName, fStart, fEnd);
304 this.profile_.addFuncCode(type, name, timestamp, start, size, funcAddr, state);
306 this.profile_.addCode(type, name, timestamp, start, size);
314 this.profile_.deoptCode(timestamp, code, inliningId, scriptOffset,
320 this.profile_.moveCode(from, to);
324 this.profile_.deleteCode(start);
330 this.profile_.addSourcePositions(start, script, startPos,
335 this.profile_.addScriptSource(script, url, source);
339 this.profile_.moveFunc(from, to);
383 var funcEntry = this.profile_.findEntry(tos_or_external_callback);
389 this.profile_.recordTick(
426 this.profile_.writeJson();
437 var flatProfile = this.profile_.getFlatProfile();
485 var c_entry_functions = this.profile_.getCEntryProfile();
493 var heavyProfile = this.profile_.getBottomUpProfile();