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

  /art/runtime/
dex_file-inl.h 102 const DexFile::TypeId& param_id = dex_file_->GetTypeId(params->GetTypeItem(i).type_idx_);
104 rhs.dex_file_->GetTypeId(rhs_params->GetTypeItem(i).type_idx_);
dex_file_verifier.cc     [all...]
dex_file_test.cc 313 to_find_types.push_back(to_find_tl->GetTypeItem(j).type_idx_);
reflection.cc 227 m->GetClassFromTypeIndex(classes->GetTypeItem(args_offset).type_idx_,
363 uint16_t type_idx = params->GetTypeItem(i).type_idx_;
    [all...]
art_method.cc 348 auto type_idx = proto_params->GetTypeItem(i).type_idx_;
dex_file.h 259 const TypeItem& GetTypeItem(uint32_t idx) const {
    [all...]
dex_file.cc     [all...]
class_linker.cc     [all...]
debugger.cc     [all...]
  /art/compiler/debug/
elf_debug_info_writer.h 218 const char* type_desc = dex->StringByTypeIdx(dex_params->GetTypeItem(i).type_idx_);
  /art/dexdump/
dexdump.cc     [all...]
  /art/runtime/interpreter/
interpreter_common.cc 692 params->GetTypeItem(shorty_pos).type_idx_, true /* resolve */, pointer_size);
    [all...]
  /art/runtime/mirror/
class.cc 846 return GetInterfaceTypeList()->GetTypeItem(idx).type_idx_;
    [all...]
  /art/compiler/optimizing/
instruction_builder.cc 455 arg_types->GetTypeItem(shorty_pos - 1).type_idx_,
    [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]

Completed in 1867 milliseconds