/external/chromium_org/v8/test/mjsunit/regress/ |
regress-359491.js | 16 // Gather type feedback for both branches. 31 // Optimize g, which inlines f. Both branches in f will see the constant. 44 // Gather type feedback for both branches. 59 // Optimize g, which inlines f. Both branches in f will see the constant.
|
regress-108296.js | 46 // Ensure that both branches of ternary operator have monomorphic type feedback.
|
/external/llvm/utils/release/ |
tag.sh | 11 # Create branches and release candidates for the LLVM release. 37 if svn ls $base_url/$proj/branches/release_$release > /dev/null 2>&1 ; then 42 $base_url/$proj/branches/release_$release 46 $base_url/$proj/branches/release_$release 59 $base_url/$proj/branches/release_$release \
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
bitops-bits-in-byte.js | 4 // 1 op = 2 assigns, 16 compare/branches, 8 ANDs, (0-8) ADDs, 8 SHLs
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/ |
bitops-bits-in-byte.js | 4 // 1 op = 2 assigns, 16 compare/branches, 8 ANDs, (0-8) ADDs, 8 SHLs
|
/external/clang/ |
host_shared_clang.mk | 3 # Don't build the library in unbundled branches. 41 endif # don't build in unbundled branches
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
summary.py | 15 self.branches = coverage.data.has_arcs() 32 if self.branches: 59 if self.branches: 76 if self.branches:
|
/external/chromium_org/third_party/skia/src/core/ |
SkRTree.cpp | 152 // divide up the branches 317 SkRTree::Branch SkRTree::bulkLoad(SkTDArray<Branch>* branches, int level) { 318 if (branches->count() == 1) { 320 Branch out = (*branches)[0]; 321 branches->rewind(); 330 SkTQSort(branches->begin(), branches->end() - 1, RectLessY()); 333 int numBranches = branches->count() / fMaxChildren; 334 int remainder = branches->count() % fMaxChildren; 340 // some other branches to make up for i [all...] |
SkRTree.h | 178 Branch bulkLoad(SkTDArray<Branch>* branches, int level = 0);
|
/external/skia/src/core/ |
SkRTree.cpp | 152 // divide up the branches 317 SkRTree::Branch SkRTree::bulkLoad(SkTDArray<Branch>* branches, int level) { 318 if (branches->count() == 1) { 320 Branch out = (*branches)[0]; 321 branches->rewind(); 330 SkTQSort(branches->begin(), branches->end() - 1, RectLessY()); 333 int numBranches = branches->count() / fMaxChildren; 334 int remainder = branches->count() % fMaxChildren; 340 // some other branches to make up for i [all...] |
SkRTree.h | 178 Branch bulkLoad(SkTDArray<Branch>* branches, int level = 0);
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/ |
bitops-bits-in-byte.js | 6 // 1 op = 2 assigns, 16 compare/branches, 8 ANDs, (0-8) ADDs, 8 SHLs
|
/external/llvm/test/MC/ARM/ |
thumb2-branches.s | 4 @ unconditional branches accept narrow suffix and encode to short encodings 14 @ unconditional branches accept wide suffix and encode to wide encodings 28 @ unconditional branches without width suffix encode depending of offset size 46 @ unconditional branches with width narrow suffix in IT block 60 @ unconditional branches with wide suffix in IT block 82 @ conditional branches accept narrow suffix and encode to short encodings 92 @ unconditional branches accept wide suffix and encode to wide encodings 106 @ unconditional branches without width suffix encode depending of offset size 147 @ unconditional branches accept narrow suffix and encode to short encodings 157 @ unconditional branches accept wide suffix and encode to wide encoding [all...] |
/external/vixl/tools/ |
git.py | 35 status, branches = util.getstatusoutput('git branch') 37 match = re.search("^\* (.*)$", branches, re.MULTILINE)
|
/external/chromium_org/v8/tools/push-to-trunk/ |
releases.py | 6 # This script retrieves the history of all V8 branches and trunk revisions and 66 def SortBranches(branches): 67 """Sort branches with version number names.""" 68 return sorted(branches, key=SortingKey, reverse=True) 206 # Follow branches only until their creation point. 223 # Get relevant remote branches, e.g. "svn/3.25". 224 branches = filter(lambda s: re.match(r"^svn/\d+\.\d+$", s), 227 branches = map(lambda s: s[4:], branches) 234 beta, stable = SortBranches(branches)[0:2 [all...] |
/external/lldb/ |
host_shared_lldb.mk | 3 # Don't build the library in unbundled branches. 79 endif # don't build in unbundled branches
|
/external/oprofile/events/i386/westmere/ |
unit_masks | 29 0x02 direct Unconditional branches executed 30 0x04 indirect_non_call Indirect non call branches executed 31 0x07 non_calls All non call branches executed 32 0x08 return_near Indirect return branches executed 33 0x10 direct_near_call Unconditional call branches executed 34 0x20 indirect_near_call Indirect call branches executed 35 0x30 near_calls Call branches executed 36 0x40 taken Taken branches executed 43 0x01 cond Mispredicted conditional branches executed 44 0x02 direct Mispredicted unconditional branches execute [all...] |
/external/qemu/distrib/ |
update-audio.sh | 49 PREBUILT=$(locate_depot_files //branches/cupcake/android/prebuilt/$OS)
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
parse-events.l | 135 branch-instructions|branches { return sym(yyscanner, PERF_TYPE_HARDWARE, PERF_COUNT_HW_BRANCH_INSTRUCTIONS); } 155 branch|branches|bpu|btb|bpc |
|
/external/oprofile/events/mips/r12000/ |
events | 10 event:0x6 counters:0,1,2,3 um:zero minimum:500 name:RESOLVED_BRANCH_CONDITIONAL : Resolved conditional branches 28 event:0x18 counters:0,1,2,3 um:zero minimum:500 name:MISPREDICTED_BRANCHES : Mispredicted branches
|
/external/oprofile/events/x86-64/family11h/ |
events | 83 event:0xc2 counters:0,1,2,3 um:zero minimum:500 name:RETIRED_BRANCH_INSTRUCTIONS : Retired branches (conditional, unconditional, exceptions, interrupts) 86 event:0xc5 counters:0,1,2,3 um:zero minimum:500 name:RETIRED_TAKEN_BRANCH_INSTRUCTIONS_MISPREDICTED : Retired taken branches mispredicted 88 event:0xc7 counters:0,1,2,3 um:zero minimum:500 name:RETIRED_BRANCH_RESYNCS : Retired branches resyncs (only non-control transfer branches) 91 event:0xca counters:0,1,2,3 um:zero minimum:500 name:RETIRED_INDIRECT_BRANCHES_MISPREDICTED : Retired indirect branches mispredicted
|
/external/oprofile/events/x86-64/hammer/ |
events | 78 event:0xc2 counters:0,1,2,3 um:zero minimum:500 name:RETIRED_BRANCH_INSTRUCTIONS : Retired branches (conditional, unconditional, exceptions, interrupts) 81 event:0xc5 counters:0,1,2,3 um:zero minimum:500 name:RETIRED_TAKEN_BRANCH_INSTRUCTIONS_MISPREDICTED : Retired taken branches mispredicted 83 event:0xc7 counters:0,1,2,3 um:zero minimum:500 name:RETIRED_BRANCH_RESYNCS : Retired branches resyncs (only non-control transfer branches) 86 event:0xca counters:0,1,2,3 um:zero minimum:500 name:RETIRED_INDIRECT_BRANCHES_MISPREDICTED : Retired indirect branches mispredicted
|
/external/chromium_org/v8/tools/ |
v8-info.sh | 54 -i Print revision info for all branches matching the V8 version.
|
/external/chromium_org/v8/test/mjsunit/compiler/ |
regress-lbranch-double.js | 31 // branches when the representation of the condition is a double.
|
/external/chromium_org/v8/test/mjsunit/ |
regexp-capture-3.js | 181 NoHang(/(æ|ø|?)(((.*)*)*x)/); // All branches of alternation are filtered. 182 NoHang(/(a|b|(((.*)*)*x))?/); // 1 out of 3 branches pruned. 183 NoHang(/(a|(((.*)*)*x)?|(((.*)*)*x)?)/); // 2 out of 3 branches pruned.
|