OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dvmCompilerSetBit
(Results
1 - 6
of
6
) sorted by null
/dalvik/vm/compiler/
CompilerUtility.h
67
bool
dvmCompilerSetBit
(BitVector* pBits, unsigned int num);
Frontend.cpp
539
dvmCompilerSetBit
(bottomBlock->taken->predecessors, bottomBlock->id);
547
dvmCompilerSetBit
(bottomBlock->predecessors, origBlock->id);
551
dvmCompilerSetBit
(bottomBlock->fallThrough->predecessors,
569
dvmCompilerSetBit
(bb->predecessors, bottomBlock->id);
865
dvmCompilerSetBit
(tryBlockAddr, offset);
942
dvmCompilerSetBit
(takenBlock->predecessors, curBlock->id);
[
all
...]
Loop.cpp
543
dvmCompilerSetBit
(cUnit->tempBlockV, cUnit->entryBlock->id);
544
dvmCompilerSetBit
(cUnit->tempBlockV, firstBB->id);
586
dvmCompilerSetBit
(cUnit->tempBlockV, bodyBB->id);
597
dvmCompilerSetBit
(cUnit->tempBlockV, bodyBB->id);
647
dvmCompilerSetBit
(bb->taken->predecessors, bb->id);
661
dvmCompilerSetBit
(bb->fallThrough->predecessors, bb->id);
SSATransformation.cpp
83
dvmCompilerSetBit
(cUnit->defBlockMatrix[idx], bb->id);
115
dvmCompilerSetBit
(cUnit->defBlockMatrix[inReg],
303
dvmCompilerSetBit
(iDom->iDominated, bb->id);
Utility.cpp
296
bool
dvmCompilerSetBit
(BitVector *pBits, unsigned int num)
Dataflow.cpp
1092
dvmCompilerSetBit
(useV, dalvikRegId);
1094
dvmCompilerSetBit
(liveInV, dalvikRegId);
1101
dvmCompilerSetBit
(defV, dalvikRegId);
[
all
...]
Completed in 32 milliseconds