Home
last modified time | relevance | path

Searched refs:dest_end (Results 1 – 1 of 1) sorted by relevance

/art/compiler/utils/arm/
Dassembler_thumb2.cc212 size_t dest_end = adjusted_code_size; in EmitFixups() local
213 buffer_.Resize(dest_end); in EmitFixups()
214 DCHECK_GE(dest_end, src_end); in EmitFixups()
221 fixup->Finalize(dest_end - src_end); in EmitFixups()
227 size_t dest_begin = dest_end - data_size; in EmitFixups()
230 dest_end = dest_begin - fixup->GetSizeInBytes(); in EmitFixups()
232 fixup->Finalize(dest_end - src_end); in EmitFixups()
236 CHECK_EQ(src_end, dest_end); in EmitFixups()