Home
last modified time | relevance | path

Searched refs:b (Results 251 – 275 of 485) sorted by relevance

1...<<11121314151617181920

/art/test/489-current-method-regression/src/
DMain.java22 public static String foo(int a, int b) { in foo() argument
/art/libnativeloader/
DAndroid.bp18 // TODO(b/133140750): Clean this up.
71 // TODO(b/124250621) eliminate the need for this library
95 // TODO(b/133140750): Clean this up.
/art/test/567-checker-builder-intrinsics/src/
DTestAbs.java286 int[] b = { -11 }; in main() local
288 expectEquals(11, abs0(b)); in main()
/art/test/419-long-parameter/src/
DMain.java27 public static long $opt$TestCallee(double a, double b, long c, long d) { in $opt$TestCallee() argument
/art/test/063-process-manager/
Dinfo.txt1 Test that spawning a child process and then reaping it (a) works and (b)
/art/test/985-re-obsolete/
Dinfo.txt3 Regression test for b/37475600 which was caused by incorrectly checking for
/art/cmdline/
Dcmdline_parser.h386 auto&& b = CreateArgumentBuilder<TArg>(parent_); in CreateTypedBuilder()
387 InitializeTypedBuilder(&b); // Type-specific initialization in CreateTypedBuilder()
388 b.SetNames(std::move(names_)); in CreateTypedBuilder()
389 b.SetHelp(std::move(help_)); in CreateTypedBuilder()
390 b.SetCategory(std::move(category_)); in CreateTypedBuilder()
391 b.SetMetavar(std::move(metavar_)); in CreateTypedBuilder()
392 return std::move(b); in CreateTypedBuilder()
446 auto&& b = UntypedArgumentBuilder(*this); in Define()
447 b.SetNames(names); in Define()
448 b.SetCategory(default_category_); in Define()
[all …]
/art/test/660-clinit/
Dexpected.txt5 B.b: 10
/art/test/721-osr/
Dinfo.txt3 (see b/136698025)
/art/test/411-optimizing-arith/src/
DRemTest.java122 static int $opt$Rem(int a, int b) { in $opt$Rem() argument
123 return a % b; in $opt$Rem()
159 static long $opt$Rem(long a, long b) { in $opt$Rem() argument
160 return a % b; in $opt$Rem()
/art/libnativebridge/
DAndroid.bp35 // TODO(b/133140750): Clean this up.
69 // TODO(b/124250621): eliminate the need for this library
/art/libelffile/elf/
Delf_utils.h83 static inline void SetBindingAndType(Elf32_Sym* sym, unsigned char b, unsigned char t) { in SetBindingAndType() argument
84 sym->st_info = (b << 4) + (t & 0x0f); in SetBindingAndType()
/art/test/442-checker-constant-folding/smali/
DTestCmp.smali354 # int a, b, c;
359 # b = 2;
362 # a += b;
365 # b = 5;
370 # b += c;
372 # c = a + b;
403 # b = 2;
406 # a += b;
410 # b = 5;
417 # b += c;
[all …]
/art/test/1990-structural-bad-verify/
Dinfo.txt3 b/142876078
/art/runtime/arch/arm64/
Dquick_entrypoints_arm64.S394 b 1b
555 b .LfillRegisters
559 b .LfillRegisters
568 b \return
688 b .LfillRegisters2
692 b .LfillRegisters2
819 b .Losr_loop_entry
903 b.ne .Lnot_unlocked // Check if unlocked.
911 b.ne art_quick_lock_object_no_inline
914b.eq art_quick_lock_object_no_inline // Zero as the new count indicates overflow, go slow path.
[all …]
/art/compiler/optimizing/
Dloop_optimization.cc221 HInstruction* b, in IsNarrowerOperands() argument
226 DCHECK(a != nullptr && b != nullptr); in IsNarrowerOperands()
229 if (IsSignExtensionAndGet(a, stype, r) && IsSignExtensionAndGet(b, stype, s)) { in IsNarrowerOperands()
235 if (IsZeroExtensionAndGet(a, utype, r) && IsZeroExtensionAndGet(b, utype, s)) { in IsNarrowerOperands()
274 /*out*/ HInstruction** b, in IsAddConst() argument
281 return IsAddConst(instruction->InputAt(0), a, b, c, depth - 1) && in IsAddConst()
282 IsAddConst(instruction->InputAt(1), a, b, c, depth - 1); in IsAddConst()
286 return IsAddConst(instruction->InputAt(0), a, b, c, depth - 1); in IsAddConst()
296 } else if (*b == nullptr) { in IsAddConst()
297 *b = instruction; in IsAddConst()
[all …]
/art/test/2031-zygote-compiled-frame-deopt/
Dinfo.txt1 Regression test for b/144947842
/art/test/635-checker-arm64-volatile-load-cc/
Dinfo.txt3 offset with (Baker) read barriers (b/34726333).
/art/test/657-branches/src/
DMain.java40 public static void foo(Object a, Object b) {} in foo() argument
/art/test/2035-structural-native-method/
Dinfo.txt3 Regression test for b/158476592. Structural redefinition was incorrectly
/art/libdexfile/dex/
Ddex_file_layout.h51 static inline LayoutType MergeLayoutType(LayoutType a, LayoutType b) { in MergeLayoutType() argument
52 return std::min(a, b); in MergeLayoutType()
/art/test/642-fp-callees/
Dfp_callees.cc33 double b = array[1]; in Java_Main_holdFpTemporaries() local
49 CHECK_EQ(bit_cast<int64_t>(b), bit_cast<int64_t>(temp)); in Java_Main_holdFpTemporaries()
/art/test/2036-structural-subclass-shadow/
Dinfo.txt3 Regression test for b/161846143. Structural redefinition was incorrectly
/art/libartimagevalues/
DAndroid.bp11 // TODO(b/133140750): Clean this up.
/art/test/430-live-register-slow-path/src/
DMain.java33 public static void assertEquals(int a, int b) {} in assertEquals() argument

1...<<11121314151617181920