Home
last modified time | relevance | path

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

/art/runtime/base/
Dhistogram.h78 const std::string& Name() const { in Name() function
/art/runtime/
Ddex_instruction.h208 const char* Name() const { in Name() function
213 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()