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

/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc413 cur_type_(Primitive::kPrimVoid), is_split_long_or_double_(false) {
430 return cur_type_;
502 cur_type_ = Primitive::kPrimNot;
511 cur_type_ = Primitive::GetType(shorty_[shorty_index]);
512 switch (cur_type_) {
553 if (kQuickSoftFloatAbi || (cur_type_ == Primitive::kPrimLong)) {
554 if (cur_type_ == Primitive::kPrimLong &&
617 LOG(FATAL) << "Unexpected type: " << cur_type_ << " in " << shorty_;
642 Primitive::Type cur_type_; member in class:art::QuickArgumentVisitor
1925 Primitive::Type cur_type_ local
[all...]

Completed in 142 milliseconds