Searched defs:GetOffset (Results 1 - 9 of 9) sorted by relevance

/art/libdexfile/dex/
H A Dcompact_offset_table.cc38 uint32_t CompactOffsetTable::Accessor::GetOffset(uint32_t index) const { function in class:art::CompactOffsetTable::Accessor
/art/dex2oat/linker/
H A Dmulti_oat_relative_patcher.h51 // GetOffset() and an error indication in WriteThunks(). Additionally, it must be
56 uint32_t GetOffset(MethodReference method_ref) { function in class:art::linker::FINAL
H A Doat_writer.cc789 size_t GetOffset() const {
1271 quick_code_offset = relative_patcher_->GetOffset(method_ref);
1289 if (relative_patcher_->GetOffset(method_ref) != 0u) {
1293 << " offsets " << relative_patcher_->GetOffset(method_ref)
1379 size_t GetOffset() const {
1894 size_t GetOffset() const { function in class:OatWriter::WriteCodeMethodVisitor
1938 uint32_t target_offset = writer_->relative_patcher_->GetOffset(patch.TargetMethod());
2271 offset = visitor.GetOffset();
2295 offset = visitor.GetOffset();
2301 offset = visitor.GetOffset();
[all...]
/art/compiler/optimizing/
H A Dnodes_shared.h169 HInstruction* GetOffset() const { return InputAt(1); } function in class:art::FINAL
H A Dload_store_analysis.h119 size_t GetOffset() const { return offset_; } function in class:art::HeapLocation
289 loc->GetOffset() == offset &&
383 if (loc1->GetOffset() != loc2->GetOffset()) {
/art/dexlayout/
H A Ddex_ir.h115 uint32_t GetOffset() const { function in class:art::dex_ir::CollectionBase
308 uint32_t StringIdsOffset() const { return string_ids_.GetOffset(); }
309 uint32_t TypeIdsOffset() const { return type_ids_.GetOffset(); }
310 uint32_t ProtoIdsOffset() const { return proto_ids_.GetOffset(); }
311 uint32_t FieldIdsOffset() const { return field_ids_.GetOffset(); }
312 uint32_t MethodIdsOffset() const { return method_ids_.GetOffset(); }
313 uint32_t ClassDefsOffset() const { return class_defs_.GetOffset(); }
314 uint32_t CallSiteIdsOffset() const { return call_site_ids_.GetOffset(); }
315 uint32_t MethodHandleItemsOffset() const { return method_handle_items_.GetOffset(); }
316 uint32_t StringDatasOffset() const { return string_datas_.GetOffset(); }
[all...]
/art/oatdump/
H A Doatdump.cc1770 uint32_t GetOffset() const { function in class:art::OatDumper::StackMapsHelper
1903 if (offset == helper.GetOffset()) {
1917 } while (offset == helper.GetOffset());
1919 DCHECK_LT(offset, helper.GetOffset());
/art/compiler/utils/mips/
H A Dassembler_mips.cc3469 uint32_t MipsAssembler::Branch::GetOffset(uint32_t location) const { function in class:art::mips::MipsAssembler::Branch
3995 uint32_t offset = branch->GetOffset(GetBranchOrPcRelBaseForEncoding(branch));
/art/compiler/utils/mips64/
H A Dassembler_mips64.cc2763 uint32_t Mips64Assembler::Branch::GetOffset() const { function in class:art::mips64::Mips64Assembler::Branch
3145 uint32_t offset = branch->GetOffset();

Completed in 2815 milliseconds