Searched refs:CodeDelta (Results 1 – 7 of 7) sorted by relevance
58 size_t CompiledCode::CodeDelta() const { in CodeDelta() function in art::CompiledCode59 return CodeDelta(GetInstructionSet()); in CodeDelta()62 size_t CompiledCode::CodeDelta(InstructionSet instruction_set) { in CodeDelta() function in art::CompiledCode
64 size_t CodeDelta() const;65 static size_t CodeDelta(InstructionSet instruction_set);
115 uint32_t quick_code_offset = offset + compiled_method->CodeDelta(); in Link()155 result.first ? result.second : kTrampolineOffset + compiled_method->CodeDelta(); in Link()204 size_t offset = result.second - compiled_methods_[idx]->CodeDelta(); in CheckLinkedMethod()
100 address += CompiledMethod::CodeDelta(info.isa); in WriteDebugSymbols()
484 uint32_t target_offset = result.second - CompiledCode::CodeDelta(instruction_set_); in ResolveMethodCalls()
1266 uint32_t thumb_offset = compiled_method->CodeDelta(); in VisitMethod()1768 offset_ + sizeof(OatQuickMethodHeader) + compiled_method->CodeDelta()) in VisitMethod()2116 map_offset = (code_offset - compiled_method->CodeDelta()) - map_offset; in VisitMethod()2173 map_offset = (code_offset - compiled_method->CodeDelta()) - map_offset; in VisitMethod()2430 adjusted_offset = offset + CompiledCode::CodeDelta(instruction_set); \ in InitOatCode()
189 code_offset -= CompiledCode::CodeDelta(oat_header.GetInstructionSet()); \ in Symbolize()