Lines Matching refs:Profile
32 case "": return Profile.CodeState.COMPILED;
33 case "~": return Profile.CodeState.OPTIMIZABLE;
34 case "*": return Profile.CodeState.OPTIMIZED;
52 this.profile = new Profile();
69 this.profile.addFuncCode(type, name, start, size, funcAddr, state);
71 this.profile.addCode(type, name, start, size);
76 this.profile.moveCode(from, to);
80 this.profile.moveFunc(from, to);
98 logging_processor.profile.cleanUpFuncEntries();
100 logging_processor.profile.codeMap_.getAllDynamicEntriesWithAddresses();
110 traversal_processor.profile.codeMap_.getAllDynamicEntriesWithAddresses();