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

  /art/compiler/driver/
dex_compilation_unit.h 77 const char* GetShorty(uint32_t* shorty_len) const {
79 return dex_file_->GetMethodShorty(method_id, shorty_len);
  /art/runtime/
reflection.cc 44 ArgArray(const char* shorty, uint32_t shorty_len)
45 : shorty_(shorty), shorty_len_(shorty_len), num_bytes_(0) {
46 size_t num_slots = shorty_len + 1; // +1 in case of receiver.
52 for (size_t i = 1; i < shorty_len; ++i) {
479 uint32_t shorty_len = 0; local
481 method->GetInterfaceMethodIfProxy(kRuntimePointerSize)->GetShorty(&shorty_len);
483 ArgArray arg_array(shorty, shorty_len);
510 uint32_t shorty_len = 0; local
512 method->GetInterfaceMethodIfProxy(kRuntimePointerSize)->GetShorty(&shorty_len);
514 ArgArray arg_array(shorty, shorty_len);
542 uint32_t shorty_len = 0; local
574 uint32_t shorty_len = 0; local
663 uint32_t shorty_len = 0; local
    [all...]
stack.cc 701 uint32_t shorty_len; local
702 const char* shorty = method->GetShorty(&shorty_len);
704 for (uint32_t i = 1; i < shorty_len ; ++i) {
    [all...]
debugger.cc 4071 uint32_t shorty_len = 0; local
    [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 406 uint32_t shorty_len) REQUIRES_SHARED(Locks::mutator_lock_) :
407 is_static_(is_static), shorty_(shorty), shorty_len_(shorty_len),
658 uint32_t shorty_len, ShadowFrame* sf, size_t first_arg_reg) :
659 QuickArgumentVisitor(sp, is_static, shorty, shorty_len), sf_(sf), cur_reg_(first_arg_reg) {}
786 uint32_t shorty_len = 0 local
939 uint32_t shorty_len = 0; local
1017 uint32_t shorty_len = 0; local
1061 uint32_t shorty_len = 0; local
1126 uint32_t shorty_len; local
1395 uint32_t shorty_len; local
2363 uint32_t shorty_len = 0; local
2529 uint32_t shorty_len; local
2662 uint32_t shorty_len; local
    [all...]
  /art/runtime/interpreter/
interpreter.cc 423 uint32_t shorty_len = 0; local
424 const char* shorty = method->GetShorty(&shorty_len);
426 DCHECK_LT(shorty_pos + 1, shorty_len);
interpreter_common.cc 1304 uint32_t shorty_len = 0; local
    [all...]

Completed in 202 milliseconds