Home
last modified time | relevance | path

Searched refs:into (Results 1 – 25 of 108) sorted by relevance

12345

/art/test/800-smali/smali/
Db_23201502.smali8 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.
Db_121245951_3.smali14 # 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
Db_23300986.smali8 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/
Dinfo.txt3 turns B into an interface without rebuilding A.
5 turns B into a final class without rebuilding A.
/art/test/946-obsolete-throw/
Dexpected.txt6 Received error : java.lang.Error: Throwing exception into an obsolete method!
7 java.lang.Error: Throwing exception into an obsolete method!
/art/compiler/optimizing/
Dregister_allocator_graph_color.cc509 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/690-hiddenapi-same-name-methods/
Dinfo.txt1 Test that Class::GetDeclaredMethodInternal() takes hidden API into account.
/art/test/648-inline-caches-unresolved/
Dinfo.txt1 Test for inlining with inline cache into an unresolved method.
/art/test/726-array-store/
Dinfo.txt1 Regression test on storing an invalid type into an array.
/art/test/551-checker-shifter-operand/
Dinfo.txt1 Test the merging of instructions into the shifter operand on arm64.
/art/test/550-checker-multiply-accumulate/
Dinfo.txt1 Test the merging of instructions into the shifter operand on arm64.
/art/test/478-checker-inliner-nested-loop/
Dinfo.txt1 Tests inlining into a nested loop. SSAChecker should verify that
/art/test/107-int-math2/
Dinfo.txt2 TODO: fold back into 003-omnibus-opcodes.
/art/test/646-checker-long-const-to-int/
Dinfo.txt1 Regression test for bogus checks that a constant input of long-to-int conversion fits into int.
/art/test/113-multidex/
Dinfo.txt1 Test whether we can run code from an application split into multiple dex files (similar to
/art/test/136-daemon-jni-shutdown/
Dinfo.txt1 Test that daemon threads that call into a JNI env after the runtime is shutdown do not crash.
/art/test/597-app-images-same-classloader/
Dinfo.txt1 Tests that loading an app image into an already existent classloader works if
/art/test/065-mismatched-implements/
Dinfo.txt2 turns B into an abstract class without rebuilding A.
/art/test/609-checker-inline-interface/
Dinfo.txt2 them, we can turn them into a virtual invoke.
/art/test/594-load-string-regression/
Dinfo.txt2 and triggering a DCHECK() failure when merging ClinitCheck into NewInstance.
/art/cmdline/
DREADME.md17 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/433-gvn/
Dinfo.txt2 used to not take into account all side effects between
/art/test/449-checker-bce-rem/
Dinfo.txt1 Checker test for BCE optimizations of integer remainder operations which are optimized into
/art/test/478-checker-inline-noreturn/
Dinfo.txt1 Tests inlining a function with a no-exit loop into a loop. LinearOrder
/art/test/477-checker-bound-type/
Dinfo.txt3 didn't take into account NullConstants.

12345