Searched refs:CodeDelta (Results 1 - 7 of 7) sorted by relevance

/art/compiler/
H A Dcompiled_method.cc58 size_t CompiledCode::CodeDelta() const { function in class:art::CompiledCode
59 return CodeDelta(GetInstructionSet());
62 size_t CompiledCode::CodeDelta(InstructionSet instruction_set) { function in class:art::CompiledCode
H A Dcompiled_method.h64 size_t CodeDelta() const;
65 static size_t CodeDelta(InstructionSet instruction_set);
/art/compiler/linker/
H A Drelative_patcher_test.h115 uint32_t quick_code_offset = offset + compiled_method->CodeDelta();
155 result.first ? result.second : kTrampolineOffset + compiled_method->CodeDelta();
204 size_t offset = result.second - compiled_methods_[idx]->CodeDelta();
/art/compiler/debug/
H A Delf_symtab_writer.h100 address += CompiledMethod::CodeDelta(info.isa);
/art/compiler/linker/arm/
H A Drelative_patcher_arm_base.cc484 uint32_t target_offset = result.second - CompiledCode::CodeDelta(instruction_set_);
/art/dex2oat/linker/
H A Doat_writer.cc1266 uint32_t thumb_offset = compiled_method->CodeDelta();
1768 offset_ + sizeof(OatQuickMethodHeader) + compiled_method->CodeDelta())
2116 map_offset = (code_offset - compiled_method->CodeDelta()) - map_offset;
2173 map_offset = (code_offset - compiled_method->CodeDelta()) - map_offset;
2430 adjusted_offset = offset + CompiledCode::CodeDelta(instruction_set); \
/art/oatdump/
H A Doatdump.cc189 code_offset -= CompiledCode::CodeDelta(oat_header.GetInstructionSet()); \

Completed in 145 milliseconds