Searched refs:InstructionWidth (Results 1 – 3 of 3) sorted by relevance
89 typedef u1 InstructionWidth; typedef118 InstructionWidth* widths;
33 static InstructionWidth gInstructionWidthTable[kNumPackedOpcodes] = {
38 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()