Home
last modified time | relevance | path

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

/art/compiler/jni/quick/
Djni_compiler.cc81 const char* jni_end_shorty; in ArtJniCompileMethodInternal() local
83 jni_end_shorty = "ILL"; in ArtJniCompileMethodInternal()
85 jni_end_shorty = "IL"; in ArtJniCompileMethodInternal()
87 jni_end_shorty = "VL"; in ArtJniCompileMethodInternal()
89 jni_end_shorty = "V"; in ArtJniCompileMethodInternal()
93 JniCallingConvention::Create(is_static, is_synchronized, jni_end_shorty, instruction_set)); in ArtJniCompileMethodInternal()