Home
last modified time | relevance | path

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

/art/dexlayout/
Ddex_verify.cc916 uint8_t* orig_data = orig->GetDebugInfo(); in VerifyDebugInfo() local
918 if ((orig_data == nullptr && output_data != nullptr) || in VerifyDebugInfo()
919 (orig_data != nullptr && output_data == nullptr)) { in VerifyDebugInfo()
923 if (orig_data != nullptr && memcmp(orig_data, output_data, orig_size) != 0) { in VerifyDebugInfo()