Home
last modified time | relevance | path

Searched refs:orig_size (Results 1 – 1 of 1) 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()