Home
last modified time | relevance | path

Searched refs:this (Results 126 – 150 of 582) sorted by relevance

12345678910>>...24

/art/dt_fd_forward/
DAndroid.bp5 // you may not use this file except in compliance with the License.
25 // Note that this tool needs to be built for both 32-bit and 64-bit since it needs to be same
/art/test/973-default-multidex/smali/
Dconcreteclass.smali5 # you may not use this file except in compliance with the License.
26 # return this.getTwice();
/art/test/606-erroneous-class/jasmin-multidex/
DClassA.j4 ; you may not use this file except in compliance with the License.
23 ; is erroneous at this point.
/art/tools/jvmti-agents/jit-load/
DAndroid.bp5 // you may not use this file except in compliance with the License.
27 // Note that this tool needs to be built for both 32-bit and 64-bit since it requires
/art/test/546-regression-simplify-catch/smali/
DTestCase.smali4 # you may not use this file except in compliance with the License.
63 # and this used to trip a DCHECK (b/25492628).
83 # and this used to trip a DCHECK (b/25492628).
/art/runtime/mirror/
Darray-inl.h99 Runtime::Current()->RecordWriteArray(this, i, GetWithoutChecks(i)); in SetWithoutChecks()
147 if (LIKELY(src != this)) { in Memmove()
266 (kUnchecked ? ObjPtr<LongArray>::DownCast(ObjPtr<Object>(this)) : AsLongArray())-> in SetElementPtrSize()
270 (kUnchecked ? ObjPtr<IntArray>::DownCast(ObjPtr<Object>(this)) : AsIntArray()) in SetElementPtrSize()
305 ObjPtr<LongArray> l_this = (kUnchecked ? ObjPtr<LongArray>::DownCast(ObjPtr<Object>(this)) in Memcpy()
311 ObjPtr<IntArray> i_this = (kUnchecked ? ObjPtr<IntArray>::DownCast(ObjPtr<Object>(this)) in Memcpy()
Darray.h100 intptr_t data = reinterpret_cast<intptr_t>(this) + DataOffset(component_size).Int32Value() + in GetRawData()
106 intptr_t data = reinterpret_cast<intptr_t>(this) + DataOffset<kComponentSize>().Int32Value() + in GetRawData()
112 intptr_t data = reinterpret_cast<intptr_t>(this) + DataOffset(component_size).Int32Value() + in GetRawData()
118 intptr_t data = reinterpret_cast<intptr_t>(this) + DataOffset<kComponentSize>().Int32Value() + in GetRawData()
239 return reinterpret_cast<void**>(reinterpret_cast<uint8_t*>(this) + in ElementAddress()
/art/tools/ahat/etc/
Dahat_api_msg.txt3 Please verify whether this change to the API is intentional and
/art/test/980-redefine-object/
Dinfo.txt13 If this test starts failing during the doCommonClassRedefinition call it is
22 doing string concatenation or printing changing. In this case you should simply
/art/test/520-equivalent-phi/smali/
DEquivalent.smali4 # you may not use this file except in compliance with the License.
26 # Having this move-object used to confuse the type propagation
/art/tools/jvmti-agents/field-counts/
DAndroid.bp5 // you may not use this file except in compliance with the License.
23 // Note that this tool needs to be built for both 32-bit and 64-bit since it requires
/art/tools/jvmti-agents/field-null-percent/
DAndroid.bp5 // you may not use this file except in compliance with the License.
23 // Note that this tool needs to be built for both 32-bit and 64-bit since it requires
/art/tools/jvmti-agents/ti-fast/
DAndroid.bp5 // you may not use this file except in compliance with the License.
23 // Note that this tool needs to be built for both 32-bit and 64-bit since it requires
/art/test/031-class-attributes/jasmin/
DClassAttrs$1.j4 ; you may not use this file except in compliance with the License.
31 ; static methods to be static (as is this one), whereas OpenJDK 9 javac
/art/tools/jvmti-agents/chain-agents/
DAndroid.bp5 // you may not use this file except in compliance with the License.
24 // Note that this tool needs to be built for both 32-bit and 64-bit since it requires
/art/tools/hiddenapi/
DAndroid.bp5 // you may not use this file except in compliance with the License.
43 // HOST_PREFER_32_BIT is in use. Note that this override cannot be
/art/tools/jvmti-agents/enable-vlog/
DAndroid.bp5 // you may not use this file except in compliance with the License.
23 // Note that this tool needs to be built for both 32-bit and 64-bit since it requires
/art/libartbase/base/
Ddebug_stack.h104 return *this;
132 return *this;
/art/libartbase/
DAndroid.bp5 // you may not use this file except in compliance with the License.
21 // Visibility for prebuilt binaries from the prebuilt of this module.
22 // TODO(b/155921753): Restrict this when prebuilts are in their proper
133 // Note: runtime_options.h depends on cmdline. But we don't really want to export this
179 // TODO(b/133140750): Clean this up.
/art/libnativeloader/
DREADME.md11 The most typical use case of this library is calling `System.loadLibrary(name)`.
12 When the method is called, the ART runtime delegates the call to this library
13 along with the reference to the classloader where the call was made. Then this
68 `native_loader.cpp` implements the public interface of this library. It is just
78 dynamic linker interface so that other parts of this library do not have to know
/art/test/944-transform-classloaders/
Dinfo.txt7 dalvik.system.BaseDexClassLoader might cause this test to fail.
/art/compiler/
DAndroid.bp5 // you may not use this file except in compliance with the License.
26 // Visibility for prebuilt binaries from the prebuilt of this module.
27 // TODO(b/155921753): Restrict this when prebuilts are in their proper
212 // Export vixl headers as they are included in this library's exported headers.
229 // Export vixl headers as they are included in this library's exported headers.
293 // Export vixl headers as they are included in this library's exported headers.
310 // Export vixl headers as they are included in this library's exported headers.
444 // Is this test a bit-rotten copy of the x86 test? b/77951326
/art/test/918-fields/
Dexpected.txt9 [this$0, Lart/Test918;, null]
/art/tools/jvmti-agents/breakpoint-logger/
DREADME.md20 being used. On ART this is a dex-pc. Dex-pcs can be found using tools such as
31 * Deviating from this format or including a breakpoint that cannot be found at
44 A normal run will look something like this:
/art/test/800-smali/smali/
Db_22411633_2.smali17 # Create a non-precise object reference. We can do this by merging to objects together
31 # Arbitrary work to separate blocks. At this point, v4 is of type Reference<Object>.

12345678910>>...24