Searched refs:shorty_length (Results 1 – 2 of 2) sorted by relevance
387 uint32_t shorty_length = 0; in GetInsForProxyOrNativeMethod() local388 const char* shorty = method->GetShorty(&shorty_length); in GetInsForProxyOrNativeMethod()392 size_t num_ins = method->IsStatic() ? shorty_length - 1 : shorty_length; in GetInsForProxyOrNativeMethod()
2768 const size_t shorty_length = strlen(shorty); in artInvokePolymorphic() local2770 RememberForGcArgumentVisitor gc_visitor(sp, kMethodIsStatic, shorty, shorty_length, &soa); in artInvokePolymorphic()