OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tempBlockV
(Results
1 - 2
of
2
) sorted by null
/dalvik/vm/compiler/
SSATransformation.cpp
235
BitVector *
tempBlockV
= cUnit->
tempBlockV
;
244
dvmSetInitialBits(
tempBlockV
, numTotalBlocks);
253
/*
tempBlockV
=
tempBlockV
^ dominators */
254
dvmIntersectBitVectors(
tempBlockV
,
tempBlockV
, predBB->dominators);
256
dvmSetBit(
tempBlockV
, bb->id);
257
if (dvmCompareBitVectors(
tempBlockV
, bb->dominators)) {
258
dvmCopyBitVector(bb->dominators,
tempBlockV
);
[
all
...]
CompilerIR.h
275
BitVector *
tempBlockV
;
Completed in 37 milliseconds