HomeSort by relevance Sort by last modified time
    Searched refs:taken (Results 26 - 50 of 142) sorted by null

12 3 4 5 6

  /external/chromium_org/third_party/lcov-1.9/bin/
lcov 1302 # br_taken_to_num(taken)
1304 # Convert a branch taken value .info format to number format.
1309 my ($taken) = @_;
1311 return 0 if ($taken eq '-');
1312 return $taken + 1;
1317 # br_num_to_taken(taken)
1319 # Convert a branch taken value in number format to .info format.
1324 my ($taken) = @_;
1326 return '-' if ($taken == 0);
1327 return $taken - 1
    [all...]
genhtml     [all...]
geninfo 1081 # BRDA:<line number>,<block number>,<branch number>,<taken>
1083 # where 'taken' is the number of times the branch was taken
1090 my ($line, $block, $branch, $taken) =
1093 print(INFO_HANDLE "BRDA:$line,$block,$branch,$taken\n");
1095 $br_hit++ if ($taken ne '-' && $taken > 0);
1405 my $taken;
    [all...]
  /dalvik/vm/compiler/
SSATransformation.cpp 33 if (block->taken) recordDFSPreOrder(cUnit, block->taken);
141 if (bb->taken && dvmIsBitSet(bb->dominators, bb->taken->id)) {
166 if (bb->taken) {
167 checkForDominanceFrontier(bb, bb->taken);
390 if (bb->taken && bb->taken->dataFlowInfo)
391 computeSuccLiveIn(tempDalvikRegisterV, bb->taken->dataFlowInfo->liveInV,
Frontend.cpp 534 /* Handle the taken path */
535 bottomBlock->taken = origBlock->taken;
536 if (bottomBlock->taken) {
537 origBlock->taken = NULL;
538 dvmCompilerClearBit(bottomBlock->taken->predecessors, origBlock->id);
539 dvmCompilerSetBit(bottomBlock->taken->predecessors, bottomBlock->id);
709 if (bb->taken) {
711 dvmGetBlockName(bb->taken, blockName2);
808 if (predBB->taken == bb)
    [all...]
Utility.cpp 192 if (bb->taken) {
193 ALOGD(" Taken branch: block %d (%04x)",
194 bb->taken->id, bb->taken->startOffset);
  /art/compiler/dex/
mir_analysis.cc 879 if ((ending_bb->taken != NULL) && (ending_bb->fall_through == NULL)) {
880 if ((ending_bb->taken->taken == bb) || (ending_bb->taken->fall_through == bb)) {
885 if ((ending_bb->taken != NULL) && (ending_bb->taken == bb)) {
mir_graph.cc 155 /* Handle the taken path */
156 bottom_block->taken = orig_block->taken;
157 if (bottom_block->taken) {
158 orig_block->taken = NULL;
159 bottom_block->taken->predecessors->Delete(orig_block);
160 bottom_block->taken->predecessors->Insert(bottom_block);
311 cur_block->taken = taken_block;
455 cur_block->taken = eh_block;
632 DCHECK(cur_block->taken == NULL)
    [all...]
  /art/compiler/dex/quick/x86/
fp_x86.cc 287 LIR* taken = &block_label_list_[bb->taken->id]; local
317 branch->target = taken;
337 branch->target = taken;
344 branch->target = taken;
351 OpCondBranch(ccode, taken);
  /dalvik/vm/compiler/codegen/x86/
LowerInvoke.cpp 578 // for honeycomb: JNI call doesn't need a chaining cell, so the taken branch is null
579 if(traceCurrentBB->taken)
580 insertChainingWorklist(traceCurrentBB->taken->id, stream);
581 int takenId = traceCurrentBB->taken ? traceCurrentBB->taken->id : 0;
    [all...]
CodegenInterface.cpp     [all...]
LowerJump.cpp 933 int relativeNCG = traceCurrentBB->taken ? traceCurrentBB->taken->id : 0;
935 if(traceCurrentBB->taken)
936 relativeNCG = getRelativeNCG(traceCurrentBB->taken->id, JmpCall_cond, &unknown, &size);
    [all...]
  /art/compiler/dex/quick/arm/
int_arm.cc 126 LIR* taken = &block_label_list_[bb->taken->id]; local
141 target = taken;
148 OpCondBranch(condition, taken);
154 OpCmpImmBranch(kCondLt, high_reg, val_hi, taken);
159 OpCmpImmBranch(kCondLt, high_reg, val_hi, taken);
164 OpCmpImmBranch(kCondGt, high_reg, val_hi, taken);
169 OpCmpImmBranch(kCondGt, high_reg, val_hi, taken);
176 OpCmpImmBranch(ccode, low_reg, val_lo, taken);
268 LIR* taken = &block_label_list_[bb->taken->id] local
    [all...]
  /frameworks/base/packages/SystemUI/tests/
Android.mk 27 # UI it doesn't own. This is necessary to allow screenshots to be taken
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
xmlreport.py 122 total, taken = branch_stats[line]
125 "%d%% (%d/%d)" % (100*taken/total, taken, total)
  /external/oprofile/events/i386/atom/
unit_masks 74 0x01 pred_not_taken Retired branch instructions that were predicted not-taken
75 0x02 mispred_not_taken Retired branch instructions that were mispredicted not-taken
76 0x04 pred_taken Retired branch instructions that were predicted taken
77 0x08 mispred_taken Retired branch instructions that were mispredicted taken
79 0x0C taken Retired taken branch instructions
  /art/compiler/dex/quick/
mir_to_lir.cc 242 if (mir_graph_->IsBackedge(bb, bb->taken)) {
243 GenSuspendTestAndBranch(opt_flags, &label_list[bb->taken->id]);
245 OpUnconditionalBranch(&label_list[bb->taken->id]);
274 LIR* taken = &label_list[bb->taken->id]; local
280 BasicBlock* target = is_taken ? bb->taken : bb->fall_through;
289 GenCompareAndBranch(opcode, rl_src[0], rl_src[1], taken,
301 LIR* taken = &label_list[bb->taken->id]; local
306 BasicBlock* target = is_taken ? bb->taken : bb->fall_through
    [all...]
  /external/linux-tools-perf/util/
sort.c 77 int taken; member in struct:sort_dimension
276 if (sd->taken)
313 sd->taken = 1;
  /external/chromium_org/chrome/tools/
webforms_aggregator.py 402 currently set to 30 URLs. These URLs are taken from the links lists, which
403 are from csl, gcl, sl, and gl. The rules define how many URLs are taken from
417 Since 30 URLs can be handled concurrently, the number of links taken from
420 than 24 links, e.g. there are only 21 links, then only 9 links may be taken
435 # links will be taken by the following priority: csl, cgl, sl, gl.
  /external/oprofile/events/mips/rm7000/
events 21 event:0x11 counters:0,1 um:zero minimum:500 name:BRANCHES_TAKEN : Branches taken
25 event:0x15 counters:0,1 um:zero minimum:500 name:DCACHE_MISS_STALL_CYCLES : Dcache miss stall cycles (cycles where both cache miss tokens taken and a third try is requested)
  /external/bison/doc/
bison.x 43 manual, which should be taken as authoritative.
  /external/chromium_org/v8/test/webkit/
dfg-branch-not-fail.js 25 "Check that short-circuiting Branch(LogicalNot(@a)) and then failing speculation does not result in the branch being taken the wrong way."
  /external/oprofile/events/mips/sb1/
events 36 event:0x2d counters:1,2,3 um:zero minimum:500 name:BRANCH_REALLY_TAKEN :Conditional branch was really taken
37 event:0x2e counters:1,2,3 um:zero minimum:500 name:BRANCH_PREDICTED_TAKEN :Predicted taken conditional branch
  /external/chromium_org/third_party/re2/lib/codereview/
codereview.py 822 cl.files = ChangedFiles(ui, repo, pats, taken=Taken(ui, repo))
846 def ChangedFiles(ui, repo, pats, taken=None):
847 taken = taken or {}
857 if f in taken:
858 ui.warn("warning: %s already in CL %s\n" % (f, taken[f].name))
865 if taken:
866 l = Sub(l, taken.keys())
876 def Taken(ui, repo)
    [all...]
  /external/regex-re2/lib/codereview/
codereview.py 822 cl.files = ChangedFiles(ui, repo, pats, taken=Taken(ui, repo))
846 def ChangedFiles(ui, repo, pats, taken=None):
847 taken = taken or {}
857 if f in taken:
858 ui.warn("warning: %s already in CL %s\n" % (f, taken[f].name))
865 if taken:
866 l = Sub(l, taken.keys())
876 def Taken(ui, repo)
    [all...]

Completed in 641 milliseconds

12 3 4 5 6