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

  /dalvik/vm/compiler/codegen/x86/
AnalysisO1.h 179 typedef struct VirtualRegInfo {
191 } VirtualRegInfo;
286 VirtualRegInfo infoBasicBlock[MAX_REG_PER_BASICBLOCK];
315 extern VirtualRegInfo infoByteCode[MAX_REG_PER_BYTECODE];
319 extern VirtualRegInfo infoMethod[MAX_REG_PER_METHOD];
366 int getVirtualRegInfo(VirtualRegInfo* infoArray);
AnalysisO1.cpp 161 2> VirtualRegInfo.accessType
169 VirtualRegInfo infoBasicBlock[]
175 4> VirtualRegInfo
195 //! array of VirtualRegInfo to store VRs accessed by a single bytecode
196 VirtualRegInfo infoByteCode[MAX_REG_PER_BYTECODE];
213 VirtualRegInfo currentInfo;
214 VirtualRegInfo tmpInfo;
    [all...]
BytecodeVisitor.cpp     [all...]

Completed in 41 milliseconds