Home
last modified time | relevance | path

Searched defs:method_name (Results 1 – 12 of 12) sorted by relevance

/art/runtime/mirror/
Dstack_trace_element.cc43 Handle<String> method_name, Handle<String> file_name, in Alloc()
58 void StackTraceElement::Init(Handle<String> declaring_class, Handle<String> method_name, in Init()
/art/compiler/
Dcommon_compiler_test.cc373 const char* class_name, const char* method_name, in CompileDirectMethod()
386 const char* method_name, const char* signature) in CompileVirtualMethod()
/art/runtime/
Dprofiler.cc584 std::string method_name = PrettyMethod(method); in Write() local
610 std::string method_name = PrettyMethod(method.dex_method_index, *(method.dex_file)); in Write() local
875 bool ProfileFile::GetProfileData(ProfileFile::ProfileData* data, const std::string& method_name) { in GetProfileData()
Dprofiler.h243 ProfileData(const std::string& method_name, uint32_t count, uint32_t method_size, in ProfileData()
Dreflection_test.cc86 bool is_static, const char* method_name, in ReflectionTestMakeExecutable()
Dutils.cc665 std::string method_name(m->GetName()); in JniShortName() local
Dthread.cc1619 const char* method_name = method->GetName(); in InternalStackTraceToStackTraceElementArray() local
Dclass_linker.cc2885 const char* method_name = dex_file.StringDataByIdx(method_id.name_idx_); in LoadMethod() local
/art/runtime/quick/
Dinline_method_analyser.cc140 const char* method_name = ref.dex_file->GetMethodName(method_id); in IsSyntheticAccessor() local
/art/compiler/jni/
Djni_compiler_test.cc61 const char* method_name, const char* method_sig) { in CompileForTest()
91 void SetUpForTest(bool direct, const char* method_name, const char* method_sig, in SetUpForTest()
/art/runtime/interpreter/
Dinterpreter_common.cc769 const std::string& method_name, bool initialize_class, in UnstartedRuntimeFindClass()
/art/compiler/driver/
Dcompiler_driver.cc2268 bool CompilerDriver::SkipCompilation(const std::string& method_name) { in SkipCompilation()