OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:currentLowest
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/JavaScriptCore/dfg/
DFGRegisterBank.h
89
uint32_t
currentLowest
= NUM_REGS;
114
currentLowest
= i;
126
currentLowest
= i;
131
ASSERT(
currentLowest
!= NUM_REGS && currentSpillOrder != SpillHintMax);
132
// There were no available registers;
currentLowest
will need to be spilled.
133
return allocateInternal(
currentLowest
, spillMe);
/frameworks/base/services/java/com/android/server/
ConnectivityService.java
430
int
currentLowest
= 0;
435
if (na.priority <
currentLowest
) continue;
436
if (na.priority >
currentLowest
) {
444
currentLowest
= nextLowest;
[
all
...]
Completed in 2247 milliseconds