Searched defs:__ (Results 1 - 25 of 161) sorted by relevance

1234567

/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-merge-descriptors.js29 function __() { this.constructor = d; } class
30 __.prototype = b.prototype;
31 d.prototype = new __();
/external/libcxx/test/utilities/meta/meta.unary/meta.unary.cat/
H A Dclass.pass.cpp49 double __; member in class:Class
H A Dunion.pass.cpp49 double __; member in union:Union
/external/libcxx/test/utilities/meta/meta.unary/meta.unary.comp/
H A Dclass.pass.cpp40 double __; member in class:Class
H A Dunion.pass.cpp40 double __; member in union:Union
/external/vixl/examples/
H A Dabs.cc30 #define __ masm-> macro
39 __ Cmp(x0, 0);
40 __ Cneg(x0, x0, mi);
41 __ Ret();
H A Ddebugger.cc33 #define __ masm-> macro
39 __ Brk();
40 __ Nop();
41 __ B(&hop);
42 __ Nop();
43 __ Bind(&hop);
44 __ Mov(x1, 123);
45 __ Mov(x2, 456);
46 __ Add(x0, x1, x2);
47 __ Re
[all...]
H A Dgetting-started.cc31 #define __ masm-> macro
37 __ Ldr(x1, 0x1122334455667788);
38 __ And(x0, x0, x1);
39 __ Ret();
H A Dswap-int32.cc30 #define __ masm-> macro
36 const Register old_stack_pointer = __ StackPointer();
37 __ Mov(x2, __ StackPointer());
38 __ SetStackPointer(x2);
42 __ Claim(8);
44 __ Poke(w0, 0);
45 __ Poke(w1, 4);
46 __ Peek(w1, 0);
47 __ Pee
[all...]
H A Dswap4.cc30 #define __ masm-> macro
35 __ Claim(16);
36 __ Poke(x0, 0);
37 __ Poke(x1, 8);
38 __ Push(x3, x2);
40 __ Pop(x1, x0);
41 __ Peek(x3, 0);
42 __ Peek(x2, 8);
43 __ Drop(16);
45 __ Re
[all...]
/external/chromium_org/v8/src/arm64/
H A Ddelayed-masm-arm64-inl.h13 #define __ ACCESS_MASM(masm_) macro
28 __ Mov(rd, operand, discard_mode);
34 __ Fmov(fd, fn);
40 __ Fmov(fd, imm);
47 __ LoadObject(result, object);
51 #undef __ macro
H A Dutils-arm64.cc13 #define __ assm-> macro
/external/chromium_org/v8/src/ic/arm/
H A Daccess-compiler-arm.cc14 #define __ ACCESS_MASM(masm) macro
19 __ Jump(code, RelocInfo::CODE_TARGET);
42 #undef __ macro
/external/chromium_org/v8/src/ic/arm64/
H A Daccess-compiler-arm64.cc14 #define __ ACCESS_MASM(masm) macro
19 __ Jump(code, RelocInfo::CODE_TARGET);
49 #undef __ macro
/external/chromium_org/v8/src/ic/ia32/
H A Daccess-compiler-ia32.cc14 #define __ ACCESS_MASM(masm) macro
18 __ jmp(code, RelocInfo::CODE_TARGET);
40 #undef __ macro
/external/chromium_org/v8/src/ic/mips/
H A Daccess-compiler-mips.cc14 #define __ ACCESS_MASM(masm) macro
19 __ Jump(code, RelocInfo::CODE_TARGET);
42 #undef __ macro
/external/chromium_org/v8/src/ic/mips64/
H A Daccess-compiler-mips64.cc14 #define __ ACCESS_MASM(masm) macro
19 __ Jump(code, RelocInfo::CODE_TARGET);
42 #undef __ macro
/external/chromium_org/v8/src/ic/x64/
H A Daccess-compiler-x64.cc14 #define __ ACCESS_MASM(masm) macro
19 __ jmp(code, RelocInfo::CODE_TARGET);
42 #undef __ macro
/external/chromium_org/v8/src/ic/x87/
H A Daccess-compiler-x87.cc14 #define __ ACCESS_MASM(masm) macro
18 __ jmp(code, RelocInfo::CODE_TARGET);
40 #undef __ macro
/external/chromium_org/v8/test/cctest/
H A Dtest-macro-assembler-ia32.cc49 #define __ masm-> macro
61 MacroAssembler* masm = &assembler; // Create a pointer for the __ macro.
62 __ push(ebx);
63 __ push(edx);
64 __ sub(esp, Immediate(1 * kPointerSize));
68 __ mov(eax, Immediate(1)); // Test number.
69 __ mov(Operand(esp, 0 * kPointerSize), Immediate(0));
70 __ mov(ebx, Immediate(-1));
71 __ Store(ebx, Operand(esp, 0 * kPointerSize), Representation::UInteger8());
72 __ mo
161 #undef __ macro
[all...]
H A Dtest-macro-assembler-x87.cc49 #define __ masm-> macro
61 MacroAssembler* masm = &assembler; // Create a pointer for the __ macro.
62 __ push(ebx);
63 __ push(edx);
64 __ sub(esp, Immediate(1 * kPointerSize));
68 __ mov(eax, Immediate(1)); // Test number.
69 __ mov(Operand(esp, 0 * kPointerSize), Immediate(0));
70 __ mov(ebx, Immediate(-1));
71 __ Store(ebx, Operand(esp, 0 * kPointerSize), Representation::UInteger8());
72 __ mo
148 #undef __ macro
[all...]
/external/clang/test/Analysis/
H A Dstackaddrleak.c24 static int pr7383(__const char *__) argument
/external/libcxx/test/utilities/function.objects/refwrap/
H A Dweak_result.pass.cpp50 struct two {char _; char __;}; member in struct:has_result_type::two
/external/vixl/benchmarks/
H A Dbench-branch.cc58 #define __ masm-> macro
65 __ b(&target);
66 __ bind(&target);
74 __ b(&target);
75 __ bind(&target);
H A Dbench-dataop.cc58 #define __ masm-> macro
63 __ add(x0, x1, Operand(x2));
70 __ add(x0, x1, Operand(x2));

Completed in 404 milliseconds

1234567