Lines Matching refs:profile_
632 this.profile_ = new JsonProfile();
634 this.profile_ = new V8Profile(separateIc, separateBytecodes,
719 const entry = this.profile_.addLibrary(name, startAddr, endAddr, aslrSlide);
723 this.profile_.addStaticCode(fName, fStart, fEnd);
732 this.profile_.addFuncCode(type, name, timestamp, start, size, funcAddr, state);
734 this.profile_.addCode(type, name, timestamp, start, size);
741 this.profile_.deoptCode(timestamp, code, inliningId, scriptOffset,
746 this.profile_.moveCode(from, to);
750 this.profile_.deleteCode(start);
756 this.profile_.addSourcePositions(start, script, startPos,
761 this.profile_.addScriptSource(script, url, source);
765 this.profile_.moveFunc(from, to);
808 const funcEntry = this.profile_.findEntry(tos_or_external_callback);
814 this.profile_.recordTick(
847 JSON.stringify(this.profile_.serializeVMSymbols()));
852 this.profile_.writeJson();
863 const flatProfile = this.profile_.getFlatProfile();
910 const c_entry_functions = this.profile_.getCEntryProfile();
918 const heavyProfile = this.profile_.getBottomUpProfile();