Searched defs:code_offset (Results 1 – 16 of 16) sorted by relevance
/art/runtime/ |
D | stack_map.cc | 118 uint32_t code_offset, in Dump() 195 uint32_t code_offset, in Dump()
|
D | oat_file.h | 152 OatMethod(const uint8_t* base, const uint32_t code_offset) in OatMethod()
|
D | oat.cc | 533 OatMethodOffsets::OatMethodOffsets(uint32_t code_offset) : code_offset_(code_offset) { in OatMethodOffsets()
|
D | dex_file_verifier.cc | 661 uint32_t code_offset, in CheckClassDataItemMethod()
|
D | class_linker.cc | 8605 const uint32_t code_offset = sizeof(void*); in SetEntryPointsToCompiledCode() local
|
/art/compiler/linker/arm/ |
D | relative_patcher_arm_base.cc | 226 uint32_t code_offset; in ReserveSpaceInternal() local 327 uint32_t code_offset) { in ProcessPatches()
|
/art/dexlayout/ |
D | dexlayout.cc | 855 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/ |
D | oat_writer.cc | 932 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/ |
D | oatdump.cc | 804 uint32_t code_offset = oat_method.GetCodeOffset(); in AddOffsets() local 1158 uint32_t code_offset = oat_method.GetCodeOffset(); in DumpOatMethod() local
|
/art/runtime/verifier/ |
D | method_verifier.cc | 1144 bool MethodVerifier::VerifyInstruction(const Instruction* inst, uint32_t code_offset) { in VerifyInstruction()
|
/art/compiler/optimizing/ |
D | code_generator_x86_64.cc | 4083 MemberOffset code_offset = ArtMethod::EntryPointFromQuickCompiledCodeOffset(kX86_64PointerSize); in VisitNewInstance() local 7120 uint32_t code_offset = info.label.Position() - kLabelPositionToLiteralOffsetAdjustment; in PatchJitRootUse() local
|
D | code_generator_x86.cc | 4220 MemberOffset code_offset = ArtMethod::EntryPointFromQuickCompiledCodeOffset(kX86PointerSize); in VisitNewInstance() local 7789 uint32_t code_offset = info.label.Position() - kLabelPositionToLiteralOffsetAdjustment; in PatchJitRootUse() local
|
D | code_generator_arm64.cc | 5283 MemberOffset code_offset = ArtMethod::EntryPointFromQuickCompiledCodeOffset(kArm64PointerSize); in VisitNewInstance() local
|
D | code_generator_mips64.cc | 5606 MemberOffset code_offset = in VisitNewInstance() local
|
D | code_generator_arm_vixl.cc | 5319 MemberOffset code_offset = ArtMethod::EntryPointFromQuickCompiledCodeOffset(kArmPointerSize); in VisitNewInstance() local
|
D | code_generator_mips.cc | 7887 MemberOffset code_offset = ArtMethod::EntryPointFromQuickCompiledCodeOffset(kMipsPointerSize); in VisitNewInstance() local
|