/art/test/800-smali/smali/ |
D | b_23201502.smali | 8 const v1, 0 # 0 index into array. 9 const v2, 0 # 0 value, will be turned into float. 11 aput v2 , v0, v1 # Put into null array. 18 const v1, 0 # 0 index into array. 19 const v2, 0 # 0 value, will be turned into double. 21 aput-wide v2 , v0, v1 # Put into null array.
|
D | b_121245951_3.smali | 14 # Possibly throwing to merge v1 into catch handler as int. 19 # This should cause a runtime failure, and not merge into the 26 # If the lock fail at the return-void above merged into the catch
|
D | b_23300986.smali | 8 move-object v1, v2 # Copy parameter into v1, establishing an alias. 17 move-object v1, v2 # Copy parameter into v1, establishing an alias.
|
/art/test/066-mismatched-super/ |
D | info.txt | 3 turns B into an interface without rebuilding A. 5 turns B into a final class without rebuilding A.
|
/art/test/946-obsolete-throw/ |
D | expected.txt | 6 Received error : java.lang.Error: Throwing exception into an obsolete method! 7 java.lang.Error: Throwing exception into an obsolete method!
|
/art/test/690-hiddenapi-same-name-methods/ |
D | info.txt | 1 Test that Class::GetDeclaredMethodInternal() takes hidden API into account.
|
/art/test/648-inline-caches-unresolved/ |
D | info.txt | 1 Test for inlining with inline cache into an unresolved method.
|
/art/test/551-checker-shifter-operand/ |
D | info.txt | 1 Test the merging of instructions into the shifter operand on arm64.
|
/art/test/550-checker-multiply-accumulate/ |
D | info.txt | 1 Test the merging of instructions into the shifter operand on arm64.
|
/art/compiler/optimizing/ |
D | register_allocator_graph_color.cc | 509 bool PrecoloredHeuristic(InterferenceNode* from, InterferenceNode* into); 512 bool UncoloredHeuristic(InterferenceNode* from, InterferenceNode* into); 517 void Combine(InterferenceNode* from, InterferenceNode* into); 1614 InterferenceNode* into) { in PrecoloredHeuristic() argument 1615 if (!into->IsPrecolored()) { in PrecoloredHeuristic() 1619 if (from->IsPair() || into->IsPair()) { in PrecoloredHeuristic() 1633 if (IsLowDegreeNode(adj, num_regs_) || adj->IsPrecolored() || adj->ContainsInterference(into)) { in PrecoloredHeuristic() 1643 InterferenceNode* into) { in UncoloredHeuristic() argument 1644 if (into->IsPrecolored()) { in UncoloredHeuristic() 1651 if (from->GetOutDegree() + into->GetOutDegree() > 2 * num_regs_) { in UncoloredHeuristic() [all …]
|
/art/test/478-checker-inliner-nested-loop/ |
D | info.txt | 1 Tests inlining into a nested loop. SSAChecker should verify that
|
/art/test/107-int-math2/ |
D | info.txt | 2 TODO: fold back into 003-omnibus-opcodes.
|
/art/test/113-multidex/ |
D | info.txt | 1 Test whether we can run code from an application split into multiple dex files (similar to
|
/art/test/646-checker-long-const-to-int/ |
D | info.txt | 1 Regression test for bogus checks that a constant input of long-to-int conversion fits into int.
|
/art/test/136-daemon-jni-shutdown/ |
D | info.txt | 1 Test that daemon threads that call into a JNI env after the runtime is shutdown do not crash.
|
/art/test/065-mismatched-implements/ |
D | info.txt | 2 turns B into an abstract class without rebuilding A.
|
/art/test/609-checker-inline-interface/ |
D | info.txt | 2 them, we can turn them into a virtual invoke.
|
/art/test/594-load-string-regression/ |
D | info.txt | 2 and triggering a DCHECK() failure when merging ClinitCheck into NewInstance.
|
/art/test/433-gvn/ |
D | info.txt | 2 used to not take into account all side effects between
|
/art/test/478-checker-inline-noreturn/ |
D | info.txt | 1 Tests inlining a function with a no-exit loop into a loop. LinearOrder
|
/art/cmdline/ |
D | README.md | 17 it can parse a string into a `VariantMap`, although in the future it might be desirable to parse 18 into any struct of any field. 24 For example, to save the values into a user-defined variant map: 105 values into its runtime value. 121 quickly map them into discrete values. 130 In general, it uses the position of the argument alias to map into the WithValues position value. 137 once, only the latest value is taken into account (and all previous occurrences of the argument are 149 Will parse something like `-Dhello -Dworld -Dbar -Dbaz` into `std::vector<std::string>{"hello", 157 This specifies that when a value is parsed, it will get saved into a variant map using the specific 166 where `ParsedValue` is an imaginary function that parses the `-help` argment into a specific type [all …]
|
/art/test/477-checker-bound-type/ |
D | info.txt | 3 didn't take into account NullConstants.
|
/art/test/521-regression-integer-field-set/ |
D | info.txt | 2 32-bit immediate (integer or reference) into a field used to generate
|
/art/test/606-erroneous-class/ |
D | info.txt | 2 from being stored into it. This was bogus because the status of a class can be
|
/art/test/076-boolean-put/ |
D | info.txt | 1 This checks a case where javac generates code that stores a byte into a
|