Home
last modified time | relevance | path

Searched refs:al (Results 1 – 25 of 25) sorted by relevance

/art/test/980-redefine-object/src/
DMain.java115 ArrayList<Object> al = new ArrayList<>(); in doTest() local
117 al.add(new Object()); in doTest()
118 al.add(new Object()); in doTest()
119 al.add(o2); in doTest()
120 al.add(o); in doTest()
121 al.add(t); in doTest()
122 al.add(t2); in doTest()
123 al.add(new Transform()); in doTest()
/art/runtime/interpreter/mterp/x86_64/
Darray.S104 testb %al, %al
123 andb $$0xf, %al # eax <- A
135 testb %al, %al # 0 means an exception is thrown
153 testb %al, %al # 0 means an exception is thrown
176 testb %al, %al # 0 means an exception is thrown
Dobject.S12 testb %al, %al
27 testb %al, %al
119 movsbl %al, %eax
158 testb %al, %al
210 testb %al, %al # 0 means an exception is thrown
Dinvoke.S15 testb %al, %al
38 testb %al, %al
Dother.S13 testb %al, %al
71 testb %al, %al
144 andb $$0xf, %al # eax <- A
Dcontrol_flow.S202 testb %al, %al
Dmain.S537 testb %al, %al
Dfloating_point.S28 addb $$1, %al
Darithmetic.S416 addb $$1, %al
/art/runtime/interpreter/mterp/x86_64ng/
Dmain.S328 movb (REG_VAR(shorty)), %al // bl := *shorty
330 cmpb MACRO_LITERAL(0), %al // if (al == '\0') goto finished
332 cmpb MACRO_LITERAL(68), %al // if (al == 'D') goto FOUND_DOUBLE
334 cmpb MACRO_LITERAL(70), %al // if (al == 'F') goto FOUND_FLOAT
339 cmpb MACRO_LITERAL(74), %al // if (al != 'J') goto LOOP
389 movb (REG_VAR(shorty)), %al // bl := *shorty
391 cmpb MACRO_LITERAL(0), %al // if (al == '\0') goto finished
393 cmpb MACRO_LITERAL(74), %al // if (al == 'J') goto FOUND_LONG
395 cmpb MACRO_LITERAL(70), %al // if (al == 'F') goto SKIP_FLOAT
397 cmpb MACRO_LITERAL(68), %al // if (al == 'D') goto SKIP_DOUBLE
[all …]
Darray.S117 andb $$0xf, %al # eax <- A
Dother.S125 andb $$0xf, %al # eax <- A
/art/runtime/interpreter/mterp/x86/
Dinvoke.S17 testb %al, %al
43 testb %al, %al
Darray.S116 testb %al, %al
151 andb $$0xf, %al # eax <- A
166 testb %al, %al # 0 means an exception is thrown
187 testb %al, %al # 0 means an exception is thrown
213 testb %al, %al # 0 means an exception is thrown
Dother.S17 testb %al, %al
79 testb %al, %al
133 testb %al, %al
158 testb %al, %al
171 andb $$0xf, %al # eax <- A
Dobject.S14 testb %al, %al
35 testb %al, %al
Dmain.S571 testb %al, %al
Darithmetic.S37 # Remainder in %ah, quotient in %al
611 andb $$0xf, %al # eax <- A
/art/compiler/utils/arm64/
Djni_macro_assembler_arm64.h219 vixl::aarch64::Condition cond = vixl::aarch64::al);
230 vixl::aarch64::Condition cond = vixl::aarch64::al);
234 vixl::aarch64::Condition cond = vixl::aarch64::al);
Djni_macro_assembler_arm64.cc88 if ((cond == al) || (cond == nv)) { in AddConstant()
204 if ((cond == al) || (cond == nv)) { in LoadImmediate()
598 AddConstant(out_reg.AsXRegister(), SP, handle_scope_offs.Int32Value(), al); in CreateHandleScopeEntry()
618 AddConstant(scratch.AsXRegister(), SP, handle_scope_offset.Int32Value(), al); in CreateHandleScopeEntry()
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S545 LOOP_OVER_SHORTY_LOADING_XMMS xmm0, esi, edi, al, .Lxmm_setup_finished
546 LOOP_OVER_SHORTY_LOADING_XMMS xmm1, esi, edi, al, .Lxmm_setup_finished
547 LOOP_OVER_SHORTY_LOADING_XMMS xmm2, esi, edi, al, .Lxmm_setup_finished
548 LOOP_OVER_SHORTY_LOADING_XMMS xmm3, esi, edi, al, .Lxmm_setup_finished
577 SKIP_OVER_FLOATS esi, edi, al, .Lgpr_setup_finished
578 cmpb LITERAL(74), %al // if (al == 'J') goto FOUND_LONG
585 SKIP_OVER_FLOATS esi, edi, al, .Lgpr_setup_finished
642 LOOP_OVER_SHORTY_LOADING_XMMS xmm0, esi, edi, al, .Lxmm_setup_finished2
643 LOOP_OVER_SHORTY_LOADING_XMMS xmm1, esi, edi, al, .Lxmm_setup_finished2
644 LOOP_OVER_SHORTY_LOADING_XMMS xmm2, esi, edi, al, .Lxmm_setup_finished2
[all …]
/art/runtime/arch/x86_64/
Dquick_entrypoints_x86_64.S352 movb (%r10), %al // al := *shorty
354 cmpb MACRO_LITERAL(0), %al // if (al == '\0') goto xmm_setup_finished
356 cmpb MACRO_LITERAL(68), %al // if (al == 'D') goto FOUND_DOUBLE
358 cmpb MACRO_LITERAL(70), %al // if (al == 'F') goto FOUND_FLOAT
362 cmpb MACRO_LITERAL(74), %al // if (al != 'J') goto LOOP
383 movb (%r10), %al // al := *shorty
385 cmpb MACRO_LITERAL(0), %al // if (al == '\0') goto gpr_setup_finished
387 cmpb MACRO_LITERAL(74), %al // if (al == 'J') goto FOUND_LONG
389 cmpb MACRO_LITERAL(70), %al // if (al == 'F') goto SKIP_FLOAT
391 cmpb MACRO_LITERAL(68), %al // if (al == 'D') goto SKIP_DOUBLE
Dmemcmp16_x86_64.S840 cmp %cl, %al
869 cmp %cl, %al
/art/compiler/utils/arm/
Dassembler_arm_vixl.h249 vixl32::Condition cond = vixl32::al);
/art/compiler/optimizing/
Dcode_generator_arm_vixl.h487 vixl::aarch32::Condition cond = vixl::aarch32::al);
492 vixl::aarch32::Condition cond = vixl::aarch32::al);