Searched refs:test (Results 76 - 84 of 84) sorted by relevance

1234

/dalvik/vm/mterp/out/
H A DInterpAsm-armv7-a-neon.S1133 * our "backward branch" test must be "<=0" instead of "<0". Because
1657 bne common_updateProfile @ test for JIT off at target
1689 bne common_updateProfile @ test for JIT off at target
1721 bne common_updateProfile @ test for JIT off at target
1753 bne common_updateProfile @ test for JIT off at target
1785 bne common_updateProfile @ test for JIT off at target
1817 bne common_updateProfile @ test for JIT off at target
3129 * (We could defer the "is 'this' pointer null" test to the common
3286 * (We could defer the "is 'this' pointer null" test to the common
7274 cmp r0, #0 @ test boolea
[all...]
H A DInterpAsm-armv7-a.S1133 * our "backward branch" test must be "<=0" instead of "<0". Because
1657 bne common_updateProfile @ test for JIT off at target
1689 bne common_updateProfile @ test for JIT off at target
1721 bne common_updateProfile @ test for JIT off at target
1753 bne common_updateProfile @ test for JIT off at target
1785 bne common_updateProfile @ test for JIT off at target
1817 bne common_updateProfile @ test for JIT off at target
3129 * (We could defer the "is 'this' pointer null" test to the common
3286 * (We could defer the "is 'this' pointer null" test to the common
7274 cmp r0, #0 @ test boolea
[all...]
H A DInterpAsm-armv5te.S1123 * our "backward branch" test must be "<=0" instead of "<0". Because
1675 bne common_updateProfile @ test for JIT off at target
1707 bne common_updateProfile @ test for JIT off at target
1739 bne common_updateProfile @ test for JIT off at target
1771 bne common_updateProfile @ test for JIT off at target
1803 bne common_updateProfile @ test for JIT off at target
1835 bne common_updateProfile @ test for JIT off at target
3147 * (We could defer the "is 'this' pointer null" test to the common
3304 * (We could defer the "is 'this' pointer null" test to the common
7638 cmp r0, #0 @ test boolea
[all...]
H A DInterpAsm-x86.S862 * Trivial test failed, need to perform full check. This is common.
937 * Trivial test failed, need to perform full check. This is common.
960 * Trivial test succeeded, save and bail.
2479 call dvmCanPutArrayElement # test object type vs. array type
4263 * (We could defer the "is 'this' pointer null" test to the common
4550 * (We could defer the "is 'this' pointer null" test to the common
16065 test rINST, rINST
/dalvik/vm/compiler/template/out/
H A DCompilerTemplateAsm-armv5te-vfp.S1303 * r0: start of data to test
1447 @ test for exception
H A DCompilerTemplateAsm-armv7-a-neon.S1303 * r0: start of data to test
1447 @ test for exception
H A DCompilerTemplateAsm-armv7-a.S1303 * r0: start of data to test
1447 @ test for exception
H A DCompilerTemplateAsm-mips.S2433 * v0: start of data to test
2570 # test for exception
/dalvik/vm/oo/
H A DClass.cpp150 Since the ultimate goal of this test is to catch an unusual situation
227 int test = 1; local
229 switch (test) {
276 char* str = (char*)dvmLinearStrdup(NULL, "This is a test!");
2422 i--; /* don't trip "didn't find it" test if field was last */
3931 * The initiating loader test should catch the majority of cases
3937 * argument, so that way if it's from the bootstrap loader this test
4351 * When we wake up, repeat the test for init-in-progress. If there's
4418 * mixing reference types with identical names (see Dalvik test 068).

Completed in 767 milliseconds

1234