OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:return_shorty
(Results
1 - 2
of
2
) sorted by null
/art/compiler/jni/portable/
jni_compiler.cc
69
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/
instrumentation.cc
510
char
return_shorty
= MethodHelper(method).GetShorty()[0];
local
512
if (
return_shorty
== 'V') {
514
} else if (
return_shorty
== 'F' ||
return_shorty
== 'D') {
Completed in 2052 milliseconds