OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:liveInV
(Results
1 - 3
of
3
) sorted by null
/dalvik/vm/compiler/
Dataflow.h
91
BitVector *
liveInV
;
SSATransformation.cpp
389
dvmCopyBitVector(tempDalvikRegisterV, bb->dataFlowInfo->
liveInV
);
391
computeSuccLiveIn(tempDalvikRegisterV, bb->taken->dataFlowInfo->
liveInV
,
395
bb->fallThrough->dataFlowInfo->
liveInV
,
408
succBB->dataFlowInfo->
liveInV
,
413
if (dvmCompareBitVectors(tempDalvikRegisterV, bb->dataFlowInfo->
liveInV
)) {
414
dvmCopyBitVector(bb->dataFlowInfo->
liveInV
, tempDalvikRegisterV);
487
if (!dvmIsBitSet(phiBB->dataFlowInfo->
liveInV
, dalvikReg)) continue;
Dataflow.cpp
1090
BitVector *
liveInV
, int dalvikRegId)
1094
dvmCompilerSetBit(
liveInV
, dalvikRegId);
1111
BitVector *useV, *defV, *
liveInV
;
1119
liveInV
= bb->dataFlowInfo->
liveInV
=
1129
handleLiveInUse(useV, defV,
liveInV
, dInsn->vA);
1131
handleLiveInUse(useV, defV,
liveInV
, dInsn->vA);
1132
handleLiveInUse(useV, defV,
liveInV
, dInsn->vA+1);
1135
handleLiveInUse(useV, defV,
liveInV
, dInsn->vB);
1137
handleLiveInUse(useV, defV,
liveInV
, dInsn->vB)
[
all
...]
Completed in 28 milliseconds