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

  /dalvik/vm/compiler/codegen/x86/
AnalysisO1.h 126 typedef struct RegAllocConstraint {
129 } RegAllocConstraint;
186 RegAllocConstraint allocConstraints[8];
187 RegAllocConstraint allocConstraintsSorted[8];
289 RegAllocConstraint allocConstraints[8]; //# of times a hardcoded register is used in this basic block
291 RegAllocConstraint allocConstraintsSorted[8]; //count from low to high
AnalysisO1.cpp 250 int sortAllocConstraint(RegAllocConstraint* allocConstraints,
251 RegAllocConstraint* allocConstraintsSorted, bool fromHighToLow);
    [all...]

Completed in 50 milliseconds