OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:liveInV
(Results
1 - 2
of
2
) sorted by null
/dalvik/vm/compiler/
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
...]
Dataflow.h
91
BitVector *
liveInV
;
Completed in 60 milliseconds