Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.h176 std::ostream& LogVerifyInfo();
Dregister_line.cc363 : verifier->LogVerifyInfo()) in PopMonitor()
Dmethod_verifier.cc641 std::ostream& MethodVerifier::LogVerifyInfo() { in LogVerifyInfo() function in art::verifier::MethodVerifier
1561 LogVerifyInfo() << "dead code " << reinterpret_cast<void*>(dead_start) in CodeFlowVerifyMethod()
1567 LogVerifyInfo() << "dead code " << reinterpret_cast<void*>(dead_start) in CodeFlowVerifyMethod()
1638 LogVerifyInfo() << "Processing " << inst->DumpString(dex_file_) << "\n" in CodeFlowVerifyInstruction()
4296 LogVerifyInfo() << "Merging at [" << reinterpret_cast<void*>(work_insn_idx_) << "]" in UpdateRegisters()