OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:indexh
(Results
1 - 2
of
2
) sorted by null
/dalvik/vm/compiler/codegen/x86/
AnalysisO1.cpp
468
int
indexH
= -1;
475
indexH
= kk;
495
if(sizeVR == OpndSize_64 &&
indexH
< 0) {
[
all
...]
BytecodeVisitor.cpp
456
int
indexH
= -1;
463
indexH
= k;
471
if(size == OpndSize_64 &&
indexH
>= 0) {
472
constVRTable[
indexH
].isConst = false;
481
int
indexH
= -1;
488
indexH
= k;
500
if(
indexH
< 0) {
501
indexH
= num_const_vr;
502
constVRTable[
indexH
].regNum = regNum+1;
505
constVRTable[
indexH
].isConst = true
[
all
...]
Completed in 206 milliseconds