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

  /dalvik/vm/compiler/codegen/x86/
AnalysisO1.cpp 196 VirtualRegInfo infoByteCode[MAX_REG_PER_BYTECODE];
697 getVirtualRegInfo(infoByteCode);
700 currentInfo = infoByteCode[kk];
820 getVirtualRegInfo(infoByteCode);
824 int indexT = searchCompileTable(LowOpndRegType_virtual | infoByteCode[k].physicalType,
825 infoByteCode[k].regNum);
    [all...]
AnalysisO1.h 315 extern VirtualRegInfo infoByteCode[MAX_REG_PER_BYTECODE];

Completed in 25 milliseconds