Home
last modified time | relevance | path

Searched defs:b (Results 76 – 100 of 242) sorted by relevance

12345678910

/art/test/MethodTypes/
DMethodTypes.java19 public String method2(String a, String b); in method2()
/art/test/111-unresolvable-exception/src/
DMain.java26 private static void check(boolean b) { in check()
/art/compiler/optimizing/
Dloop_optimization_test.cc150 HBasicBlock* b = entry_block_; in TEST_F() local
161 HBasicBlock* b = entry_block_; in TEST_F() local
172 HBasicBlock* b = entry_block_; in TEST_F() local
199 HBasicBlock* b = entry_block_; in TEST_F() local
/art/test/706-checker-scheduler/src/
DMain.java312 private static void CrossOverLoop(int a[], int b[]) { in CrossOverLoop()
345 private static void CrossOverLoop2(Object a, Object b) { in CrossOverLoop2()
655 int[] b = new int[a.length]; in testNoSelfDependantSchedNode() local
/art/test/ti-agent/
Dtest_env.cc30 void SetJVM(bool b) { in SetJVM()
/art/test/016-intern/src/
DMain.java22 String a, b; in main() local
/art/test/108-check-cast/src/
DMain.java26 B b = null; in main() local
/art/test/435-try-finally-without-catch/src/
DMain.java27 int b = 1; in foo() local
/art/test/003-omnibus-opcodes/src/
DGenSelect.java18 public static String test(boolean b) { in test()
/art/test/491-current-method/src/
DMain.java23 public static void $noinline$foo(int a, int b, int c) { in $noinline$foo()
/art/test/013-math2/src/
DMain.java22 int a, b, res; in math_013() local
/art/test/440-stmp/src/
DMain.java27 public static void baz(float a, float b, float c, float d, float e, float f, float g, in baz()
33 float b = 2.0f; field in Main
/art/test/164-resolution-trampoline-dex-cache/src-ex/
DMostDerived.java47 Base b = this; in bar() local
/art/test/473-remove-dead-block/src/
DMain.java22 public static int test(boolean b, int i1) { in test()
/art/test/657-branches/src/
DMain.java40 public static void foo(Object a, Object b) {} in foo()
/art/compiler/driver/
Dcompiler_options_map-inl.h108 inline void AddCompilerOptionsArgumentParserOptions(Builder& b) { in AddCompilerOptionsArgumentParserOptions()
/art/test/489-current-method-regression/src/
DMain.java22 public static String foo(int a, int b) { in foo()
/art/test/704-multiply-accumulate/src/
DMain.java40 int b = imin; in test_int() local
101 long b = lmin; in test_long() local
/art/openjdkjvmti/
Dti_breakpoint.cc133 for (const Breakpoint& b : env->breakpoints) { in RemoveBreakpointsInClass() local
138 for (const Breakpoint& b : to_remove) { in RemoveBreakpointsInClass() local
145 for (const Breakpoint& b : to_remove) { in RemoveBreakpointsInClass() local
/art/test/596-app-images/src-art/
DMain.java139 private static void assertEquals(String message, Object a, Object b) { in assertEquals()
152 private static void assertNotSame(String message, Object a, Object b) { in assertNotSame()
158 assertTrue(sb.toString(), a != b); in assertNotSame() local
/art/test/510-checker-try-catch/src/
DMain.java117 public static void boundsCheckAndCatch(int x, int[] a, int[] b) { in boundsCheckAndCatch()
137 int[] b = new int[ARRAY_SIZE]; in testBoundsCheckAndCatch() local
/art/test/450-checker-types/src/
DMain.java441 public static SubclassA b = new SubclassA(); field in Main
460 Super b = Main.b; in testStaticFieldGetSimpleRemove() local
472 Super[] b = new SubclassA[10]; in testArraySimpleRemove() local
482 Super b = $noinline$getSubclass(); in testInvokeSimpleRemove() local
647 private SuperInterface getWiderType(boolean cond, Interface a, OtherInterface b) { in getWiderType()
660 private void testInlinerWidensReturnType(boolean cond, Interface a, OtherInterface b) { in testInlinerWidensReturnType()
/art/test/419-long-parameter/src/
DMain.java27 public static long $opt$TestCallee(double a, double b, long c, long d) { in $opt$TestCallee()
/art/test/619-checker-current-method/src/
DMain.java24 public static int foo(int a, int b, int c, int d, int e, int f) { in foo()
/art/test/471-deopt-environment/src/
DMain.java19 private static int willInline(int a, int b) { in willInline()

12345678910