Home
last modified time | relevance | path

Searched refs:to (Results 101 – 125 of 861) sorted by relevance

12345678910>>...35

/art/tools/jvmti-agents/simple-force-redefine/
DAndroid.bp10 // Unless required by applicable law or agreed to in writing, software
24 // Note that this tool needs to be built for both 32-bit and 64-bit since it requires
25 // to be same ISA as what it is attached to.
/art/dt_fd_forward/
DAndroid.bp10 // Unless required by applicable law or agreed to in writing, software
25 // Note that this tool needs to be built for both 32-bit and 64-bit since it needs to be same
26 // ISA as what it is attached to.
/art/tools/jvmti-agents/jit-load/
DAndroid.bp10 // Unless required by applicable law or agreed to in writing, software
27 // Note that this tool needs to be built for both 32-bit and 64-bit since it requires
28 // to be same ISA as what it is attached to.
/art/test/691-hiddenapi-proxy/
Dinfo.txt2 would try to get their class def to find hiddenapi flags in the dex file, but class def if not
/art/test/090-loop-formation/
Dinfo.txt1 Test loop formation heuristics and code generation. Basically the problem to
2 catch here is to make sure that some never-exercised code blocks are included
/art/test/590-checker-arr-set-null-regression/
Dinfo.txt9 but used to forget to remove the "need for a type check" bit in the
/art/tools/jvmti-agents/field-counts/
DREADME.md3 fieldcount is a JVMTI agent designed to investigate the types being held by specific fields and
6 Note that just by using the agent some fields might be written (for example fields related to
14 assume you want to use the 64-bit version.
27 * `-Xplugin` and `-agentpath` need to be used, otherwise the agent will fail during init.
28 * If using `libartd.so`, make sure to use the debug version of jvmti.
44 killed, so we need to manually print the results.
48 Will initiate a dump of the counts (to logcat).
DAndroid.bp10 // Unless required by applicable law or agreed to in writing, software
23 // Note that this tool needs to be built for both 32-bit and 64-bit since it requires
24 // to be same ISA as what it is attached to.
/art/tools/hiddenapi/
DREADME.md6 blacklist - provided as text file inputs. These access flags denote to the
8 access restricted only to platform code. Methods/fields not mentioned on the two
9 lists are assumed to be on a whitelist and left accessible by all code.
14 The methods/fields to be marked are specified in two text files (greylist,
17 Types are expected in their DEX format - class descriptors are to be provided in
32 as unsigned LEB128 values in DEX and so as to not increase the size of the DEX,
50 Two following bit encoding is used to denote the membership of a method/field:
/art/test/995-breakpoints-throw/
Dinfo.txt3 Tests that it is possible to throw exceptions while handling breakpoint events
5 possible for the method being breakpointed to catch exceptions thrown by the
/art/tools/ahat/etc/
Dahat_api_msg.txt3 Please verify whether this change to the API is intentional and
5 is intentional, run 'm ahat-update-api' to update the recorded API.
/art/test/683-clinit-inline-static-invoke/
Dinfo.txt2 call to a static method used a type index from the wrong dex file because the
3 current dex file does not have a TypeId for it. This was likely to crash.
/art/test/958-methodhandle-stackframe/
Dinfo.txt1 Tests for dalvik.system.EmulatedStackFrame, which is used to implement
5 NOTE: needs to run under ART or a Java 8 Language runtime and compiler.
/art/tools/jvmti-agents/field-null-percent/
DAndroid.bp10 // Unless required by applicable law or agreed to in writing, software
23 // Note that this tool needs to be built for both 32-bit and 64-bit since it requires
24 // to be same ISA as what it is attached to.
/art/tools/jvmti-agents/ti-fast/
DAndroid.bp10 // Unless required by applicable law or agreed to in writing, software
23 // Note that this tool needs to be built for both 32-bit and 64-bit since it requires
24 // to be same ISA as what it is attached to.
/art/tools/jvmti-agents/chain-agents/
DAndroid.bp10 // Unless required by applicable law or agreed to in writing, software
24 // Note that this tool needs to be built for both 32-bit and 64-bit since it requires
25 // to be same ISA as what it is attached to.
/art/tools/jvmti-agents/enable-vlog/
DAndroid.bp10 // Unless required by applicable law or agreed to in writing, software
23 // Note that this tool needs to be built for both 32-bit and 64-bit since it requires
24 // to be same ISA as what it is attached to.
/art/runtime/interpreter/mterp/x86_64/
Dfloating_point.S194 fldl VREG_ADDRESS(rINSTq) # vB to fp stack
196 fldl VREG_ADDRESS(%rcx) # vA to fp stack
203 fstpl VREG_ADDRESS(%rcx) # %st to vA
211 flds VREG_ADDRESS(%rcx) # vBB to fp stack
212 flds VREG_ADDRESS(%rax) # vCC to fp stack
219 fstps VREG_ADDRESS(rINSTq) # %st to vAA
227 flds VREG_ADDRESS(rINSTq) # vB to fp stack
229 flds VREG_ADDRESS(%rcx) # vA to fp stack
236 fstps VREG_ADDRESS(%rcx) # %st to vA
/art/runtime/interpreter/mterp/x86/
Dfloating_point.S194 fldl VREG_ADDRESS(rINST) # vB to fp stack
196 fldl VREG_ADDRESS(%ecx) # vA to fp stack
203 fstpl VREG_ADDRESS(%ecx) # %st to vA
211 flds VREG_ADDRESS(%ecx) # vBB to fp stack
212 flds VREG_ADDRESS(%eax) # vCC to fp stack
219 fstps VREG_ADDRESS(rINST) # %st to vAA
227 flds VREG_ADDRESS(rINST) # vB to fp stack
229 flds VREG_ADDRESS(%ecx) # vA to fp stack
236 fstps VREG_ADDRESS(%ecx) # %st to vA
/art/test/1000-non-moving-space-stress/
Dinfo.txt1 Regression test for a bug that used to trigger GC crashes during a
4 reference to an object cleared or moved from a newly allocated region
/art/test/534-checker-bce-deoptimization/
Dinfo.txt4 The runtime used to trip on that test because it used to deopt the
/art/tools/checker/
DREADME8 followed by a pattern that the engine attempts to match in the compiler output.
10 Statements are tested in groups which correspond to the individual compiler
22 These are referred to as "in-order" checks in the code.
35 - CHECK-EVAL: Specifies a Python expression which must evaluate to 'True'.
41 curly brackets need to be used inside the body of the regex, they need to be
57 The engine will attempt to match the check lines against the output of the
63 variables. Any other surrounding text will be passed to Python's `eval` as is.
73 after the 'CHECK-START' keyword. The previous example can be updated to run for
83 thereby avoiding to repeat the check lines if some, but not all architectures
89 Branching is possible thanks to the following statements:
[all …]
/art/test/530-checker-regression-reftyp-final/smali/
DTestCase.smali9 # Unless required by applicable law or agreed to in writing, software
18 # Inliner used to assign exact type to the artificial multiple-return phi if the
21 # The type information is only used by recursive calls to the inliner and is
35 long-to-int v0, v0
/art/test/1984-structural-redefine-field-trace/
Dexpected.txt7 …rt.Test1984$Transform.tick() MODIFY: public static boolean art.Test1984$Transform.tock Set to: true
11 …t.Test1984$Transform.tick() MODIFY: public static boolean art.Test1984$Transform.tock Set to: false
13 …art.Test1984$Transform.tick() MODIFY: public static int art.Test1984$Transform.count_down Set to: 1
18 …rt.Test1984$Transform.tick() MODIFY: public static boolean art.Test1984$Transform.tock Set to: true
22 …t.Test1984$Transform.tick() MODIFY: public static boolean art.Test1984$Transform.tock Set to: false
24 …art.Test1984$Transform.tick() MODIFY: public static int art.Test1984$Transform.count_down Set to: 0
26 …rt.Test1984$Transform.tick() MODIFY: public static boolean art.Test1984$Transform.boom Set to: true
/art/test/510-checker-try-catch/smali/
DRegisterAllocator.smali9 # Unless required by applicable law or agreed to in writing, software
19 # Test that catch phis are allocated to a stack slot, and that equivalent catch
20 # phis are allocated to the same stack slot.
52 float-to-int v0, v0
58 # Test that wide catch phis are allocated to two stack slots.
90 double-to-long v0, v0

12345678910>>...35