Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.h138 ScopedNewLine LogVerifyInfo();
Dmethod_verifier.cc1933 LogVerifyInfo() << "dead code " << reinterpret_cast<void*>(dead_start) in CodeFlowVerifyMethod()
1939 LogVerifyInfo() in CodeFlowVerifyMethod()
2011 LogVerifyInfo() << "Processing " << inst->DumpString(dex_file_) << std::endl in CodeFlowVerifyInstruction()
3359 LogVerifyInfo() << "Elevating opcode flags from " << opcode_flags << " to Throw"; in CodeFlowVerifyInstruction()
3488 LogVerifyInfo() << "Updating exception handler 0x" in CodeFlowVerifyInstruction()
4840 LogVerifyInfo() << "Merging at [" << reinterpret_cast<void*>(work_insn_idx_) << "]" in UpdateRegisters()
5343 ScopedNewLine MethodVerifier::LogVerifyInfo() { in LogVerifyInfo() function in art::verifier::MethodVerifier