Home
last modified time | relevance | path

Searched refs:getAuxCst (Results 1 – 3 of 3) sorted by relevance

/dalvik/dx/src/com/android/dx/cf/code/
DValueAwareMachine.java79 setResult((TypeBearer) getAuxCst()); in run()
149 Type type = ((TypeBearer) getAuxCst()).getType(); in run()
162 Type type = ((TypeBearer) getAuxCst()).getType(); in run()
171 Type type = ((CstType) getAuxCst()).getClassType(); in run()
178 Type type = ((CstType) getAuxCst()).getClassType(); in run()
183 Type type = ((CstType) getAuxCst()).getClassType(); in run()
DBaseMachine.java331 protected final Constant getAuxCst() { in getAuxCst() method in BaseMachine
DRopperMachine.java369 Constant cst = getAuxCst(); in run()