Home
last modified time | relevance | path

Searched refs:a (Results 276 – 300 of 1121) sorted by relevance

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

/art/test/994-breakpoint-line/
Dinfo.txt3 This test ensures we can place breakpoints on particular lines of a method. It
4 sets breakpoints on each line in turn of a function with multiple execution
/art/test/501-regression-packed-switch/
Dinfo.txt2 to trip when compiled code contained a packed switch with no targets.
4 address, zero-extending a register instead of sign-extending.
/art/test/800-smali/smali/
Db_25494456.smali5 # Ensure that a type mismatch (integral/float vs reference) overrides a soft failure (because of
Db_21869691I.smali4 # This is the interface class that has an "a" method.
10 .method public abstract a()V
Db_27799205_1.smali4 # A class with an unresolved array type should not fail hard (unless it's a primitive-type access).
13 # Make v0, v1 and v2 null. We'll use v0 as a merge of the inputs, v1 as null, and v2 as 0.
18 # Conditional jump so we have a merge point.
Db_27799205_2.smali4 # A class with an unresolved array type should not fail hard (unless it's a primitive-type access).
13 # Make v0, v1 and v2 null. We'll use v0 as a merge of the inputs, v1 as null, and v2 as 0.
18 # Conditional jump so we have a merge point.
Db_22411633_2.smali11 # Allocate a java.lang.Object (do not initialize).
17 # Create a non-precise object reference. We can do this by merging to objects together
18 # that only have Object as a common ancestor.
20 # Allocate a java.lang.Object and initialize it.
/art/test/503-dead-instructions/smali/
DDeadInstructions.smali5 # You may obtain a copy of the License at
22 # Create a label and a branch to that label to trick the
41 # Give a non-sequential pair for the long argument.
51 # Give one half of a pair.
/art/tools/luci/config/luci-notify/email-templates/
Ddefault.template3 luci-notify detected a status change for builder "{{ .Build.Builder | formatBuilderID }}" at {{ .Bu…
36 Full details are available <a href="https://{{.BuildbucketHostname}}/build/{{.Build.Id}}">here</a>.
/art/test/671-npe-field-opts/src/
DMain.java50 float a = 0; in $noinline$bar() local
54 a = (float)i + f; in $noinline$bar()
56 return a; in $noinline$bar()
/art/test/958-methodhandle-stackframe/
Dinfo.txt2 MethodHandle transformations. This is a separate test because it tests
5 NOTE: needs to run under ART or a Java 8 Language runtime and compiler.
/art/test/454-get-vreg/src/
DMain.java21 int testSimpleVReg(int a, float f, short s, boolean z, byte b, char c) { in testSimpleVReg() argument
27 long testPairVReg(long a, long b, long c, double e) { in testPairVReg() argument
/art/test/461-get-reference-vreg/src/
DMain.java29 static int $noinline$testParameter(Object a) { in $noinline$testParameter() argument
34 Object a = array[0]; in $noinline$testObjectInScope() local
/art/openjdkjvmti/
DREADME.md4 This is a partial implementation of the JVMTI v1.2 interface for the android
5 runtime as a plugin. This allows the use of agents that can modify the running
/art/test/807-method-handle-and-mr/src/
DMain.java35 this.a = new A(); in Test()
68 long result = (long) handle.invoke(a, x, y); in run()
78 private A a; field in Test
/art/test/952-invoke-custom/src/
DTestLinkerMethodMinimalArguments.java44 private static int add(int a, int b) { in add() argument
50 static int _add(int a, int b) { in _add() argument
55 return a + b; in _add()
/art/test/564-checker-irreducible-loop/smali/
DIrreducibleLoop.smali5 # You may obtain a copy of the License at
36 # The else part: a block uses the ArtMethod and branches to
37 # a block that doesn't. The register allocator used to trip there, as the
38 # ArtMethod was a live_in of the last block before the loop, but did not have
39 # a location due to our liveness analysis.
/art/test/1954-pop-frame-jit/
Dinfo.txt3 This test places a breakpoint on the first instruction of a number of functions
/art/test/528-long-hint/src/
DMain.java31 long a = myLongField1; in main() local
36 unsafe.compareAndSwapLong(f, offset, a, b); in main()
/art/test/1955-pop-frame-jit-called/
Dinfo.txt3 This test places a breakpoint on the first instruction of a number of functions
/art/test/1956-pop-frame-jit-calling/
Dinfo.txt3 This test places a breakpoint on the first instruction of a number of functions
/art/test/1953-pop-frame/
Dinfo.txt3 This test places a breakpoint on the first instruction of a number of functions
/art/test/993-breakpoints/
Dinfo.txt3 This test places a breakpoint on the first instruction of a number of functions
/art/test/020-string/
Dexpected.txt1 testStr is 'This is a very nice string'
2 This is a very nice string
/art/test/302-float-conversion/src/
DMain.java51 long a = 1L; in test2() local
54 float inter3 = a; in test2()

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