Home
last modified time | relevance | path

Searched defs:Name (Results 1 – 4 of 4) sorted by relevance

/art/runtime/base/
Dhistogram.h86 const std::string& Name() const { in Name() function
/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
/art/runtime/
Ddex_instruction.h227 const char* Name() const { in Name() function
232 static const char* Name(Code opcode) { in Name() function
/art/compiler/llvm/
Dir_builder.h44 void InsertHelper(::llvm::Instruction *I, const ::llvm::Twine &Name, in InsertHelper()