Пример #1
0
 public final VM_Method getMethod() {
   return cm.getMethod();
 }
Пример #2
0
 public final boolean isOptCompiled() {
   return cm.getCompilerType() == VM_CompiledMethod.OPT;
 }
Пример #3
0
 public final int getCMID() {
   return cm.getId();
 }