HomeSort by relevance Sort by last modified time
    Searched refs:InstructionWidth (Results 1 - 3 of 3) sorted by null

  /dalvik/libdex/
InstrUtils.h 95 typedef u1 InstructionWidth;
124 InstructionWidth* widths;
InstrUtils.cpp 33 static InstructionWidth gInstructionWidthTable[kNumPackedOpcodes] = {
    [all...]
  /dalvik/vm/analysis/
Liveness.cpp 38 static InstructionWidth* createBackwardWidthTable(VerifierData* vdata)
40 InstructionWidth* widths;
42 widths = (InstructionWidth*)
43 calloc(vdata->insnsSize, sizeof(InstructionWidth));
63 InstructionWidth* backwardWidth;

Completed in 581 milliseconds