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

  /art/runtime/
method_reference.h 87 int param_diff = strcmp(mr1.dex_file->StringByTypeIdx(params1->GetTypeItem(i).type_idx_),
88 mr2.dex_file->StringByTypeIdx(params2->GetTypeItem(i).type_idx_));
imtable-inl.h 69 const DexFile::TypeItem& type = param_types->GetTypeItem(i);
dex_file-inl.h 190 const DexFile::TypeId& param_id = dex_file_->GetTypeId(params->GetTypeItem(i).type_idx_);
192 rhs.dex_file_->GetTypeId(rhs_params->GetTypeItem(i).type_idx_);
dex_file_verifier.cc     [all...]
reflection.cc 241 m->GetClassFromTypeIndex(classes->GetTypeItem(args_offset).type_idx_,
380 dex::TypeIndex type_idx = params->GetTypeItem(i).type_idx_;
    [all...]
dex_file.h 243 const TypeItem& GetTypeItem(uint32_t idx) const {
    [all...]
dex_file.cc     [all...]
art_method.cc 572 auto type_idx = proto_params->GetTypeItem(i).type_idx_;
    [all...]
dex_file_test.cc 487 to_find_types.push_back(to_find_tl->GetTypeItem(j).type_idx_);
class_linker.cc     [all...]
debugger.cc     [all...]
  /art/runtime/native/
java_lang_reflect_Executable.cc 233 this_list->GetTypeItem(i).type_idx_);
235 other_list->GetTypeItem(i).type_idx_);
304 const dex::TypeIndex type_idx = params->GetTypeItem(i).type_idx_;
java_lang_Class.cc 151 const dex::TypeIndex type_idx = iface_list->GetTypeItem(i).type_idx_;
    [all...]
  /art/runtime/openjdkjvmti/
ti_redefine.cc     [all...]
  /art/compiler/debug/
elf_debug_info_writer.h 219 const char* type_desc = dex->StringByTypeIdx(dex_params->GetTypeItem(i).type_idx_);
  /art/dexlayout/
dex_ir.cc 405 type_vector->push_back(GetTypeId(dex_type_list->GetTypeItem(index).type_idx_.index_));
    [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]
  /art/compiler/optimizing/
inliner.cc     [all...]
instruction_builder.cc 478 arg_types->GetTypeItem(shorty_pos - 1).type_idx_,
    [all...]
  /art/dexdump/
dexdump.cc     [all...]
  /art/runtime/interpreter/
interpreter_common.cc     [all...]
  /art/runtime/mirror/
class.cc     [all...]
  /art/compiler/driver/
compiler_driver.cc     [all...]

Completed in 625 milliseconds