Lines Matching full:profile
32 case "": return Profile.CodeState.COMPILED;
33 case "~": return Profile.CodeState.OPTIMIZABLE;
34 case "*": return Profile.CodeState.OPTIMIZED;
52 this.profile = new Profile();
65 this.profile.addFuncCode(type, name, start, size, funcAddr, state);
67 this.profile.addCode(type, name, start, size);
72 this.profile.moveCode(from, to);
76 this.profile.moveFunc(from, to);
94 logging_processor.profile.cleanUpFuncEntries();
96 logging_processor.profile.codeMap_.getAllDynamicEntriesWithAddresses();
106 traversal_processor.profile.codeMap_.getAllDynamicEntriesWithAddresses();