/external/v8/test/mjsunit/compiler/ |
D | inline-two.js | 69 var o3 = {}; variable 70 o3.v = obj; 71 o3.h = function() { return this.v.foo(); }; 72 for (var i = 0; i < 5; i++) TestInlineX2(o3); 74 TestInlineX2(o3); 75 TestInlineX2({h: o3.h, v:obj}); 94 var o3 = {}; 95 o3.v = obj; 96 o3.f = function() { return this.v; } 97 o3.h = function() { return this.f().g(); }; [all …]
|
D | pic.js | 53 var o3 = { y: 1, z: 2, x: 0 }; variable 54 o1.f = o2.f = o3.f = function() { return 99; } 61 Test(o3); 66 Test(o3);
|
D | simple-inlining.js | 88 var o3 = {y:0,x:42}; variable 89 o3.h = function() { return this.x; }; 90 for (var i = 0; i < 5; i++) TestInlineThisX(o3); 92 TestInlineThisX(o3); 93 TestInlineThisX({h: o3.h, x:42});
|
/external/stlport/src/ |
D | sparc_atomic.s | 17 mov %o1, %o3 ! Set the new value 18 ! swap [%o0], %o3 ! Do the compare and swap 19 cas [%o0], %o2, %o3 20 cmp %o2, %o3 ! Check whether successful 36 add %o2, 0x1, %o3 ! Increment and store current 37 ! swap [%o0], %o3 ! Do the compare and swap 38 cas [%o0], %o2, %o3 39 cmp %o3, %o2 ! Check whether successful 58 sub %o2, 0x1, %o3 ! decrement and store current 59 ! swap [%o0], %o3 ! Do the compare and swap [all …]
|
D | sparc_atomic64.s | 15 mov %o1, %o3 ! Set the new value 16 casx [%o0], %o2, %o3 ! Do the compare and swap 17 cmp %o2, %o3 ! Check whether successful 34 addx %o2, 0x1, %o3 ! Increment and store current 35 casx [%o0], %o2, %o3 ! Do the compare and swap 36 cmp %o3, %o2 ! Check whether successful 54 subx %o2, 0x1, %o3 ! decrement and store current 55 casx [%o0], %o2, %o3 ! Do the compare and swap 56 cmp %o3, %o2 ! Check whether successful
|
/external/openssl/crypto/bn/asm/ |
D | sparcv9a-mont.pl | 175 add $ap,$j,%o3 178 ld [%o3+4],%g1 ! bp[0] 179 ld [%o3+0],%o0 193 ld [%o3+0],$alo_ ! load a[j] as pair of 32-bit words 195 ld [%o3+4],$ahi_ 293 ldx [%sp+$bias+$frame+24],%o3 312 add %o7,%o3,%o3 ! %o3.%o2[0..15].%o1[0..15].%o0[0..15] 320 !sllx %o3,48,%o7 324 srlx %o3,16,%g1 ! 34-bit carry 380 ldx [%sp+$bias+$frame+24],%o3 [all …]
|
D | sparcv8plus.S | 188 srl %o3,%g0,%o3 ! clruw %o3 196 mulx %o3,%g2,%g2 205 mulx %o3,%g3,%g3 214 mulx %o3,%g2,%g2 222 mulx %o3,%g3,%g3 240 mulx %o3,%g2,%g2 250 mulx %o3,%g2,%g2 260 mulx %o3,%g2,%g2 290 srl %o3,%g0,%o3 ! clruw %o3 297 mulx %o3,%g2,%g2 [all …]
|
D | sparcv8.S | 62 umul %o3,%g2,%g2 72 umul %o3,%g3,%g3 83 umul %o3,%g2,%g2 93 umul %o3,%g3,%g3 115 umul %o3,%g2,%g2 127 umul %o3,%g2,%g2 139 umul %o3,%g2,%g2 174 umul %o3,%g2,%g2 181 umul %o3,%g3,%g3 189 umul %o3,%g2,%g2 [all …]
|
/external/llvm/test/CodeGen/Generic/ |
D | negintconst.ll | 12 ; setuw 4294967295, %o3 ! THE BUG: 0x00000000ffffffff 17 ; mulx %o1, %o3, %o1 ! ERROR: 0xffffffff; should be -1 19 ; mulx %o1, 12, %o3 ! 20 ; add %o2, %o3, %o3 ! produces bad address!
|
/external/openssl/crypto/ |
D | sparccpuid.S | 76 clr %o3 151 clr %o3 208 1: add %o1,%o2,%o3 209 .word 0xd7e2100a !cas [%o0],%o2,%o3, compare [%o0] with %o2 and swap %o3 210 cmp %o2,%o3 212 mov %o3,%o2 ! cas is always fetching to dest. register 272 .word 0x97410000 !rd %tick,%o3 280 sub %o3,%o2,%o2 281 sub %o4,%o3,%o3 290 cmp %o0,%o3 [all …]
|
/external/v8/test/mjsunit/ |
D | array-tostring.js | 84 var o3 = {length: 3, 0: 1, 1: 2, 2: 3, variable 87 expectedThis = o3; 88 assertEquals(success, o3.toString());
|
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
D | crypto-aes.js | 293 var o1, o2, o3, h1, h2, h3, h4, bits, i=0, enc=''; 300 o3 = str.charCodeAt(i++); 302 bits = o1<<16 | o2<<8 | o3; 310 if (isNaN(o3)) h4 = 64; 321 var o1, o2, o3, h1, h2, h3, h4, bits, i=0, enc=''; 333 o3 = bits & 0xff; 337 else enc += String.fromCharCode(o1, o2, o3);
|
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/ |
D | crypto-aes.js | 293 var o1, o2, o3, h1, h2, h3, h4, bits, i=0, enc=''; 300 o3 = str.charCodeAt(i++); 302 bits = o1<<16 | o2<<8 | o3; 310 if (isNaN(o3)) h4 = 64; 321 var o1, o2, o3, h1, h2, h3, h4, bits, i=0, enc=''; 333 o3 = bits & 0xff; 337 else enc += String.fromCharCode(o1, o2, o3);
|
/external/openssl/crypto/aes/asm/ |
D | aes-sparcv9.pl | 45 $acc5="%o3"; 523 ld [%i0+12],%o3 533 st %o3,[%i1+12] 583 or %l4,%l6,%o3 612 srl %o3,24,%l4 615 srl %o3,16,%l5 617 srl %o3,8,%l6 620 stb %o3,[%i1+15] 1069 ld [%i0+12],%o3 1079 st %o3,[%i1+12] [all …]
|
/external/webkit/LayoutTests/fast/js/resources/ |
D | codegen-temporaries-multiple-global-blocks-2.js | 14 var o3 = { a: 1 }; variable 15 var v3 = o3;
|
/external/v8/src/ |
D | uri.js | 139 var o3 = octets[3]; 150 if ((o3 < 0x80) || (o3 > 0xbf)) { 153 var d = (o3 & 0x3f);
|
/external/clang/test/CodeGenObjCXX/ |
D | block-var-layout.mm | 15 id o3; field 106 id o3; 114 id o3;
|
/external/clang/test/CodeGenObjC/ |
D | block-var-layout.m | 12 id o3; field 116 id o3; 124 id o3;
|
/external/libffi/src/sparc/ |
D | v9.S | 79 ldx [%l0+ARGS+24], %o3 118 stx %o3, [%i4+24] 181 add %fp, STACK_BIAS-128, %o3
|
D | v8.S | 56 ld [%l0+ARGS+12], %o3 143 add %fp, -16, %o3
|
/external/guava/guava-tests/test/com/google/common/base/ |
D | ToStringHelperTest.java | 123 Object o3 = new Object() {}; in testToStringHelper_moreThanNineAnonymousClasses() local 139 Object o3 = new Object() {}; in testToStringHelperLenient_moreThanNineAnonymousClasses() local
|
/external/clang/test/SemaCXX/ |
D | cxx0x-nontrivial-union.cpp | 118 optional<non_trivial> o3{*o2}; variable
|
/external/libvpx/vp8/encoder/arm/armv6/ |
D | vp8_fast_fdct4x4_armv6.asm | 47 smlsdx r7, r7, r12, r10 ; o3 = (d1 * 2217 - c1 * 5352 + 7500) 52 pkhbt r6, r5, r7, lsl #4 ; [o3 | o2] 209 str r4, [r1, #4] ; [ o3 | o2]
|
/external/v8/test/mjsunit/harmony/ |
D | proxies.js | 1493 var o3 = Object.create(o1) 1495 var o5 = Object.create(o3) 1501 var f3 = Proxy.createFunction(handler(o3), function() {}) 1524 assertFalse(o3 instanceof f0) 1525 assertTrue(o3 instanceof f1) 1526 assertFalse(o3 instanceof f2) 1527 assertFalse(o3 instanceof f3) 1528 assertFalse(o3 instanceof f4) 1529 assertFalse(o3 instanceof f5)
|
/external/openssl/crypto/sha/asm/ |
D | sha512-sparcv9.pl | 73 $D="%o3"; 95 @X=("%o0","%o1","%o2","%o3","%o4","%o5","%g1","%o7");
|