Home
last modified time | relevance | path

Searched refs:this (Results 151 – 175 of 582) sorted by relevance

12345678910>>...24

/art/tools/tracefast-plugin/
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 requires
/art/tools/jvmti-agents/ti-alloc-sample/
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/imgdiag/
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 requires
/art/test/537-checker-debuggable/smali/
DTestCase.smali4 # you may not use this file except in compliance with the License.
19 # The phi in this method has no actual uses but one environment use. It will
/art/compiler/utils/
Dassembler_test.h65 DriverWrapper(f(this, assembler_.get()), test_name); in DriverFn()
203 std::string reg1_string = (this->*GetName1)(*reg1);
209 std::string reg2_string = (this->*GetName2)(*reg2);
259 std::string reg1_string = (this->*GetName1)(*reg1); in RepeatTemplatedRegistersImmBits()
265 std::string reg2_string = (this->*GetName2)(*reg2); in RepeatTemplatedRegistersImmBits()
271 std::string reg3_string = (this->*GetName3)(*reg3); in RepeatTemplatedRegistersImmBits()
320 std::string reg1_string = (this->*GetName1)(*reg1); in RepeatTemplatedImmBitsRegisters()
326 std::string reg2_string = (this->*GetName2)(*reg2); in RepeatTemplatedImmBitsRegisters()
370 std::string reg_string = (this->*GetName)(*reg); in RepeatTemplatedRegisterImmBits()
1095 std::string addr_string = (this->*GetAName)(addr); in RepeatTemplatedMem()
[all …]
/art/runtime/
Dart_method.h767 visitor(this, &declaring_class_, "declaring_class_"); in VisitMembers()
768 visitor(this, &access_flags_, "access_flags_"); in VisitMembers()
769 visitor(this, &dex_code_item_offset_, "dex_code_item_offset_"); in VisitMembers()
770 visitor(this, &dex_method_index_, "dex_method_index_"); in VisitMembers()
771 visitor(this, &method_index_, "method_index_"); in VisitMembers()
772 visitor(this, &hotness_count_, "hotness_count_"); in VisitMembers()
773 visitor(this, &ptr_sized_fields_.data_, "ptr_sized_fields_.data_"); in VisitMembers()
774 visitor(this, in VisitMembers()
868 const auto addr = reinterpret_cast<uintptr_t>(this) + offset.Uint32Value(); in GetNativePointer()
881 const auto addr = reinterpret_cast<uintptr_t>(this) + offset.Uint32Value(); in SetNativePointer()
Druntime_options.def5 * you may not use this file except in compliance with the License.
18 #error "Please #define RUNTIME_OPTIONS_KEY before #including this file"
19 #define RUNTIME_OPTIONS_KEY(...) // Don't display errors in this file in IDEs.
177 // Even with this option set, we will still only actually load the plugin
180 // We do not want to enable this by default because PerfettoHprof does not
183 // Switching this on adds ~500us to the startup on userdebug builds, or for
/art/tools/jvmti-agents/titrace/
DREADME.md25 By using a *eng* or *userdebug* build of Android, we can override this requirement:
32 If this step is skipped, attaching the agent will not succeed.
49 …he arguments to `am start`, launch the application manually first and then look for this in logcat:
/art/libdexfile/dex/
Dsignature.h49 return !(*this == rhs);
/art/test/989-method-trace-throw/
Dinfo.txt15 change the output of this test.
/art/test/988-method-trace/
Dinfo.txt15 change the output of this test.
/art/test/1948-obsolete-const-method-handle/
Dinfo.txt5 have any coverage on them. To get this coverage we use ASM to build a class file
/art/runtime/interpreter/mterp/
DREADME.txt39 oversized handler. On architectures with fixed-width instructions this
40 is easy to work with, on others this you will need to count bytes.
64 output files without requiring this separate step, but we're not yet
78 to altHandlerTable. Note that this change is not immediate. What is actually
/art/test/1948-obsolete-const-method-handle/util-src/
Dinfo.txt1 This builds the class files for test 1948. It does this by first compiling the
/art/test/097-duplicate-method/
Dinfo.txt5 with Jack (this is invalid) or smali (it does not keep duplicate
/art/dexlayout/
DAndroid.bp4 // you may not use this file except in compliance with the License.
19 // Visibility for prebuilt binaries from the prebuilt of this module.
20 // TODO(b/155921753): Restrict this when prebuilts are in their proper
/art/dex2oat/
Ddex2oat_options.def5 * you may not use this file except in compliance with the License.
18 #error "Please #define DEX2OAT_OPTIONS_KEY before #including this file"
19 #define DEX2OAT_OPTIONS_KEY(...) // Don't display errors in this file in IDEs.
DAndroid.bp5 // you may not use this file except in compliance with the License.
155 // TODO(b/133140750): Clean this up.
276 // account. Note that this override cannot be in cc_defaults because
320 // account. Note that this override cannot be in cc_defaults because
354 // We need this because GC stress mode makes use of
357 // TODO: Having this is not ideal as it might obscure errors.
/art/runtime/gc/allocator/
Drosalloc.h55 const uint8_t* fpr_base = reinterpret_cast<const uint8_t*>(this); in ByteSize()
65 uint8_t* fpr_base = reinterpret_cast<uint8_t*>(this); in SetByteSize()
70 return reinterpret_cast<void*>(this); in Begin()
73 uint8_t* fpr_base = reinterpret_cast<uint8_t*>(this); in End()
83 …return reinterpret_cast<uint8_t*>(this) + ByteSize(rosalloc) == rosalloc->base_ + rosalloc->footpr… in IsAtEndOfSpace()
103 uint8_t* start = reinterpret_cast<uint8_t*>(this); in ReleasePages()
126 return reinterpret_cast<Slot*>(reinterpret_cast<uintptr_t>(this) - bracket_size); in Left()
373 return reinterpret_cast<Slot*>(reinterpret_cast<uintptr_t>(this) + headerSizes[idx]); in FirstSlot()
393 return reinterpret_cast<uint8_t*>(this) + kPageSize * numOfPages[size_bracket_idx_]; in End()
/art/perfetto_hprof/
DAndroid.bp4 // you may not use this file except in compliance with the License.
43 // Note that this tool needs to be built for both 32-bit and 64-bit since it requires
/art/test/173-missing-field-type/smali/
DBadField.smali5 # you may not use this file except in compliance with the License.
19 # These are bad fields since there is no class Widget in this test.
/art/test/503-dead-instructions/smali/
DDeadInstructions.smali4 # you may not use this file except in compliance with the License.
27 # Provide more arguments than we should. Because this is dead
/art/libartbase/base/
Dhiddenapi_flags.h248 bool operator!=(const ApiList& other) const { return !(*this == other); }
281 (*this) = (*this) | other;
282 return *this;
/art/test/530-checker-regression-reftyp-final/smali/
DTestCase.smali4 # you may not use this file except in compliance with the License.
23 # inline any methods from array classes, this bug cannot be triggered and we
/art/test/800-smali/smali/
Db_20843113.smali22 move-exception v0 # Overwrite the (last) "this" register. This should be

12345678910>>...24