Home
last modified time | relevance | path

Searched refs:a (Results 476 – 500 of 1121) sorted by relevance

1...<<11121314151617181920>>...45

/art/test/151-OpenFileLimit/
Dinfo.txt2 prevent us from launching a new thread.
/art/test/972-iface-super-multidex/
Dinfo.txt3 Obviously needs to run under ART or a Java 8 Language runtime and compiler.
/art/test/694-clinit-jit/
Dinfo.txt2 update the entrypoint of a method of class still being
/art/test/468-checker-bool-simplif-regression/
Dinfo.txt2 that used to trip when a boolean value was the input of an If.
/art/test/458-long-to-fpu/
Dinfo.txt1 Regression test for x86's code generator, which had a bug in
/art/test/523-checker-can-throw-regression/
Dinfo.txt1 Regression test for the HGraphBuilder which would split a throwing catch block
/art/test/960-default-smali/
Dinfo.txt3 Obviously needs to run under ART or a Java 8 Language runtime and compiler.
5 When run a Main.smali file will be generated by the
/art/tools/build/
Dvar_list6 # You may obtain a copy of the License at
17 # This file contains a list of all the build vars that need to be eagerly cached
/art/test/518-null-array-get/smali/
DNullArrayFailInt2Object.smali5 # You may obtain a copy of the License at
15 # Check that the result of aget on null cannot be used as a reference.
/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/550-new-instance-clinit/
Dinfo.txt3 could invoke a clinit method.
/art/test/138-duplicate-classes-check2/
Dinfo.txt1 Check whether a duplicate class is not detected, even though we compiled against one (but removed
/art/test/609-checker-inline-interface/
Dinfo.txt2 them, we can turn them into a virtual invoke.
/art/test/668-aiobe/
Dinfo.txt2 the wrong exception when accessing out of bounds a long/double array.
/art/test/594-load-string-regression/
Dinfo.txt2 and triggering a DCHECK() failure when merging ClinitCheck into NewInstance.
/art/test/655-jit-clinit/
Dinfo.txt2 on a class object, meaning application code could just block
/art/test/133-static-invoke-super/
Dinfo.txt1 This is a performance test of invoking static methods in super class. To see the numbers, invoke
/art/test/589-super-imt/
Dinfo.txt1 Test what the IMT is properly set for a subclass, and that the
/art/test/478-checker-clinit-check-pruning/
Dinfo.txt2 added by the graph builder during the construction of a static invoke
/art/test/516-dead-move-result/
Dinfo.txt2 where a move-result was bogus, but it passed the verifier
/art/tools/hiddenapi/
DREADME.md9 lists are assumed to be on a whitelist and left accessible by all code.
19 e.g. "I" for "int", and a "[" prefix denotes an array type. Lists of types do
37 therefore produces a value where at least two bits are set and there is never
50 Two following bit encoding is used to denote the membership of a method/field:
/art/compiler/optimizing/
Dloop_optimization.cc220 static bool IsNarrowerOperands(HInstruction* a, 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()
243 static bool IsNarrowerOperand(HInstruction* a, in IsNarrowerOperand() argument
247 DCHECK(a != nullptr); in IsNarrowerOperand()
250 if (IsSignExtensionAndGet(a, stype, r)) { in IsNarrowerOperand()
256 if (IsZeroExtensionAndGet(a, utype, r)) { in IsNarrowerOperand()
273 /*out*/ HInstruction** a, in IsAddConst() argument
281 return IsAddConst(instruction->InputAt(0), a, b, c, depth - 1) && in IsAddConst()
[all …]
/art/test/509-pre-header/
Dinfo.txt2 The invariant that the pre header of a loop header is the
/art/test/485-checker-dce-loop-update/
Dinfo.txt2 live blocks outside the loop they had been a member of.
/art/test/433-gvn/
Dinfo.txt3 a dominator and its dominated blocks.

1...<<11121314151617181920>>...45