Home
last modified time | relevance | path

Searched refs:this (Results 76 – 100 of 582) sorted by relevance

12345678910>>...24

/art/test/592-checker-regression-bool-input/smali/
DTestCase.smali4 # you may not use this file except in compliance with the License.
38 # LSE will replace this sget with the type conversion above...
41 # ... and select generation will replace this part with a select
/art/test/686-get-this/
Dinfo.txt2 'this' gets overwritten.
/art/cmdline/
DAndroid.bp5 // you may not use this file except in compliance with the License.
17 // TODO: this header library depends on libart. Find a way to express that.
Dtoken_range.h175 if (this == &other) {
194 if (this == &other) { in StartsWith()
202 auto& smaller = Size() < other.Size() ? *this : other; in StartsWith()
203 auto& greater = Size() < other.Size() ? other : *this; in StartsWith()
225 return *this; in RemoveCharacter()
418 return *this; in RemoveIf()
/art/test/972-iface-super-multidex/smali/
Dconcreteclass.smali5 # you may not use this file except in compliance with the License.
42 # Do an invoke super on this class, to confuse runtime/compiler.
52 # Do an invoke super on this class, to confuse runtime/compiler.
/art/libprofile/
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
71 // Note: runtime_options.h depends on cmdline. But we don't really want to export this
/art/test/2023-InvariantLoops_typecast/
Dinfo.txt2 In this case type casts are not sunk/hoisted.
/art/test/055-enum-performance/
Dinfo.txt2 this test with the "--timing" option.
/art/libnativeloader/
DAndroid.bp18 // TODO(b/133140750): Clean this up.
71 // TODO(b/124250621) eliminate the need for this library
95 // TODO(b/133140750): Clean this up.
/art/tools/cpp-define-generator/
DAndroid.bp5 // you may not use this file except in compliance with the License.
34 header_libs: ["libc_headers"], // TODO(b/153662223): Clean this up.
37 header_libs: ["libc_headers"], // TODO(b/153662223): Clean this up.
/art/libdexfile/dex/
Ddex_instruction.h247 return At(reinterpret_cast<const uint16_t*>(this) + offset); in RelativeAt()
491 uint16_t* insns = reinterpret_cast<uint16_t*>(this); in SetOpcode()
497 uint16_t* insns = reinterpret_cast<uint16_t*>(this); in SetVRegA_10x()
503 uint16_t* insns = reinterpret_cast<uint16_t*>(this); in SetVRegB_3rc()
509 uint16_t* insns = reinterpret_cast<uint16_t*>(this); in SetVRegB_35c()
515 uint16_t* insns = reinterpret_cast<uint16_t*>(this); in SetVRegC_22c()
521 uint16_t* insns = reinterpret_cast<uint16_t*>(this); in SetVRegA_21c()
527 uint16_t* insns = reinterpret_cast<uint16_t*>(this); in SetVRegB_21c()
634 return (reinterpret_cast<const uint16_t*>(this) - insns); in GetDexPc()
648 const uint16_t* insns = reinterpret_cast<const uint16_t*>(this); in Fetch16()
Dclass_accessor.h207 return *this;
224 return !(*this == rhs);
233 return rhs < *this;
237 return !(rhs < *this);
241 return !(*this < rhs);
/art/test/439-swap-double/
Dinfo.txt2 the presence of register pairs (in this case, doubles on ARM).
/art/test/972-iface-super-multidex/smali-multidex/
Doneconflict.smali5 # you may not use this file except in compliance with the License.
28 # Do an invoke super on this class, to confuse runtime/compiler.
Dtwoconflict.smali5 # you may not use this file except in compliance with the License.
28 # Do an invoke super on this class, to confuse runtime/compiler.
Dsuperinterface.smali5 # you may not use this file except in compliance with the License.
28 # Do an invoke super on this class, to confuse runtime/compiler.
/art/test/587-inline-class-error/smali/
DVerifyError.smali4 # you may not use this file except in compliance with the License.
19 # Override a final method to put this class in the error state.
/art/test/133-static-invoke-super/
Dinfo.txt2 this test with the "--timing" option.
/art/test/978-virtual-interface/smali/
DSubtype.smali5 # * you may not use this file except in compliance with the License.
20 # // ((Iface)this).fakeMethod_Target();
/art/test/556-invoke-super/smali/
Dinvokesuper.smali5 # you may not use this file except in compliance with the License.
29 # Do an invoke super on this class, to confuse runtime/compiler.
/art/test/800-smali/smali/
Db_23502994.smali15 # At this point v2 is of type Ljava/lang/String;
40 # At this point v2 is of type Ljava/lang/String;
/art/runtime/mirror/
Dclass-refvisitor-inl.h45 VisitStaticFieldsReferences<kVerifyFlags, kReadBarrierOption>(this, visitor); in VisitReferences()
59 CHECK_EQ(field->GetDeclaringClass<kReadBarrierOption>(), this) in VisitNativeRoots()
/art/libartbase/base/
Dlength_prefixed_array.h92 memset(reinterpret_cast<uint8_t*>(this) + gap_offset, 0, gap_size);
98 reinterpret_cast<uintptr_t>(this) + OffsetOfElement(index, element_size, alignment)); in AtUnchecked()
103 reinterpret_cast<uintptr_t>(this) + OffsetOfElement(index, element_size, alignment)); in AtUnchecked()
/art/tools/luci/config/
Dproject.cfg1 # For the schema of this file and documentation, see ProjectCfg message in
/art/test/2022-Invariantloops/
Dinfo.txt1 Test a loop with invariants. In this case, since the invariants gets used later in the loop constan…

12345678910>>...24