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

  /art/runtime/
method_helper.h 30 : method_(m), shorty_(nullptr), shorty_len_(0) {
49 result = method_->GetShorty(&shorty_len_);
59 return shorty_len_;
67 for (uint32_t i = 1; i < shorty_len_ ; ++i) {
137 uint32_t shorty_len_; member in class:art::MethodHelper
reflection.cc 40 : shorty_(shorty), shorty_len_(shorty_len), num_bytes_(0) {
110 for (size_t i = 1; i < shorty_len_; ++i) {
146 for (size_t i = 1, args_offset = 0; i < shorty_len_; ++i, ++args_offset) {
187 for (size_t i = 1; i < shorty_len_; ++i) {
230 for (size_t i = 1, args_offset = 0; i < shorty_len_; ++i, ++args_offset) {
344 const uint32_t shorty_len_; member in class:art::ArgArray
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 235 is_static_(is_static), shorty_(shorty), shorty_len_(shorty_len),
312 for (uint32_t shorty_index = 1; shorty_index < shorty_len_; ++shorty_index) {
414 const uint32_t shorty_len_; member in class:art::QuickArgumentVisitor
    [all...]

Completed in 111 milliseconds