Home
last modified time | relevance | path

Searched refs:FindMethod (Results 1 – 8 of 8) sorted by relevance

/aosp12/system/media/audio_utils/include/audio_utils/
H A DLinearMap.h130 enum FindMethod { enum
226 T findX(T y, FindMethod *method = NULL, double extrapolation = 0.0, T startValue = 0) const {
233 T findY(T x, FindMethod *method = NULL, double extrapolation = 0.0, T startValue = 0) const {
301 T findU(T v, T *uArray, T *vArray, FindMethod *method, in findU()
/aosp12/libnativehelper/
H A DJNIHelp.c53 static jmethodID FindMethod(JNIEnv* env, in FindMethod() function
83 jmethodID getName = FindMethod(env, "java/lang/Class", "getName", "()Ljava/lang/String;"); in GetExceptionSummary()
104 FindMethod(env, "java/lang/Throwable", "getMessage", "()Ljava/lang/String;"); in GetExceptionSummary()
138 FindMethod(env, "java/io/StringWriter", "toString", "()Ljava/lang/String;"); in StringWriterToString()
169 FindMethod(env, "java/lang/Throwable", "printStackTrace", "(Ljava/io/PrintWriter;)V"); in GetStackTrace()
H A DJniConstants.c89 static jmethodID FindMethod(JNIEnv* env, jclass cls, in FindMethod() function
126 FindMethod(g_init_env, CLASS_NAME(cls), name, signature, isStatic); in InitializeConstants()
/aosp12/libnativehelper/include/nativehelper/
H A DJNIHelp.h102 [[maybe_unused]] static jmethodID FindMethod(JNIEnv* env, const char* className, in FindMethod() function
132 jmethodID getName = FindMethod(env, "java/lang/Class", "getName", "()Ljava/lang/String;"); in GetExceptionSummary()
153 FindMethod(env, "java/lang/Throwable", "getMessage", "()Ljava/lang/String;"); in GetExceptionSummary()
187 FindMethod(env, "java/io/StringWriter", "toString", "()Ljava/lang/String;"); in StringWriterToString()
219 FindMethod(env, "java/lang/Throwable", "printStackTrace", "(Ljava/io/PrintWriter;)V"); in GetStackTrace()
/aosp12/art/libdexfile/external/
H A Ddex_file_ext.cc58 inline bool FindMethod(uint32_t dex_offset, /*out*/ ADexFile_Method* result) { in FindMethod() function
227 if (!self->FindMethod(dex_offset, &info)) { in ADexFile_findMethodAtOffset()
/aosp12/art/runtime/interpreter/
H A Dunstarted_runtime.cc2034 static ArtMethod* FindMethod(Thread* self, in FindMethod() function
2050 ArtMethod* method = FindMethod(self, class_linker, Descriptor, Name, Signature); \ in InitializeInvokeHandlers()
2062 ArtMethod* method = FindMethod(self, class_linker, Descriptor, Name, Signature); \ in InitializeJNIHandlers()
/aosp12/art/runtime/jni/
H A Djni_internal.cc567 static ArtMethod* FindMethod(ObjPtr<mirror::Class> c, in FindMethod() function
2541 m = FindMethod<true>(current_class, name, sig); in RegisterNatives()
2547 m = FindMethod<false>(current_class, name, sig); in RegisterNatives()
/aosp12/art/runtime/
H A Dclass_linker.cc7668 ArtMethod* FindMethod(ArtMethod* interface_method,
7784 ArtMethod* ClassLinker::LinkInterfaceMethodsHelper::FindMethod( in FindMethod() function in art::ClassLinker::LinkInterfaceMethodsHelper
8331 ArtMethod* current_method = helper.FindMethod(interface_method, in LinkInterfaceMethods()