Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.h154 ScopedNewLine LogVerifyInfo();
Dmethod_verifier.cc1971 LogVerifyInfo() << "dead code " << reinterpret_cast<void*>(dead_start) in CodeFlowVerifyMethod()
1977 LogVerifyInfo() in CodeFlowVerifyMethod()
2064 LogVerifyInfo() << "Processing " << inst->DumpString(dex_file_) << std::endl in CodeFlowVerifyInstruction()
3494 LogVerifyInfo() << "Elevating opcode flags from " << opcode_flags << " to Throw"; in CodeFlowVerifyInstruction()
3623 LogVerifyInfo() << "Updating exception handler 0x" in CodeFlowVerifyInstruction()
4989 LogVerifyInfo() << "Merging at [" << reinterpret_cast<void*>(work_insn_idx_) << "]" in UpdateRegisters()
5603 ScopedNewLine MethodVerifier::LogVerifyInfo() { in LogVerifyInfo() function in art::verifier::MethodVerifier