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

/art/runtime/
H A Dmethod_handles.cc385 uint32_t shorty_length = 0; local
386 const char* shorty = method->GetShorty(&shorty_length);
389 // in the shorty_length though the return value is.
390 size_t num_ins = method->IsStatic() ? shorty_length - 1 : shorty_length;
H A Dclass_linker.cc8467 uint32_t shorty_length; local
8468 target_method->GetShorty(&shorty_length);
8469 int32_t num_params = static_cast<int32_t>(shorty_length + receiver_count - 1);
/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc2769 const size_t shorty_length = strlen(shorty); local
2771 RememberForGcArgumentVisitor gc_visitor(sp, kMethodIsStatic, shorty, shorty_length, &soa);

Completed in 105 milliseconds