Lines Matching defs:shorty_len

406                        uint32_t shorty_len) REQUIRES_SHARED(Locks::mutator_lock_) :
407 is_static_(is_static), shorty_(shorty), shorty_len_(shorty_len),
658 uint32_t shorty_len, ShadowFrame* sf, size_t first_arg_reg) :
659 QuickArgumentVisitor(sp, is_static, shorty, shorty_len), sf_(sf), cur_reg_(first_arg_reg) {}
786 uint32_t shorty_len = 0;
790 const char* shorty = non_proxy_method->GetShorty(&shorty_len);
805 BuildQuickShadowFrameVisitor shadow_frame_builder(sp, method->IsStatic(), shorty, shorty_len,
866 BuildQuickArgumentVisitor(ArtMethod** sp, bool is_static, const char* shorty, uint32_t shorty_len,
868 QuickArgumentVisitor(sp, is_static, shorty, shorty_len), soa_(soa), args_(args) {}
939 uint32_t shorty_len = 0;
940 const char* shorty = non_proxy_method->GetShorty(&shorty_len);
942 sp, /* is_static */ false, shorty, shorty_len, &soa, &args);
975 uint32_t shorty_len,
977 : QuickArgumentVisitor(sp, /* is_static */ false, shorty, shorty_len),
981 CHECK_LT(arg_pos, shorty_len) << "Argument position greater than the number arguments";
1017 uint32_t shorty_len = 0;
1018 const char* shorty = non_proxy_method->GetShorty(&shorty_len);
1019 GetQuickReferenceArgumentAtVisitor ref_arg_visitor(sp, shorty, shorty_len, arg_pos);
1031 uint32_t shorty_len)
1032 : QuickArgumentVisitor(sp, is_static, shorty, shorty_len) {}
1061 uint32_t shorty_len = 0;
1062 const char* shorty = non_proxy_method->GetShorty(&shorty_len);
1063 GetQuickReferenceArgumentsVisitor ref_args_visitor(sp, /* is_static */ false, shorty, shorty_len);
1074 uint32_t shorty_len, ScopedObjectAccessUnchecked* soa) :
1075 QuickArgumentVisitor(sp, is_static, shorty, shorty_len), soa_(soa) {}
1126 uint32_t shorty_len;
1128 method->GetInterfaceMethodIfProxy(kRuntimePointerSize)->GetShorty(&shorty_len);
1131 RememberForGcArgumentVisitor visitor(sp, is_static, shorty, shorty_len, &soa);
1395 uint32_t shorty_len;
1397 called_method.dex_file->GetMethodShorty(called_method.GetMethodId(), &shorty_len);
1398 RememberForGcArgumentVisitor visitor(sp, invoke_type == kStatic, shorty, shorty_len, &soa);
1919 void Walk(const char* shorty, uint32_t shorty_len) REQUIRES_SHARED(Locks::mutator_lock_) {
1924 for (uint32_t i = 1; i < shorty_len; ++i) {
2048 uint8_t* ComputeLayout(Thread* self, ArtMethod*** m, const char* shorty, uint32_t shorty_len,
2052 Walk(shorty, shorty_len);
2148 uint32_t shorty_len,
2150 : QuickArgumentVisitor(*sp, is_static, shorty, shorty_len),
2157 bottom_of_used_area_ = fsc.ComputeLayout(self, sp, shorty, shorty_len,
2363 uint32_t shorty_len = 0;
2364 const char* shorty = called->GetShorty(&shorty_len);
2374 shorty_len,
2476 shorty_len >= 3 &&
2529 uint32_t shorty_len;
2530 const char* shorty = dex_file->GetMethodShorty(dex_file->GetMethodId(method_idx), &shorty_len);
2534 RememberForGcArgumentVisitor visitor(sp, type == kStatic, shorty, shorty_len, &soa);
2662 uint32_t shorty_len;
2664 &shorty_len);
2668 RememberForGcArgumentVisitor visitor(sp, false, shorty, shorty_len, &soa);