/art/compiler/jni/quick/ |
calling_convention.h | 30 bool IsReturnAReference() const { return shorty_[0] == 'L'; } 33 return Primitive::GetType(shorty_[0]); 37 size_t result = Primitive::ComponentSize(Primitive::GetType(shorty_[0])); 70 shorty_(shorty) { 75 char ch = shorty_[i]; 97 char ch = shorty_[param]; 107 return shorty_[param] == 'L'; 125 size_t result = Primitive::ComponentSize(Primitive::GetType(shorty_[param])); 132 return shorty_.c_str(); 150 std::string shorty_; member in class:art::CallingConvention [all...] |
/art/runtime/ |
invoke_arg_array_builder.h | 46 : shorty_(shorty), shorty_len_(shorty_len), num_bytes_(0) { 100 switch (shorty_[i]) { 138 switch (shorty_[i]) { 176 switch (shorty_[i]) { 199 const char* const shorty_; member in class:art::ArgArray
|
object_utils.h | 377 : class_linker_(NULL), dex_cache_(NULL), dex_file_(NULL), method_(NULL), shorty_(NULL), 382 : class_linker_(NULL), dex_cache_(NULL), dex_file_(NULL), method_(NULL), shorty_(NULL), 389 : class_linker_(l), dex_cache_(NULL), dex_file_(NULL), method_(NULL), shorty_(NULL), 410 shorty_ = NULL; 446 const char* result = shorty_; 451 shorty_ = result; 457 if (shorty_ == NULL) { 672 const char* shorty_; member in class:art::MethodHelper
|
/art/runtime/entrypoints/quick/ |
quick_trampoline_entrypoints.cc | 121 is_static_(is_static), shorty_(shorty), shorty_len_(shorty_len), 147 return Primitive::GetType(shorty_[index]); 211 const char* const shorty_; member in class:art::QuickArgumentVisitor
|