Home
last modified time | relevance | path

Searched refs:widths (Results 1 – 2 of 2) sorted by relevance

/dalvik/libdex/
DInstrUtils.h124 InstructionWidth* widths; member
151 return gDexOpcodeInfo.widths[opcode]; in dexGetWidthFromOpcode()
/dalvik/vm/analysis/
DLiveness.cpp40 InstructionWidth* widths; in createBackwardWidthTable() local
42 widths = (InstructionWidth*) in createBackwardWidthTable()
44 if (widths == NULL) in createBackwardWidthTable()
49 widths[idx] = insnWidth; in createBackwardWidthTable()
54 return widths; in createBackwardWidthTable()