/art/runtime/interpreter/mterp/mips/ |
op_move_exception.S | 2 GET_OPA(a2) # a2 <- AA 5 SET_VREG_OBJECT(a3, a2) # fp[AA] <- exception obj
|
op_move_result_wide.S | 2 GET_OPA(a2) # a2 <- AA 6 SET_VREG64(a0, a1, a2) # fp[AA] <- a0/a1
|
op_move_wide_from16.S | 4 GET_OPA(a2) # a2 <- AA 8 SET_VREG64(a0, a1, a2) # fp[AA] <- a0/a1
|
op_return_wide.S | 13 GET_OPA(a2) # a2 <- AA 14 EAS2(a2, rFP, a2) # a2 <- &fp[AA]
|
op_sput.S | 10 GET_OPA(a3) # a3 <- AA 11 GET_VREG(a1, a3) # a1 <- fp[AA], the object pointer
|
op_sput_wide.S | 9 GET_OPA(a2) # a2 <- AA 10 EAS2(a2, rFP, a2) # a2 <- &fp[AA]
|
op_const_high16.S | 3 GET_OPA(a3) # a3 <- AA
|
/art/runtime/interpreter/mterp/x86/ |
binopWide.S | 12 SET_VREG rIBASE, rINST # v[AA+0] <- rIBASE 14 SET_VREG_HIGH %eax, rINST # v[AA+1] <- eax
|
op_shl_long.S | 12 /* rINSTw gets AA */ 26 SET_VREG_HIGH rIBASE, rINST # v[AA+1] <- rIBASE 28 SET_VREG %eax, rINST # v[AA+0] <- %eax
|
op_shr_long.S | 12 /* rINSTw gets AA */ 26 SET_VREG_HIGH rIBASE, rINST # v[AA+1] <- rIBASE 28 SET_VREG %eax, rINST # v[AA+0] <- eax
|
/external/clang/test/Preprocessor/ |
macro_fn_comma_swallow.c | 21 // CHECK: 4: AA BB 22 #define X4(...) AA , ## __VA_ARGS__ BB
|
/external/llvm/include/llvm/Analysis/ |
Loads.h | 51 /// If AATags is non-null and a load or store is found, the AA tags from the 52 /// load or store are recorded there. If there are no AA tags or if no access 57 AliasAnalysis *AA = nullptr,
|
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/account/ |
AccountTypeTest.java | 92 final AccountTypeForDisplayLabelTest AA = new AccountTypeForDisplayLabelTest("aa"); 96 assertTrue(compareDisplayLabel(AA, BBB) < 0); 98 assertTrue(compareDisplayLabel(AA, C) < 0); 99 assertTrue(compareDisplayLabel(AA, AA) == 0); 100 assertTrue(compareDisplayLabel(BBB, AA) > 0); 102 assertTrue(compareDisplayLabel(EMPTY, AA) < 0);
|
/external/llvm/unittests/Analysis/ |
AliasAnalysisTest.cpp | 47 AliasAnalysis &AA = getAnalysis<AAResultsWrapperPass>().getAAResults(); 59 (void)AA.alias(P1, MemoryLocation::UnknownSize, P2, 68 INITIALIZE_PASS_BEGIN(AATestPass, "aa-test-pas", "Alias Analysis Test Pass", 71 INITIALIZE_PASS_END(AATestPass, "aa-test-pass", "Alias Analysis Test Pass", 75 /// A test customizable AA result. It merely accepts a callback to run whenever 76 /// it receives an alias query. Useful for testing that a particular AA result 99 /// A wrapper pass for the legacy pass manager to use with the above custom AA 136 INITIALIZE_PASS_BEGIN(TestCustomAAWrapperPass, "test-custom-aa", 137 "Test Custom AA Wrapper Pass", false, true) 139 INITIALIZE_PASS_END(TestCustomAAWrapperPass, "test-custom-aa", [all...] |
/ndk/tests/device/test-stlport_shared-exception/jni/ |
catch6.cpp | 11 // +--AA-A 17 struct AA : A { int m; }; 18 struct D : B, C, AA { int m; }; 25 void fnaa(AA *obj) { throw obj; } 59 catch(AA *p) { caught = 1; if (p != e) abort();} 88 catch(AA *p) { caught = 1; if (p != e) abort();} 108 try { fna((AA *)e); } 109 catch(AA *p) { abort(); } // throw type is static type 110 catch(A *p) { caught = 1; if (p != (AA *)e) abort();} 154 // try with AA objec [all...] |
catch6p.cpp | 11 // +--AA-A 17 struct AA : A { int m; }; 18 struct D : B, C, AA { int m; }; 25 void fnaa(AA *obj) { throw obj; } 59 catch(AA *p) { caught = 1; if (p != e) abort();} 88 catch(AA *p) { caught = 1; if (p != e) abort();} 108 try { fna((AA *)e); } 109 catch(AA *p) { abort(); } // throw type is static type 110 catch(A *p) { caught = 1; if (p != (AA *)e) abort();} 154 // try with AA objec [all...] |
/ndk/tests/device/test-stlport_static-exception/jni/ |
catch6.cpp | 11 // +--AA-A 17 struct AA : A { int m; }; 18 struct D : B, C, AA { int m; }; 25 void fnaa(AA *obj) { throw obj; } 59 catch(AA *p) { caught = 1; if (p != e) abort();} 88 catch(AA *p) { caught = 1; if (p != e) abort();} 108 try { fna((AA *)e); } 109 catch(AA *p) { abort(); } // throw type is static type 110 catch(A *p) { caught = 1; if (p != (AA *)e) abort();} 154 // try with AA objec [all...] |
catch6p.cpp | 11 // +--AA-A 17 struct AA : A { int m; }; 18 struct D : B, C, AA { int m; }; 25 void fnaa(AA *obj) { throw obj; } 59 catch(AA *p) { caught = 1; if (p != e) abort();} 88 catch(AA *p) { caught = 1; if (p != e) abort();} 108 try { fna((AA *)e); } 109 catch(AA *p) { abort(); } // throw type is static type 110 catch(A *p) { caught = 1; if (p != (AA *)e) abort();} 154 // try with AA objec [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
adogpool.h | 18 #define LIBID_ADO20 GUID_BUILDER(LIBID_ADO20,00000200,0000,0010,80,00,00,AA,00,6D,2E,A4) 24 #define LIBID_ADO21 GUID_BUILDER(LIBID_ADO21,00000201,0000,0010,80,00,00,AA,00,6D,2E,A4) 30 #define LIBID_ADOR20 GUID_BUILDER(LIBID_ADOR20,00000300,0000,0010,80,00,00,AA,00,6D,2E,A4) 36 #define LIBID_ADO25 GUID_BUILDER(LIBID_ADO25,00000205,0000,0010,80,00,00,AA,00,6D,2E,A4) 42 #define LIBID_ADO26 GUID_BUILDER(LIBID_ADO26,00000206,0000,0010,80,00,00,AA,00,6D,2E,A4) 48 #define LIBID_ADOR25 GUID_BUILDER(LIBID_ADOR25,00000305,0000,0010,80,00,00,AA,00,6D,2E,A4) 54 #define IID_IADOError GUID_BUILDER(IID_IADOError,00000500,0000,0010,80,00,00,AA,00,6D,2E,A4) 60 #define IID_IADOErrors GUID_BUILDER(IID_IADOErrors,00000501,0000,0010,80,00,00,AA,00,6D,2E,A4) 66 #define IID_IADOProperty GUID_BUILDER(IID_IADOProperty,00000503,0000,0010,80,00,00,AA,00,6D,2E,A4) 72 #define IID_IADOProperties GUID_BUILDER(IID_IADOProperties,00000504,0000,0010,80,00,00,AA,00,6D,2E,A4 [all...] |
/art/runtime/interpreter/mterp/arm/ |
op_const_16.S | 3 mov r3, rINST, lsr #8 @ r3<- AA
|
op_const_high16.S | 3 mov r3, rINST, lsr #8 @ r3<- AA
|
op_monitor_enter.S | 6 mov r2, rINST, lsr #8 @ r2<- AA
|
op_return.S | 13 mov r2, rINST, lsr #8 @ r2<- AA
|
op_sput_wide.S | 10 mov r2, rINST, lsr #8 @ r3<- AA
|
op_throw.S | 6 mov r2, rINST, lsr #8 @ r2<- AA
|