Searched defs:GetMethodName (Results 1 - 3 of 3) sorted by relevance

/art/compiler/optimizing/
H A Doptimizing_compiler.cc131 timing_logger_(timing_logger_enabled_ ? GetMethodName() : "", true, true),
137 if (!IsVerboseMethod(compiler_driver, GetMethodName())) {
141 visualizer_.PrintHeader(GetMethodName());
149 LOG(INFO) << "TIMINGS " << GetMethodName();
162 const char* GetMethodName() { function in class:art::PassObserver
729 VLOG(compiler) << "Building " << pass_observer.GetMethodName();
/art/runtime/
H A Ddex_file.h670 const char* GetMethodName(const MethodId& method_id) const { function in class:art::DexFile
H A Ddebugger.cc1407 std::string Dbg::GetMethodName(JDWP::MethodId method_id) { function in class:art::Dbg

Completed in 229 milliseconds