/art/test/033-class-init-deadlock/src/ |
D | Main.java | 57 new B(); in B() method 63 class B { class
|
/art/test/594-invoke-super/src/ |
D | Main.java | 34 class B { class 35 B() { System.out.println("new B"); } in B() method in B
|
/art/compiler/optimizing/ |
D | intrinsics_arm64.cc | 145 __ B(GetExitLabel()); in EmitNativeCode() local 215 __ B(&slow_copy_loop, ne); in EmitNativeCode() local 216 __ B(GetExitLabel()); in EmitNativeCode() local 1031 __ B(GetExitLabel(), ne); // If taken, Z=false indicates failure. in EmitNativeCode() local 1057 __ B(GetExitLabel(), ne); // If taken, Z=false indicates failure. in EmitNativeCode() local 1064 __ B(GetExitLabel()); in EmitNativeCode() local 1125 __ B(failure, ne); in GenCas() local 1228 __ B(&end, eq); in VisitStringCompareTo() local 1283 __ B(ne, &find_char_diff); in VisitStringCompareTo() local 1287 __ B(&loop, hi); in VisitStringCompareTo() local [all …]
|
D | intrinsics_arm_vixl.cc | 111 __ B(GetExitLabel()); in EmitNativeCode() local 232 __ B(ne, &loop, /* is_far_target= */ false); in EmitNativeCode() local 233 __ B(GetExitLabel()); in EmitNativeCode() local 479 __ B(ge, final_label, /* is_far_target= */ false); in VisitMathRoundFloat() local 847 __ B(ne, &loop_head, /* is_far_target= */ false); in GenUnsafePut() local 993 __ B(ne, GetExitLabel()); in EmitNativeCode() local 1024 __ B(ne, GetExitLabel()); in EmitNativeCode() local 1029 __ B(ne, &loop_head, /* is_far_target= */ false); in EmitNativeCode() local 1030 __ B(GetExitLabel()); in EmitNativeCode() local 1105 __ B(ne, &loop_head, /* is_far_target= */ false); in GenCas() local [all …]
|
D | code_generator_arm64.cc | 349 __ B(GetExitLabel()); in EmitNativeCode() local 384 __ B(GetExitLabel()); in EmitNativeCode() local 433 __ B(GetReturnLabel()); in EmitNativeCode() local 435 __ B(arm64_codegen->GetLabelOf(successor_)); in EmitNativeCode() local 502 __ B(GetExitLabel()); in EmitNativeCode() local 570 __ B(GetExitLabel()); in EmitNativeCode() local 754 __ B(GetExitLabel()); in EmitNativeCode() local 831 __ B(GetExitLabel()); in EmitNativeCode() local 1724 __ B(lo, slow_path->GetEntryLabel()); in GenerateClassInitializationCheck() local 1796 __ B(slow_path->GetEntryLabel()); in GenerateSuspendCheck() local [all …]
|
D | code_generator_arm_vixl.cc | 439 __ B(GetReturnLabel()); in EmitNativeCode() local 441 __ B(arm_codegen->GetLabelOf(successor_)); in EmitNativeCode() local 549 __ B(GetExitLabel()); in EmitNativeCode() local 585 __ B(GetExitLabel()); in EmitNativeCode() local 639 __ B(GetExitLabel()); in EmitNativeCode() local 709 __ B(GetExitLabel()); in EmitNativeCode() local 868 __ B(GetExitLabel()); in EmitNativeCode() local 936 __ B(GetExitLabel()); in EmitNativeCode() local 1542 __ B(condition.second, final_label, /* is_far_target= */ false); in GenerateConditionGeneric() local 2435 __ B(codegen_->GetLabelOf(successor)); in HandleGoto() local [all …]
|
/art/test/969-iface-super/src/ |
D | B.java | 16 public class B implements Iface2 { } class
|
/art/test/929-search/src/ |
D | B.java | 17 public class B { class
|
/art/test/613-inlining-dex-cache/src-ex/ |
D | B.java | 17 public class B { class
|
/art/test/612-jit-dex-cache/src-ex/ |
D | B.java | 17 public class B { class
|
/art/test/936-search-onload/src/ |
D | B.java | 17 public class B { class
|
/art/test/612-jit-dex-cache/src-art/ |
D | B.java | 17 public class B extends A { class
|
/art/test/960-default-smali/src/ |
D | B.java | 16 class B implements Greeter2 { class
|
/art/test/613-inlining-dex-cache/src-art/ |
D | B.java | 17 public class B { class
|
/art/test/121-modifiers/src-java/ |
D | A.java | 19 private static class B { class in A
|
/art/test/026-access/src/ |
D | Iface2.java | 24 public final static int B = Unrelated.static_x; field
|
/art/test/108-check-cast/src/ |
D | Main.java | 21 class B {} class
|
/art/test/616-cha-native/src/ |
D | Main.java | 21 class B extends A { class
|
/art/runtime/arch/x86_64/ |
D | memcmp16_x86_64.S | 36 #define JMPTBL(I, B) (I - B) argument
|
/art/test/425-invoke-super/src/ |
D | Main.java | 24 static class B extends A { class in Main
|
/art/test/Interfaces/ |
D | Interfaces.java | 34 class B implements K { class in Interfaces
|
/art/test/907-get-loaded-classes/src/art/ |
D | Test907.java | 79 static class B { class in Test907
|
/art/compiler/utils/mips/ |
D | assembler_mips_test.cc | 2179 TEST_F(AssemblerMIPSTest, B) { in TEST_F() argument 2311 __ B(&label1); // No preceding or target instruction for the delay slot. in TEST_F() local 2315 __ B(&label1); // The preceding label prevents moving Addu into the delay slot. in TEST_F() local 2316 __ B(&label1); // No preceding or target instruction for the delay slot. in TEST_F() local 2532 __ B(&label1); in TEST_F() local 2540 __ B(&label2); in TEST_F() local 2542 __ B(&label4); in TEST_F() local 2547 __ B(&label5); in TEST_F() local 2554 __ B(&label7); in TEST_F() local 2559 __ B(&label8); in TEST_F() local [all …]
|
/art/test/530-checker-lse2/src/ |
D | Main.java | 32 private class B extends A implements X { class in Main
|
/art/test/913-heaps/src/art/ |
D | Test913.java | 496 public static class B extends A { class in Test913 500 public B() {} in B() method in Test913.B 501 public B(A a, A b) { in B() method in Test913.B 532 public final static int B = 1; field
|