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

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

Completed in 150 milliseconds