Home
last modified time | relevance | path

Searched refs:dexGetInstrWidthAbs (Results 1 – 5 of 5) sorted by relevance

/dalvik/libdex/
DInstrUtils.h129 DEX_INLINE size_t dexGetInstrWidthAbs(const InstructionWidth* widths, in dexGetInstrWidthAbs() function
DInstrUtils.c1258 width = dexGetInstrWidthAbs(widths, INST_INST(insns[0])); in dexGetInstrOrTableWidthAbs()
/dalvik/vm/compiler/codegen/arm/Thumb2/
DGen.c233 dexGetInstrWidthAbs(gDvm.instrWidth, OP_MONITOR_ENTER))); in genMonitorEnter()
297 dexGetInstrWidthAbs(gDvm.instrWidth, OP_MONITOR_EXIT))); in genMonitorExit()
/dalvik/dexdump/
DDexDump.c1072 insnWidth = dexGetInstrWidthAbs(gInstrWidth, opCode); in dumpBytecodes()
/dalvik/vm/compiler/codegen/arm/
DCodegenDriver.c1283 dexGetInstrWidthAbs(gDvm.instrWidth, OP_MONITOR_ENTER))); in genMonitorPortable()
1297 dexGetInstrWidthAbs(gDvm.instrWidth, OP_MONITOR_EXIT))); in genMonitorPortable()