Home
last modified time | relevance | path

Searched defs:inst (Results 1 – 12 of 12) sorted by relevance

/dalvik/vm/mterp/portable/
Ddebug.c168 u2 inst = INST_INST(FETCH(0)); in updateDebugger() local
264 int inst = *pc & 0xff; in checkDebugAndProf() local
Dentry.c24 u2 inst; // current instruction local
/dalvik/tests/043-privates/src/
DMain.java31 PrivatePackage inst = new PrivatePackageSub(); in stretchTest() local
/dalvik/vm/mterp/cstubs/
Dentry.c65 u2 inst = /*glue->*/pc[0]; in DEFINE_GOTO_TABLE() local
/dalvik/libcore/luni/src/main/native/
Dorg_apache_harmony_luni_util_NumberConvert.c86 inst, in Java_org_apache_harmony_luni_util_NumberConverter_bigIntDigitGeneratorInstImpl()
/dalvik/tests/003-omnibus-opcodes/src/
DMethodCall.java54 MethodCall inst = new MethodCall(); in run() local
/dalvik/libdex/
DInstrUtils.c1051 u2 inst = *insns; in dexDecodeInstruction() local
/dalvik/vm/compiler/codegen/arm/
DCodegen.c165 ArmOpCode preinst, ArmOpCode inst, in genBinaryOpWide()
176 static void genBinaryOp(CompilationUnit *cUnit, int vDest, ArmOpCode inst, in genBinaryOp()
329 static void genIGet(CompilationUnit *cUnit, MIR *mir, ArmOpCode inst, in genIGet()
353 static void genIPut(CompilationUnit *cUnit, MIR *mir, ArmOpCode inst, in genIPut()
385 static void genArrayGet(CompilationUnit *cUnit, MIR *mir, ArmOpCode inst, in genArrayGet()
430 static void genArrayPut(CompilationUnit *cUnit, MIR *mir, ArmOpCode inst, in genArrayPut()
/dalvik/vm/mterp/out/
DInterpC-portdbg.c1340 u2 inst = INST_INST(FETCH(0)); in updateDebugger() local
1436 int inst = *pc & 0xff; in checkDebugAndProf() local
1475 u2 inst; // current instruction in INTERP_FUNC_NAME() local
DInterpC-portstd.c1189 u2 inst; // current instruction in INTERP_FUNC_NAME() local
DInterpC-allstubs.c3015 u2 inst = /*glue->*/pc[0]; in DEFINE_GOTO_TABLE() local
/dalvik/vm/analysis/
DDexOptimize.c1518 u2 inst; in optimizeMethod() local