OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tempBlockV
(Results
1 - 3
of
3
) 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
...]
Loop.cpp
541
dvmClearAllBits(cUnit->
tempBlockV
);
543
dvmCompilerSetBit(cUnit->
tempBlockV
, cUnit->entryBlock->id);
544
dvmCompilerSetBit(cUnit->
tempBlockV
, firstBB->id);
558
dvmIsBitSet(cUnit->
tempBlockV
, bodyBB->fallThrough->id)) {
566
dvmIsBitSet(cUnit->
tempBlockV
, bodyBB->taken->id)) {
575
dvmIsBitSet(cUnit->
tempBlockV
, bodyBB->fallThrough->id)) {
579
dvmIsBitSet(cUnit->
tempBlockV
, bodyBB->taken->id)) {
586
dvmCompilerSetBit(cUnit->
tempBlockV
, bodyBB->id);
597
dvmCompilerSetBit(cUnit->
tempBlockV
, bodyBB->id);
619
if (!dvmIsBitSet(cUnit->
tempBlockV
, bb->id))
[
all
...]
CompilerIR.h
275
BitVector *
tempBlockV
;
Completed in 30 milliseconds