OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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 324 milliseconds