Home
last modified time | relevance | path

Searched refs:FindMethodIndex (Results 1 – 2 of 2) sorted by relevance

/art/test/461-get-reference-vreg/
Dget_reference_vreg_jni.cc52 jint FindMethodIndex(jobject this_value_jobj) { in FindMethodIndex() function
92 return FindMethodIndex(value); in Java_Main_doNativeCallRef()
96 return FindMethodIndex(nullptr); in Java_Main_doStaticNativeCallRef()
/art/profman/
Dprofman.cc945 uint32_t FindMethodIndex(const TypeReference& class_ref, in FindMethodIndex() function in art::ProfMan
1157 const uint32_t method_index = FindMethodIndex(class_ref, method_spec); in ProcessLine()
1209 const uint32_t method_index = FindMethodIndex(class_ref, method_str); in ProcessBootLine()