OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:finger2
(Results
1 - 2
of
2
) sorted by null
/art/compiler/sea_ir/ir/
sea.cc
136
Region*
finger2
= j;
local
137
while (finger1 !=
finger2
) {
138
while (finger1->GetRPO() >
finger2
->GetRPO()) {
143
while (finger1->GetRPO() <
finger2
->GetRPO()) {
144
DCHECK(NULL !=
finger2
);
145
finger2
=
finger2
->GetIDominator(); // should have: finger1 != NULL
146
DCHECK(NULL !=
finger2
);
149
return finger1; // finger1 should be equal to
finger2
at this point.
/external/v8/src/
profile-generator.cc
3197
int finger1 = i1,
finger2
= i2;
local
[
all
...]
Completed in 120 milliseconds