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

/art/runtime/
H A Dmethod_handles.cc387 uint32_t shorty_length = 0; local
388 const char* shorty = method->GetShorty(&shorty_length);
391 // in the shorty_length though the return value is.
392 size_t num_ins = method->IsStatic() ? shorty_length - 1 : shorty_length;
H A Dclass_linker.cc8407 uint32_t shorty_length; local
8408 target.method->GetShorty(&shorty_length);
8409 num_params = shorty_length - 1; // Remove 1 for return value.
8418 uint32_t shorty_length; local
8419 target.method->GetShorty(&shorty_length);
8420 num_params = shorty_length - 1; // Remove 1 for return value.
/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc2505 const size_t shorty_length = strlen(shorty); local
2507 RememberForGcArgumentVisitor gc_visitor(sp, kMethodIsStatic, shorty, shorty_length, &soa);

Completed in 124 milliseconds