Searched defs:return_shorty (Results 1 - 2 of 2) sorted by relevance

/art/compiler/jni/portable/
H A Djni_compiler.cc69 char const return_shorty = dex_file->GetMethodShorty(method_id)[0]; local
203 bool is_return_ref = return_shorty == 'L';
232 switch (return_shorty) {
/art/runtime/
H A Dinstrumentation.cc1070 char return_shorty = method->GetShorty(&length)[0]; local
1072 if (return_shorty == 'V') {
1074 } else if (return_shorty == 'F' || return_shorty == 'D') {

Completed in 440 milliseconds