Home
last modified time | relevance | path

Searched defs:method_name (Results 26 – 50 of 56) sorted by relevance

123

/art/test/685-deoptimizeable/src/
DMain.java53 private static native void ensureJitCompiled(Class<?> itf, String method_name); in ensureJitCompiled()
/art/test/088-monitor-verification/src/
DMain.java287 private static native void ensureJitCompiled(Class<?> itf, String method_name); in ensureJitCompiled()
/art/compiler/jit/
Djit_logger.cc54 std::string method_name = method->PrettyMethod(); in WritePerfMapLog() local
271 std::string method_name = method->PrettyMethod(); in WriteJitDumpLog() local
/art/test/616-cha-unloading/src-art/
DMain.java118 private static native void ensureJitCompiled(Class<?> itf, String method_name); in ensureJitCompiled()
/art/runtime/mirror/
Dthrowable.cc141 ObjPtr<String> method_name = ste->GetMethodName(); in Dump() local
Dvar_handle.cc43 const char* method_name; member
1667 bool VarHandle::GetAccessModeByMethodName(const char* method_name, AccessMode* access_mode) { in GetAccessModeByMethodName()
/art/profman/
Dboot_image_profile.cc53 std::string method_name(dex_file->GetMethodName(id)); in BootImageRepresentation() local
Dprofman.cc758 std::string method_name(dex_file->GetMethodName(id)); in GetClassNamesAndMethods() local
/art/dexlayout/
Ddexlayout.cc743 const char* method_name = method_id->Name()->Data(); in DumpClassAnnotations() local
754 const char* method_name = method_id->Name()->Data(); in DumpClassAnnotations() local
1080 const char* method_name, in DumpCode()
/art/dexdump/
Ddexdump.cc725 const char* method_name = pDexFile->StringDataByIdx(pMethodId.name_idx_); in dumpClassAnnotations() local
736 const char* method_name = pDexFile->StringDataByIdx(pMethodId.name_idx_); in dumpClassAnnotations() local
1724 const char* method_name = pDexFile->StringDataByIdx(method_name_idx); in dumpCallSite() local
/art/tools/jvmti-agents/breakpoint-logger/
Dbreakpoint_logger.cc30 std::string method_name; member
/art/libdexfile/dex/
Ddex_file-inl.h185 const std::string& method_name, in DecodeDebugLocalInfo()
Ddex_file_verifier.cc184 std::string method_name = GetString(begin, header, method_id->name_idx_); in GetMethodDescription() local
2668 const char* method_name = dex_file_->StringDataByIdx(item->name_idx_); in CheckInterMethodIdItem() local
/art/compiler/optimizing/
Doptimizing_compiler.cc203 static bool IsVerboseMethod(const CompilerOptions& compiler_options, const char* method_name) { in IsVerboseMethod()
1108 std::string method_name = dex_file.PrettyMethod(method_idx); in Compile() local
Dgraph_visualizer.cc466 std::string method_name = (method == nullptr) in VisitInvoke() local
/art/test/712-varhandle-invocations/util-src/
Dgenerate_java.py440 def __init__(self, method_name): argument
/art/compiler/jni/
Djni_compiler_test.cc246 const char* method_name, in CompileForTest()
278 const char* method_name = method_name_str.c_str(); in CompileForTestWithCurrentJni() local
290 const char* method_name = method_name_str.c_str(); in SetUpForTest() local
/art/compiler/dex/
Dinline_method_analyser.cc515 const char* method_name = ref.dex_file->GetMethodName(method_id); in IsSyntheticAccessor() local
/art/runtime/
Dreflection_test.cc92 const char* method_name, in ReflectionTestMakeInterpreted()
/art/runtime/interpreter/
Dinterpreter_common.h1017 const char* method_name = dex_file->GetMethodName(method_id); in IsStringInit() local
/art/test/004-JniTest/
Djni_test.cc443 jmethodID GetMethodID(jclass c, bool nonstatic, const char* method_name) { in GetMethodID()
/art/runtime/jit/
Djit.cc482 std::string method_name(VLOG_IS_ON(jit) ? method->PrettyMethod() : ""); in PrepareForOsr() local
/art/openjdkjvmti/
Dti_method.cc326 const char* method_name = art_method->GetName(); in GetMethodName() local
/art/runtime/verifier/
Dmethod_verifier.cc905 const char* method_name = dex_file_->StringDataByIdx(method_id.name_idx_); in Verify() local
4336 const char* method_name = method->GetName(); in CheckSignaturePolymorphicMethod() local
/art/dex2oat/
Dverifier_deps_test.cc141 bool VerifyMethod(const std::string& method_name) { in VerifyMethod()

123