Home
last modified time | relevance | path

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

/art/test/431-type-propagation/smali/
DTypePropagation.smali27 # the verifier, it assumes that the integer input must be converted
/art/runtime/
Doat_file.cc798 int64_t converted = strtoll(checksum.c_str(), nullptr, 10); in CheckStaticDexFileDependencies() local
799 if (converted == 0) { in CheckStaticDexFileDependencies()
810 if (converted != dex_checksum) { in CheckStaticDexFileDependencies()
812 location.c_str(), converted, dex_checksum); in CheckStaticDexFileDependencies()