Home
last modified time | relevance | path

Searched refs:Name (Results 1 – 12 of 12) sorted by relevance

/art/compiler/dex/
Ddex_to_dex_compiler.cc168 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()
Dmir_graph.cc855 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()
/art/runtime/base/
Dtiming_logger.h52 return a->Name() < b->Name(); in operator()
Dhistogram.h86 const std::string& Name() const { in Name() function
Dhistogram-inl.h173 os << Name() << ":\tSum: " << PrettyDuration(Sum() * kAdjust) << " " in PrintConfidenceIntervals()
/art/runtime/
Ddex_instruction-inl.h84 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()
Ddex_instruction.h227 const char* Name() const { in Name() function
228 return Instruction::Name(Opcode()); in Name()
232 static const char* Name(Code opcode) { in Name() function
Ddex_instruction.cc83 default: LOG(FATAL) << "Tried to access the branch offset of an instruction " << Name() << in GetTargetOffset()
386 return os << Instruction::Name(code); in operator <<()
/art/compiler/llvm/
Dir_builder.h44 void InsertHelper(::llvm::Instruction *I, const ::llvm::Twine &Name, in InsertHelper() argument
47 ::llvm::IRBuilderDefaultInserter<true>::InsertHelper(I, Name, BB, InsertPt); in InsertHelper()
/art/compiler/
Doat_writer.cc157 static const char* Name() { in Name() function
179 static const char* Name() { in Name() function
201 static const char* Name() { in Name() function
676 << PrettyMethod(it.GetMemberIndex(), *dex_file_) << " for " << DataAccess::Name(); in VisitMethod()
695 PLOG(ERROR) << "Failed to write " << DataAccess::Name() << " for " in ReportWriteFailure()
/art/runtime/verifier/
Dmethod_verifier.cc771 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()
/art/compiler/dex/portable/
Dmir_to_gbc.cc716 LOG(INFO) << ".. " << Instruction::Name(opcode) << " 0x" << std::hex << op_val; in ConvertMIRNode()
1772 Instruction::Name(dalvik_opcode), in BlockBitcodeConversion()