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

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

Completed in 247 milliseconds