Searched refs:shorty_ (Results 1 - 5 of 5) sorted by relevance

/art/compiler/jni/quick/
H A Dcalling_convention.h33 bool IsReturnAReference() const { return shorty_[0] == 'L'; }
36 return Primitive::GetType(shorty_[0]);
40 size_t result = Primitive::ComponentSize(Primitive::GetType(shorty_[0]));
83 shorty_(shorty) {
89 char ch = shorty_[i];
121 char ch = shorty_[param];
131 char ch = shorty_[param];
141 return shorty_[param] == 'D';
150 return shorty_[param] == 'J';
159 return shorty_[para
217 std::string shorty_; member in class:art::CallingConvention
[all...]
/art/runtime/
H A Dreflection.cc45 : shorty_(shorty), shorty_len_(shorty_len), num_bytes_(0) {
111 switch (shorty_[i]) {
133 LOG(FATAL) << "Unexpected shorty character: " << shorty_[i];
147 switch (shorty_[i]) {
175 LOG(FATAL) << "Unexpected shorty character: " << shorty_[i];
190 switch (shorty_[i]) {
209 LOG(FATAL) << "Unexpected shorty character: " << shorty_[i];
239 if (((shorty_[i] == 'L') && (arg != nullptr)) ||
240 ((arg == nullptr && shorty_[i] != 'L'))) {
289 switch (shorty_[
359 const char* const shorty_; member in class:art::__anon174::ArgArray
[all...]
/art/runtime/jit/
H A Djit_code_cache.cc62 : shorty_(method->GetShorty()),
83 return strcmp(shorty_, rhs.shorty_) < 0;
91 DCHECK_STREQ(shorty_, shorty);
92 shorty_ = shorty;
98 mutable const char* shorty_; member in class:art::jit::JitCodeCache::JniStubKey
/art/dexlayout/
H A Ddex_ir.h677 : shorty_(shorty), return_type_(return_type), parameters_(parameters)
683 const StringId* Shorty() const { return shorty_; }
690 const StringId* shorty_; member in class:art::dex_ir::ProtoId
/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc407 is_static_(is_static), shorty_(shorty), shorty_len_(shorty_len),
511 cur_type_ = Primitive::GetType(shorty_[shorty_index]);
617 LOG(FATAL) << "Unexpected type: " << cur_type_ << " in " << shorty_; local
624 const char* const shorty_; member in class:art::QuickArgumentVisitor

Completed in 117 milliseconds