Searched refs:CodeDelta (Results 1 – 8 of 8) sorted by relevance
57 size_t CompiledCode::CodeDelta() const { in CodeDelta() function in art::CompiledCode58 return CodeDelta(GetInstructionSet()); in CodeDelta()61 size_t CompiledCode::CodeDelta(InstructionSet instruction_set) { in CodeDelta() function in art::CompiledCode
63 size_t CodeDelta() const;64 static size_t CodeDelta(InstructionSet instruction_set);
100 address += CompiledMethod::CodeDelta(info.isa); in WriteDebugSymbols()
210 DCHECK_EQ(sym.st_value, method_info.code_address + CompiledMethod::CodeDelta(isa)); in MakeElfFileForJIT()
136 uint32_t quick_code_offset = offset + compiled_method->CodeDelta(); in Link()176 result.first ? result.second : kTrampolineOffset + compiled_method->CodeDelta(); in Link()225 size_t offset = result.second - compiled_methods_[idx]->CodeDelta(); in CheckLinkedMethod()
1288 uint32_t thumb_offset = compiled_method->CodeDelta(); in VisitMethod()1718 offset_ + sizeof(OatQuickMethodHeader) + compiled_method->CodeDelta()) in VisitMethod()2198 adjusted_offset = offset + CompiledCode::CodeDelta(instruction_set); \ in InitOatCode()
491 uint32_t target_offset = result.second - CompiledCode::CodeDelta(instruction_set_); in ResolveMethodCalls()
197 code_offset -= CompiledCode::CodeDelta(oat_header.GetInstructionSet()); \ in Symbolize()