Home
last modified time | relevance | path

Searched refs:shorty_length (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dmethod_handles.cc388 uint32_t shorty_length = 0; in GetInsForProxyOrNativeMethod() local
389 const char* shorty = method->GetShorty(&shorty_length); in GetInsForProxyOrNativeMethod()
393 size_t num_ins = method->IsStatic() ? shorty_length - 1 : shorty_length; in GetInsForProxyOrNativeMethod()
Dclass_linker.cc9432 uint32_t shorty_length; in ResolveMethodHandleForMethod() local
9433 target_method->GetShorty(&shorty_length); in ResolveMethodHandleForMethod()
9434 int32_t num_params = static_cast<int32_t>(shorty_length + receiver_count - 1); in ResolveMethodHandleForMethod()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc2519 const size_t shorty_length = strlen(shorty); in artInvokePolymorphic() local
2521 RememberForGcArgumentVisitor gc_visitor(sp, kMethodIsStatic, shorty, shorty_length, &soa); in artInvokePolymorphic()