Searched refs:Name (Results 1 – 12 of 12) sorted by relevance
168 VLOG(compiler) << "Replacing " << Instruction::Name(inst->Opcode()) in CompileReturnVoid()169 << " by " << Instruction::Name(Instruction::RETURN_VOID_BARRIER) in CompileReturnVoid()188 VLOG(compiler) << "Removing " << Instruction::Name(inst->Opcode()) in CompileCheckCast()216 VLOG(compiler) << "Quickening " << Instruction::Name(inst->Opcode()) in CompileInstanceFieldAccess()217 << " to " << Instruction::Name(new_opcode) in CompileInstanceFieldAccess()252 VLOG(compiler) << "Quickening " << Instruction::Name(inst->Opcode()) in CompileInvokeVirtual()254 << " to " << Instruction::Name(new_opcode) in CompileInvokeVirtual()
855 LOG(INFO) << "-C- " << Instruction::Name(static_cast<Instruction::Code>(i)) in ShowOpcodeStats()939 Instruction::Name(mir->dalvikInsn.opcode) : in DumpCFG()1250 str.append(Instruction::Name(insn.opcode)); in GetDalvikDisassembly()
52 return a->Name() < b->Name(); in operator()
86 const std::string& Name() const { in Name() function
173 os << Name() << ":\tSum: " << PrettyDuration(Sum() * kAdjust) << " " in PrintConfidenceIntervals()
84 LOG(FATAL) << "Tried to access vA of instruction " << Name() << " which has no A operand."; in VRegA()263 LOG(FATAL) << "Tried to access vB of instruction " << Name() << " which has no B operand."; in VRegB()394 LOG(FATAL) << "Tried to access vC of instruction " << Name() << " which has no C operand."; in VRegC()
227 const char* Name() const { in Name() function228 return Instruction::Name(Opcode()); in Name()232 static const char* Name(Code opcode) { in Name() function
83 default: LOG(FATAL) << "Tried to access the branch offset of an instruction " << Name() << in GetTargetOffset()386 return os << Instruction::Name(code); in operator <<()
44 void InsertHelper(::llvm::Instruction *I, const ::llvm::Twine &Name, in InsertHelper() argument47 ::llvm::IRBuilderDefaultInserter<true>::InsertHelper(I, Name, BB, InsertPt); in InsertHelper()
157 static const char* Name() { in Name() function179 static const char* Name() { in Name() function201 static const char* Name() { in Name() function676 << PrettyMethod(it.GetMemberIndex(), *dex_file_) << " for " << DataAccess::Name(); in VisitMethod()695 PLOG(ERROR) << "Failed to write " << DataAccess::Name() << " for " in ReportWriteFailure()
771 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "unexpected opcode " << inst->Name(); in VerifyInstruction()776 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "opcode only expected at runtime " << inst->Name(); in VerifyInstruction()3386 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "Cannot infer method from " << inst->Name(); in VerifyInvokeVirtualQuickArgs()3889 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "Cannot infer field from " << inst->Name(); in VerifyQuickFieldAccess()3923 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "Cannot infer field type from " << inst->Name(); in VerifyQuickFieldAccess()
716 LOG(INFO) << ".. " << Instruction::Name(opcode) << " 0x" << std::hex << op_val; in ConvertMIRNode()1772 Instruction::Name(dalvik_opcode), in BlockBitcodeConversion()