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.cc1970 LogVerifyInfo() << "dead code " << reinterpret_cast<void*>(dead_start) in CodeFlowVerifyMethod()
1976 LogVerifyInfo() in CodeFlowVerifyMethod()
2063 LogVerifyInfo() << "Processing " << inst->DumpString(dex_file_) << std::endl in CodeFlowVerifyInstruction()
3493 LogVerifyInfo() << "Elevating opcode flags from " << opcode_flags << " to Throw"; in CodeFlowVerifyInstruction()
3622 LogVerifyInfo() << "Updating exception handler 0x" in CodeFlowVerifyInstruction()
4988 LogVerifyInfo() << "Merging at [" << reinterpret_cast<void*>(work_insn_idx_) << "]" in UpdateRegisters()
5602 ScopedNewLine MethodVerifier::LogVerifyInfo() { in LogVerifyInfo() function in art::verifier::MethodVerifier