Home
last modified time | relevance | path

Searched defs:offset (Results 26 – 50 of 207) sorted by relevance

123456789

/art/tools/dexanalyze/
Ddexanalyze_strings.cc42 const size_t offset = prefix_data_.size(); in AddPrefixData() local
51 ALWAYS_INLINE void GetOffset(uint32_t prefix_index, uint32_t* offset, uint32_t* length) const { in GetOffset()
58 uint32_t AddOffset(uint32_t offset, uint32_t length) { in AddOffset()
93 const size_t offset = string_offsets_[string_idx]; in GetString() local
109 const size_t offset = string_offsets_[string_idx]; in Equal() local
163 const size_t offset = string_offsets_[string_idx]; in GetString() local
170 const size_t offset = string_offsets_[string_idx]; in Equal() local
407 uint32_t offset = 0u; in Build() local
/art/dexlayout/
Ddex_ir_builder.cc102 uint32_t offset, in CreateAndAddItem()
115 T* GetExistingObject(uint32_t offset) { in GetExistingObject()
131 void AddItem(T* object, uint32_t offset) { in AddItem()
216 uint32_t offset, in CreateAndAddIndexedItem()
579 TypeList* BuilderMaps::CreateTypeList(const dex::TypeList* dex_type_list, uint32_t offset) { in CreateTypeList()
601 uint32_t offset) { in CreateEncodedArrayItem()
635 uint32_t offset) { in AddHiddenapiClassDataFromMapListSection()
675 const uint32_t offset = start_data - dex_file.DataBegin(); in CreateAnnotationItem() local
695 const dex::AnnotationSetItem* disk_annotations_item, uint32_t offset) { in CreateAnnotationSetItem()
721 const dex::AnnotationsDirectoryItem* disk_annotations_item, uint32_t offset) { in CreateAnnotationsDirectoryItem()
[all …]
/art/libelffile/elf/
Delf_debug_reader.h133 for (size_t offset = 0; offset < debug_frame->sh_size;) { in VisitDebugFrame() local
152 const T* Read(size_t offset) { in Read()
158 ArrayRef<const T> Read(size_t offset, size_t count) { in Read()
/art/libartbase/base/unix_file/
Drandom_access_file_utils.cc29 int64_t offset = 0; in CopyFile() local
/art/libelffile/stream/
Dvector_output_stream.cc26 off_t VectorOutputStream::Seek(off_t offset, Whence whence) { in Seek()
Dfile_output_stream.cc32 off_t FileOutputStream::Seek(off_t offset, Whence whence) { in Seek()
Dbuffered_output_stream.cc63 off_t BufferedOutputStream::Seek(off_t offset, Whence whence) { in Seek()
Derror_delaying_output_stream.h53 off_t Seek(off_t offset, Whence whence) override { in Seek()
/art/tools/ahat/src/main/com/android/ahat/heapdump/
DAhatArrayInstance.java274 String asString(int offset, int count, int maxChars) { in asString()
298 String asAsciiString(int offset, int count, int maxChars) { in asAsciiString()
322 String asMaybeCompressedString(int offset, int count, int maxChars) { in asMaybeCompressedString()
/art/runtime/native/
Djava_lang_StringFactory.cc34 jint high, jint offset, jint byte_count) { in StringFactory_newStringFromBytes()
60 static jstring StringFactory_newStringFromChars(JNIEnv* env, jclass, jint offset, in StringFactory_newStringFromChars()
Dorg_apache_harmony_dalvik_ddmc_DdmServer.cc32 jbyteArray javaData, jint offset, jint length) { in DdmServer_nativeSendChunk()
/art/libdexfile/external/include/art_api/
Ddex_file_external.h46 int32_t offset; member
/art/runtime/gc/accounting/
Dcard_table.cc82 size_t offset = 0; in Create() local
95 CardTable::CardTable(MemMap&& mem_map, uint8_t* biased_begin, size_t offset) in CardTable()
/art/dexdump/
Ddexdump_cfg.cc63 int32_t offset = in DumpMethodCFG() local
207 const int32_t offset = inst->GetTargetOffset(); in DumpMethodCFG() local
239 int32_t offset = in DumpMethodCFG() local
/art/runtime/mirror/
Dobject.cc51 void operator()(ObjPtr<Object> obj, MemberOffset offset, bool /* is_static */) const in operator ()()
82 const size_t offset = sizeof(Object); in CopyObject() local
273 ArtField* Object::FindFieldByOffset(MemberOffset offset) { in FindFieldByOffset()
/art/runtime/
Dtransaction.cc422 void Transaction::ObjectLog::LogBooleanValue(MemberOffset offset, uint8_t value, bool is_volatile) { in LogBooleanValue()
426 void Transaction::ObjectLog::LogByteValue(MemberOffset offset, int8_t value, bool is_volatile) { in LogByteValue()
430 void Transaction::ObjectLog::LogCharValue(MemberOffset offset, uint16_t value, bool is_volatile) { in LogCharValue()
434 void Transaction::ObjectLog::LogShortValue(MemberOffset offset, int16_t value, bool is_volatile) { in LogShortValue()
438 void Transaction::ObjectLog::Log32BitsValue(MemberOffset offset, uint32_t value, bool is_volatile) { in Log32BitsValue()
442 void Transaction::ObjectLog::Log64BitsValue(MemberOffset offset, uint64_t value, bool is_volatile) { in Log64BitsValue()
446 void Transaction::ObjectLog::LogReferenceValue(MemberOffset offset, in LogReferenceValue()
453 MemberOffset offset, in LogValue()
Dread_barrier-inl.h38 mirror::Object* obj, MemberOffset offset, mirror::HeapReference<MirrorType>* ref_addr) { in Barrier()
230 inline void ReadBarrier::AssertToSpaceInvariant(mirror::Object* obj, MemberOffset offset, in AssertToSpaceInvariant()
Dmonitor_pool.h142 size_t offset = MonitorIdToOffset(mon_id); in LookupMonitor() local
179 static constexpr MonitorId OffsetToMonitorId(size_t offset) { in OffsetToMonitorId()
Dvdex_file.cc193 size_t offset = vdex->GetDexSectionHeaderOffset(); in OpenAtAddress() local
266 size_t offset = GetDexSectionHeaderOffset(); in UnquickenInPlace() local
291 const uint32_t offset = GetQuickeningInfoTableOffset(source_dex_begin); in GetQuickenInfoOffsetTable() local
332 const uint32_t offset = accessor.GetOffset(method.GetIndex()); in UnquickenDexFile() local
/art/disassembler/
Ddisassembler.cc74 size_t offset = begin - disassembler_options_->base_address_; in FormatInstructionPointer() local
/art/test/528-long-hint/src/
DMain.java29 long offset = unsafe.objectFieldOffset(Main.class.getDeclaredField("instanceField")); in main() local
/art/test/680-checker-deopt-dex-pc-0/src/
DMain.java21 public static int $noinline$getInt(byte[] array, int offset) { in $noinline$getInt()
/art/libdexfile/external/
Ddex_file_ext.cc49 int32_t offset; // Offset relative to the start of the dex file header. member
125 int32_t offset = reinterpret_cast<const uint8_t*>(code.Insns()) - dex_file_->Begin(); in GetMethodCacheEntryForOffset() local
148 int32_t offset = reinterpret_cast<const uint8_t*>(code.Insns()) - dex_file_->Begin(); in GetClassDefIndex() local
249 off_t offset, in ExtDexFileOpenFromFd()
/art/libartbase/base/
Dhex_dump.cc44 size_t offset; /* offset to show while printing */ in Dump() local
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DDexRandomAccessFile.java299 long offset = getFilePointer(); in alignForwards() local
312 long offset = getFilePointer(); in alignBackwards() local

123456789