Searched defs:LogVerifyInfo (Results 1 - 1 of 1) sorted by relevance

/art/runtime/verifier/
H A Dmethod_verifier.cc516 std::ostream& MethodVerifier::LogVerifyInfo() { function in class:art::verifier::MethodVerifier
1399 LogVerifyInfo() << "dead code " << reinterpret_cast<void*>(dead_start)
1405 LogVerifyInfo() << "dead code " << reinterpret_cast<void*>(dead_start)
1455 LogVerifyInfo() << "Processing " << inst->DumpString(dex_file_) << "\n"
4022 LogVerifyInfo() << "Merging at [" << reinterpret_cast<void*>(work_insn_idx_) << "]"

Completed in 15 milliseconds