Lines Matching refs:INFO
49 LOG(INFO) << line; in DumpMappingTable()
53 LOG(INFO) << line; in DumpMappingTable()
55 LOG(INFO) <<" };\n\n"; in DumpMappingTable()
207 LOG(INFO) << "-------- PrologueBegin"; in DumpLIRInsn()
210 LOG(INFO) << "-------- PrologueEnd"; in DumpLIRInsn()
213 LOG(INFO) << "-------- EpilogueBegin"; in DumpLIRInsn()
216 LOG(INFO) << "-------- EpilogueEnd"; in DumpLIRInsn()
219 LOG(INFO) << "-------- BARRIER"; in DumpLIRInsn()
222 LOG(INFO) << "-------- entry offset: 0x" << std::hex << dest; in DumpLIRInsn()
229 LOG(INFO) << "-------- dalvik offset: 0x" << std::hex in DumpLIRInsn()
234 LOG(INFO) << "-------- exit offset: 0x" << std::hex << dest; in DumpLIRInsn()
237 LOG(INFO) << reinterpret_cast<uintptr_t>(base_addr) + offset << " (0x" << std::hex in DumpLIRInsn()
241 LOG(INFO) << "Exception_Handling:"; in DumpLIRInsn()
245 LOG(INFO) << "L" << reinterpret_cast<void*>(lir) << ":"; in DumpLIRInsn()
248 LOG(INFO) << "LT" << reinterpret_cast<void*>(lir) << ":"; in DumpLIRInsn()
251 LOG(INFO) << "IR" << reinterpret_cast<void*>(lir) << ":"; in DumpLIRInsn()
254 LOG(INFO) << "LS" << reinterpret_cast<void*>(lir) << ":"; in DumpLIRInsn()
257 LOG(INFO) << "LsafepointPC_0x" << std::hex << lir->offset << "_" << lir->dalvik_offset << ":"; in DumpLIRInsn()
260 LOG(INFO) << "LexportedPC_0x" << std::hex << lir->offset << "_" << lir->dalvik_offset << ":"; in DumpLIRInsn()
263 LOG(INFO) << "LC" << reinterpret_cast<void*>(lir) << ": Case target 0x" in DumpLIRInsn()
275 LOG(INFO) << StringPrintf("%5p|0x%02x: %-9s%s%s", in DumpLIRInsn()
311 LOG(INFO) << StringPrintf("V[%s] -> %s%d%s", buf3.c_str(), in DumpPromotionMap()
347 LOG(INFO) << "Dumping LIR insns for " in CodegenDump()
352 LOG(INFO) << "Regs (excluding ins) : " << mir_graph_->GetNumOfLocalCodeVRs(); in CodegenDump()
353 LOG(INFO) << "Ins : " << mir_graph_->GetNumOfInVRs(); in CodegenDump()
354 LOG(INFO) << "Outs : " << mir_graph_->GetNumOfOutVRs(); in CodegenDump()
355 LOG(INFO) << "CoreSpills : " << num_core_spills_; in CodegenDump()
356 LOG(INFO) << "FPSpills : " << num_fp_spills_; in CodegenDump()
357 LOG(INFO) << "CompilerTemps : " << mir_graph_->GetNumUsedCompilerTemps(); in CodegenDump()
358 LOG(INFO) << "Frame size : " << frame_size_; in CodegenDump()
359 LOG(INFO) << "code size is " << total_size_ << in CodegenDump()
361 LOG(INFO) << "expansion factor: " in CodegenDump()
369 LOG(INFO) << StringPrintf("%x (%04x): .word (%#x)", lir_insn->offset, lir_insn->offset, in CodegenDump()
557 LOG(INFO) << "Switch table for offset 0x" << std::hex << bx_offset; in InstallSwitchTables()
573 LOG(INFO) << " Case[" << elems << "] key: 0x" in InstallSwitchTables()
597 LOG(INFO) << " Case[" << elems << "] disp: 0x" in InstallSwitchTables()
652 LOG(INFO) << "Unexpected catch entry @ dex pc 0x" << std::hex << *it; in VerifyCatchEntries()
657 LOG(INFO) << "Missing native PC for catch entry @ 0x" << std::hex << dex_pc; in VerifyCatchEntries()
664 LOG(INFO) << "Bad dex2pcMapping table in " << PrettyMethod(cu_->method_idx, *cu_->dex_file); in VerifyCatchEntries()
665 LOG(INFO) << "Entries @ decode: " << mir_graph_->catches_.size() << ", Entries in table: " in VerifyCatchEntries()
960 LOG(INFO) << "Sparse switch table - ident:0x" << std::hex << ident in DumpSparseSwitchTable()
963 LOG(INFO) << " Key[" << keys[i] << "] -> 0x" << std::hex << targets[i]; in DumpSparseSwitchTable()
981 LOG(INFO) << "Packed switch table - ident:0x" << std::hex << ident in DumpPackedSwitchTable()
984 LOG(INFO) << " Key[" << (i + low_key) << "] -> 0x" << std::hex in DumpPackedSwitchTable()