HomeSort by relevance Sort by last modified time
    Searched defs:GetMethodName (Results 1 - 4 of 4) sorted by null

  /external/v8/src/
messages.cc 225 Handle<Object> CallSite::GetMethodName() {
  /art/compiler/optimizing/
optimizing_compiler.cc 131 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() {
729 VLOG(compiler) << "Building " << pass_observer.GetMethodName();
    [all...]
  /art/runtime/
dex_file.h 670 const char* GetMethodName(const MethodId& method_id) const {
    [all...]
debugger.cc     [all...]

Completed in 240 milliseconds