HomeSort by relevance Sort by last modified time
    Searched refs:shorty_length (Results 1 - 3 of 3) sorted by null

  /art/runtime/
method_handles.cc 387 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;
    [all...]
class_linker.cc 8407 uint32_t shorty_length; local
8418 uint32_t shorty_length; local
    [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 2505 const size_t shorty_length = strlen(shorty); local
    [all...]

Completed in 91 milliseconds