Esempio n. 1
0
 public final VM_Method getMethod() {
   return cm.getMethod();
 }
Esempio n. 2
0
 public final boolean isOptCompiled() {
   return cm.getCompilerType() == VM_CompiledMethod.OPT;
 }
Esempio n. 3
0
 public final int getCMID() {
   return cm.getId();
 }