Home
last modified time | relevance | path

Searched refs:InstructionWidth (Results 1 – 3 of 3) sorted by relevance

/dalvik/libdex/
DInstrUtils.h89 typedef u1 InstructionWidth; typedef
118 InstructionWidth* widths;
DInstrUtils.cpp33 static InstructionWidth gInstructionWidthTable[kNumPackedOpcodes] = {
/dalvik/vm/analysis/
DLiveness.cpp38 static InstructionWidth* createBackwardWidthTable(VerifierData* vdata) in createBackwardWidthTable()
40 InstructionWidth* widths; in createBackwardWidthTable()
42 widths = (InstructionWidth*) in createBackwardWidthTable()
43 calloc(vdata->insnsSize, sizeof(InstructionWidth)); in createBackwardWidthTable()
63 InstructionWidth* backwardWidth; in dvmComputeLiveness()