HomeSort by relevance Sort by last modified time
    Searched refs:shorty_ (Results 1 - 3 of 3) sorted by null

  /art/compiler/jni/quick/
calling_convention.h 33 bool IsReturnAReference() const { return shorty_[0] == 'L'; }
36 return Primitive::GetType(shorty_[0]);
40 size_t result = Primitive::ComponentSize(Primitive::GetType(shorty_[0]));
81 shorty_(shorty) {
87 char ch = shorty_[i];
119 char ch = shorty_[param];
129 char ch = shorty_[param];
139 return shorty_[param] == 'D';
148 return shorty_[param] == 'J';
157 return shorty_[param] == 'L'
209 std::string shorty_; member in class:art::CallingConvention
    [all...]
  /art/runtime/
reflection.cc 39 : shorty_(shorty), shorty_len_(shorty_len), num_bytes_(0) {
104 switch (shorty_[i]) {
126 LOG(FATAL) << "Unexpected shorty character: " << shorty_[i];
140 switch (shorty_[i]) {
166 LOG(FATAL) << "Unexpected shorty character: " << shorty_[i];
181 switch (shorty_[i]) {
200 LOG(FATAL) << "Unexpected shorty character: " << shorty_[i];
224 if (((shorty_[i] == 'L') && (arg != nullptr)) || ((arg == nullptr && shorty_[i] != 'L'))) {
269 switch (shorty_[i])
339 const char* const shorty_; member in class:art::ArgArray
    [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 354 is_static_(is_static), shorty_(shorty), shorty_len_(shorty_len),
458 cur_type_ = Primitive::GetType(shorty_[shorty_index]);
558 LOG(FATAL) << "Unexpected type: " << cur_type_ << " in " << shorty_; local
565 const char* const shorty_; member in class:art::QuickArgumentVisitor
    [all...]

Completed in 367 milliseconds