/dalvik/vm/mterp/mips/ |
OP_IGET.S | 14 LOAD_rSELF_methodClassDex(a3) # a3 <- DvmDex 16 LOAD_base_offDvmDex_pResFields(a2, a3) # a2 <- pDvmDex->pResFields 38 LOAD_base_offInstField_byteOffset(a3, a0) # a3 <- byte offset of field 41 addu a3, a3, rOBJ # form address 42 $load a0, (a3) # a0 <- obj.field (8/16/32 bits)
|
alt_stub.S | 9 lbu a3, offThread_breakFlags(rSELF) 12 bnez a3, 1f
|
OP_CONST_WIDE.S | 8 FETCH(a3, 4) # a3 <- HHHH (high) 10 sll a3, 16 11 or a1, a3, a2 # a1 <- HHHHhhhh (high word)
|
OP_IPUT_QUICK.S | 6 GET_VREG(a3, a2) # a3 <- fp[B], the object pointer 9 beqz a3, common_errNullObject # object was null 12 addu t0, a3, a1
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.function.objects/depr.adaptors/depr.member.pointer.adaptors/ |
mem_fun.pass.cpp | 23 int a3() const {return 1;} function in struct:A
|
mem_fun1.pass.cpp | 23 int a3() const {return 1;} function in struct:A
|
mem_fun_ref.pass.cpp | 23 int a3() const {return 1;} function in struct:A
|
mem_fun_ref1.pass.cpp | 23 int a3() const {return 1;} function in struct:A
|
const_mem_fun_ref_t.pass.cpp | 22 int a3() const {return 1;} function in struct:A 30 const F f(&A::a3);
|
const_mem_fun_t.pass.cpp | 22 int a3() const {return 1;} function in struct:A 30 const F f(&A::a3);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/numarray/valarray.nonmembers/valarray.comparison/ |
and_valarray_value.pass.cpp | 26 bool a3[] = {true, true, true, true, false}; local 32 assert(v3[i] == a3[i]); 37 bool a3[] = {false, false, false, false, false}; local 43 assert(v3[i] == a3[i]);
|
and_value_valarray.pass.cpp | 26 bool a3[] = {true, true, true, true, false}; local 32 assert(v3[i] == a3[i]); 37 bool a3[] = {false, false, false, false, false}; local 43 assert(v3[i] == a3[i]);
|
or_valarray_value.pass.cpp | 26 bool a3[] = {true, true, true, true, true}; local 32 assert(v3[i] == a3[i]); 37 bool a3[] = {true, true, true, true, false}; local 43 assert(v3[i] == a3[i]);
|
or_value_valarray.pass.cpp | 26 bool a3[] = {true, true, true, true, true}; local 32 assert(v3[i] == a3[i]); 37 bool a3[] = {true, true, true, true, false}; local 43 assert(v3[i] == a3[i]);
|
equal_valarray_value.pass.cpp | 26 bool a3[] = {false, true, false, false, false}; local 32 assert(v3[i] == a3[i]);
|
equal_value_valarray.pass.cpp | 26 bool a3[] = {false, true, false, false, false}; local 32 assert(v3[i] == a3[i]);
|
greater_equal_valarray_value.pass.cpp | 26 bool a3[] = {false, true, true, true, false}; local 32 assert(v3[i] == a3[i]);
|
greater_equal_value_valarray.pass.cpp | 26 bool a3[] = {true, true, false, false, true}; local 32 assert(v3[i] == a3[i]);
|
greater_valarray_value.pass.cpp | 26 bool a3[] = {false, false, true, true, false}; local 32 assert(v3[i] == a3[i]);
|
greater_value_valarray.pass.cpp | 26 bool a3[] = {true, false, false, false, true}; local 32 assert(v3[i] == a3[i]);
|
less_equal_valarray_value.pass.cpp | 26 bool a3[] = {true, true, false, false, true}; local 32 assert(v3[i] == a3[i]);
|
less_equal_value_valarray.pass.cpp | 26 bool a3[] = {false, true, true, true, false}; local 32 assert(v3[i] == a3[i]);
|
less_valarray_value.pass.cpp | 26 bool a3[] = {true, false, false, false, true}; local 32 assert(v3[i] == a3[i]);
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.conv/ |
p4.cpp | 26 void test_deduce_with_qual(AnyThreeLevelPtr a3) { 27 int * const * const * const ip = a3;
|
/external/valgrind/main/none/tests/mips32/ |
vfp.stdout.exp | 58 lwxc1 $f0, $a3($v0) :: ft 0x4095a266 59 lwxc1 $f0, $a3($v0) :: ft 0x66666666 60 lwxc1 $f0, $a3($v0) :: ft 0xbff00000 61 lwxc1 $f0, $a3($v0) :: ft 0x0 62 lwxc1 $f0, $a3($v0) :: ft 0x3ff00000 63 lwxc1 $f0, $a3($v0) :: ft 0x0 64 lwxc1 $f0, $a3($v0) :: ft 0x252a2e2b 65 lwxc1 $f0, $a3($v0) :: ft 0x262d2d2a 66 lwxc1 $f0, $a3($v0) :: ft 0xffffffff 67 lwxc1 $f0, $a3($v0) :: ft 0xfffffff [all...] |