Home
last modified time | relevance | path

Searched defs:code_offset (Results 1 – 16 of 16) sorted by relevance

/art/runtime/
Dstack_map.cc118 uint32_t code_offset, in Dump()
195 uint32_t code_offset, in Dump()
Doat_file.h152 OatMethod(const uint8_t* base, const uint32_t code_offset) in OatMethod()
Doat.cc533 OatMethodOffsets::OatMethodOffsets(uint32_t code_offset) : code_offset_(code_offset) { in OatMethodOffsets()
Ddex_file_verifier.cc661 uint32_t code_offset, in CheckClassDataItemMethod()
Dclass_linker.cc8605 const uint32_t code_offset = sizeof(void*); in SetEntryPointsToCompiledCode() local
/art/compiler/linker/arm/
Drelative_patcher_arm_base.cc226 uint32_t code_offset; in ReserveSpaceInternal() local
327 uint32_t code_offset) { in ProcessPatches()
/art/dexlayout/
Ddexlayout.cc855 uint32_t code_offset, in DumpInstruction()
1069 void DexLayout::DumpBytecodes(uint32_t idx, const dex_ir::CodeItem* code, uint32_t code_offset) { in DumpBytecodes()
1097 void DexLayout::DumpCode(uint32_t idx, const dex_ir::CodeItem* code, uint32_t code_offset) { in DumpCode()
/art/compiler/
Doat_writer.cc932 uint32_t code_offset = quick_code_offset - thumb_offset; in VisitMethod() local
1627 uint32_t code_offset = oat_class->method_offsets_[method_offsets_index_].code_offset_; in VisitMethod() local
1688 uint32_t code_offset = oat_class->method_offsets_[method_offsets_index_].code_offset_; in VisitMethod() local
/art/oatdump/
Doatdump.cc804 uint32_t code_offset = oat_method.GetCodeOffset(); in AddOffsets() local
1158 uint32_t code_offset = oat_method.GetCodeOffset(); in DumpOatMethod() local
/art/runtime/verifier/
Dmethod_verifier.cc1144 bool MethodVerifier::VerifyInstruction(const Instruction* inst, uint32_t code_offset) { in VerifyInstruction()
/art/compiler/optimizing/
Dcode_generator_x86_64.cc4083 MemberOffset code_offset = ArtMethod::EntryPointFromQuickCompiledCodeOffset(kX86_64PointerSize); in VisitNewInstance() local
7120 uint32_t code_offset = info.label.Position() - kLabelPositionToLiteralOffsetAdjustment; in PatchJitRootUse() local
Dcode_generator_x86.cc4220 MemberOffset code_offset = ArtMethod::EntryPointFromQuickCompiledCodeOffset(kX86PointerSize); in VisitNewInstance() local
7789 uint32_t code_offset = info.label.Position() - kLabelPositionToLiteralOffsetAdjustment; in PatchJitRootUse() local
Dcode_generator_arm64.cc5283 MemberOffset code_offset = ArtMethod::EntryPointFromQuickCompiledCodeOffset(kArm64PointerSize); in VisitNewInstance() local
Dcode_generator_mips64.cc5606 MemberOffset code_offset = in VisitNewInstance() local
Dcode_generator_arm_vixl.cc5319 MemberOffset code_offset = ArtMethod::EntryPointFromQuickCompiledCodeOffset(kArmPointerSize); in VisitNewInstance() local
Dcode_generator_mips.cc7887 MemberOffset code_offset = ArtMethod::EntryPointFromQuickCompiledCodeOffset(kMipsPointerSize); in VisitNewInstance() local