OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:targetBlock
(Results
1 - 2
of
2
) sorted by null
/dalvik/vm/analysis/
VfyBasicBlock.cpp
119
VfyBasicBlock*
targetBlock
= vdata->basicBlocks[targetIdx];
120
if (
targetBlock
== NULL) {
121
targetBlock
= allocVfyBasicBlock(vdata, targetIdx);
122
if (
targetBlock
== NULL)
124
vdata->basicBlocks[targetIdx] =
targetBlock
;
127
PointerSet* preds =
targetBlock
->predecessors;
138
targetIdx,
targetBlock
, curBlock->firstAddr, curBlock);
/external/llvm/lib/Transforms/Instrumentation/
PathProfiling.cpp
[
all
...]
Completed in 71 milliseconds