Lines Matching refs:LOG

43     LOG(INFO) << line;  in DumpMappingTable()
47 LOG(INFO) << line; in DumpMappingTable()
49 LOG(INFO) <<" };\n\n"; in DumpMappingTable()
163 LOG(FATAL) << "Oat: invalid memref kind - " << mem_type; in SetMemRefType()
197 LOG(INFO) << "-------- method entry " in DumpLIRInsn()
201 LOG(INFO) << "-------- Method_Exit"; in DumpLIRInsn()
204 LOG(INFO) << "-------- BARRIER"; in DumpLIRInsn()
207 LOG(INFO) << "-------- entry offset: 0x" << std::hex << dest; in DumpLIRInsn()
214 LOG(INFO) << "-------- dalvik offset: 0x" << std::hex in DumpLIRInsn()
219 LOG(INFO) << "-------- exit offset: 0x" << std::hex << dest; in DumpLIRInsn()
222 LOG(INFO) << reinterpret_cast<uintptr_t>(base_addr) + offset << " (0x" << std::hex in DumpLIRInsn()
226 LOG(INFO) << "Exception_Handling:"; in DumpLIRInsn()
230 LOG(INFO) << "L" << reinterpret_cast<void*>(lir) << ":"; in DumpLIRInsn()
233 LOG(INFO) << "LT" << reinterpret_cast<void*>(lir) << ":"; in DumpLIRInsn()
236 LOG(INFO) << "IR" << reinterpret_cast<void*>(lir) << ":"; in DumpLIRInsn()
239 LOG(INFO) << "LS" << reinterpret_cast<void*>(lir) << ":"; in DumpLIRInsn()
242 LOG(INFO) << "LsafepointPC_0x" << std::hex << lir->offset << "_" << lir->dalvik_offset << ":"; in DumpLIRInsn()
245 LOG(INFO) << "LexportedPC_0x" << std::hex << lir->offset << "_" << lir->dalvik_offset << ":"; in DumpLIRInsn()
248 LOG(INFO) << "LC" << reinterpret_cast<void*>(lir) << ": Case target 0x" in DumpLIRInsn()
260 LOG(INFO) << StringPrintf("%5p: %-9s%s%s", in DumpLIRInsn()
294 LOG(INFO) << StringPrintf("V[%s] -> %s%d%s", buf3.c_str(), in DumpPromotionMap()
317 LOG(INFO) << "Dumping LIR insns for " in CodegenDump()
322 LOG(INFO) << "Regs (excluding ins) : " << cu_->num_regs; in CodegenDump()
323 LOG(INFO) << "Ins : " << cu_->num_ins; in CodegenDump()
324 LOG(INFO) << "Outs : " << cu_->num_outs; in CodegenDump()
325 LOG(INFO) << "CoreSpills : " << num_core_spills_; in CodegenDump()
326 LOG(INFO) << "FPSpills : " << num_fp_spills_; in CodegenDump()
327 LOG(INFO) << "CompilerTemps : " << mir_graph_->GetNumUsedCompilerTemps(); in CodegenDump()
328 LOG(INFO) << "Frame size : " << frame_size_; in CodegenDump()
329 LOG(INFO) << "code size is " << total_size_ << in CodegenDump()
331 LOG(INFO) << "expansion factor: " in CodegenDump()
339 LOG(INFO) << StringPrintf("%x (%04x): .word (%#x)", lir_insn->offset, lir_insn->offset, in CodegenDump()
555 default: LOG(FATAL) << "Unexpected instruction set: " << cu_->instruction_set; in InstallSwitchTables()
558 LOG(INFO) << "Switch table for offset 0x" << std::hex << bx_offset; in InstallSwitchTables()
565 LOG(INFO) << " Case[" << elems << "] key: 0x" in InstallSwitchTables()
579 LOG(INFO) << " Case[" << elems << "] disp: 0x" in InstallSwitchTables()
636 LOG(INFO) << "Unexpected catch entry @ dex pc 0x" << std::hex << *it; in VerifyCatchEntries()
641 LOG(INFO) << "Missing native PC for catch entry @ 0x" << std::hex << dex_pc; in VerifyCatchEntries()
648 LOG(INFO) << "Bad dex2pcMapping table in " << PrettyMethod(cu_->method_idx, *cu_->dex_file); in VerifyCatchEntries()
649 LOG(INFO) << "Entries @ decode: " << mir_graph_->catches_.size() << ", Entries in table: " in VerifyCatchEntries()
880 LOG(FATAL) << "Invalid switch table"; in ProcessSwitchTables()
899 LOG(INFO) << "Sparse switch table - ident:0x" << std::hex << ident in DumpSparseSwitchTable()
902 LOG(INFO) << " Key[" << keys[i] << "] -> 0x" << std::hex << targets[i]; in DumpSparseSwitchTable()
920 LOG(INFO) << "Packed switch table - ident:0x" << std::hex << ident in DumpPackedSwitchTable()
923 LOG(INFO) << " Key[" << (i + low_key) << "] -> 0x" << std::hex in DumpPackedSwitchTable()
950 LOG(FATAL) << "Unexpected opcode " << opcode; in EvaluateBranch()
968 LOG(FATAL) << "Unexpected ccode " << before; in FlipComparisonOrder()
984 LOG(FATAL) << "Unexpected ccode " << before; in NegateComparison()
1312 LOG(FATAL) << "Unknown MIR opcode not supported on this architecture"; in GenMachineSpecificExtendedMethodMIR()