HomeSort by relevance Sort by last modified time
    Searched refs:getBasicType (Results 26 - 35 of 35) sorted by null

12

  /dalvik/dx/src/com/android/dx/rop/code/
Rops.java     [all...]
  /dalvik/dx/src/com/android/dx/ssa/
SCCP.java 271 switch (((TypedConstant) cA).getBasicType()) {
302 switch (((TypedConstant) cA).getBasicType()) {
520 resultConstant = simulateMath(insn, result.getBasicType());
EscapeAnalysis.java 225 result.getTypeBearer().getBasicType() == Type.BT_OBJECT) {
230 result.getTypeBearer().getBasicType() == Type.BT_OBJECT) {
236 result.getTypeBearer().getBasicType() == Type.BT_OBJECT) {
420 if (putValue.getTypeBearer().getBasicType() != Type.BT_OBJECT) {
    [all...]
LiteralOpUpgrader.java 154 if (type.isConstant() && type.getBasicType() == Type.BT_INT) {
SsaRenamer.java 347 if (newVersion.getBasicType() != Type.BT_VOID
  /dalvik/dexgen/src/com/android/dexgen/rop/type/
Type.java 609 public int getBasicType() {
771 * {@code getBasicType() == Type.BT_OBJECT}.
  /dalvik/dx/src/com/android/dx/rop/type/
Type.java 543 public int getBasicType() {
705 * {@code getBasicType() == Type.BT_OBJECT}.
  /dalvik/dx/src/com/android/dx/dex/cf/
CfTranslator.java 196 switch (type.getBasicType()) {
  /dalvik/dx/src/com/android/dx/gen/
Code.java 318 if (sourceType.getBasicType() == BT_INT) {
319 switch (targetType.getBasicType()) {
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 1100 milliseconds

12