Home
last modified time | relevance | path

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

/art/dexlayout/
Ddex_verify.cc910 uint32_t orig_size = orig->GetDebugInfoSize(); in VerifyDebugInfo() local
912 if (orig_size != output_size) { in VerifyDebugInfo()
923 if (orig_data != nullptr && memcmp(orig_data, output_data, orig_size) != 0) { in VerifyDebugInfo()
/art/compiler/utils/mips64/
Dassembler_mips64.cc2985 size_t orig_size = buffer_.Size(); in ReserveJumpTableSpace() local
2986 size_t required_capacity = orig_size + table.GetSize(); in ReserveJumpTableSpace()
/art/compiler/utils/mips/
Dassembler_mips.cc3850 size_t orig_size = buffer_.Size(); in ReserveJumpTableSpace() local
3851 size_t required_capacity = orig_size + table.GetSize(); in ReserveJumpTableSpace()