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

  /art/compiler/
exception_test.cc 139 EXPECT_STREQ("Ljava/io/IOException;", dex_->StringByTypeIdx(iter.GetHandlerTypeIndex()));
142 EXPECT_STREQ("Ljava/lang/Exception;", dex_->StringByTypeIdx(iter.GetHandlerTypeIndex()));
149 EXPECT_STREQ("Ljava/io/IOException;", dex_->StringByTypeIdx(iter.GetHandlerTypeIndex()));
  /art/dexdump/
dexdump.cc 433 const char* interfaceName = pDexFile->StringByTypeIdx(pTypeItem.type_idx_);
465 (tidx == DexFile::kDexNoIndex16) ? "<any>" : pDexFile->StringByTypeIdx(tidx);
544 const char* tp = pDexFile->StringByTypeIdx(index);
563 const char* backDescriptor = pDexFile->StringByTypeIdx(pMethodId.class_idx_);
574 const char* typeDescriptor = pDexFile->StringByTypeIdx(pFieldId.type_idx_);
575 const char* backDescriptor = pDexFile->StringByTypeIdx(pFieldId.class_idx_);
859 const char* backDescriptor = pDexFile->StringByTypeIdx(pMethodId.class_idx_);
    [all...]
  /art/runtime/
dex_file_test.cc 295 const char* type_str = java_lang_dex_file_->StringByTypeIdx(i);
331 << java_lang_dex_file_->StringByTypeIdx(to_find.class_idx_) << "."
346 << java_lang_dex_file_->StringByTypeIdx(to_find.type_idx_) << " "
347 << java_lang_dex_file_->StringByTypeIdx(to_find.class_idx_) << "."
dex_file.h 574 const char* StringByTypeIdx(uint32_t idx, uint32_t* unicode_length) const {
579 const char* StringByTypeIdx(uint32_t idx) const {
707 return StringByTypeIdx(class_def.class_idx_);
747 return StringByTypeIdx(proto_id.return_type_idx_);
    [all...]
dex_file.cc     [all...]
art_method.cc 173 const char* mid_declaring_class_descriptor = dexfile->StringByTypeIdx(mid.class_idx_);
oat_file_manager.cc 192 return dex_file->StringByTypeIdx(class_def.class_idx_);
dex_file_verifier.cc     [all...]
class_linker.cc     [all...]
  /art/dexlist/
dexlist.cc 105 const char* classDescriptor = pDexFile->StringByTypeIdx(pMethodId.class_idx_);
  /art/runtime/verifier/
method_verifier.cc     [all...]
  /art/compiler/debug/
elf_debug_info_writer.h 218 const char* type_desc = dex->StringByTypeIdx(dex_params->GetTypeItem(i).type_idx_);
  /art/runtime/interpreter/
interpreter.cc 497 const char* class_name = dex_file->StringByTypeIdx(method_id.class_idx_);
  /art/runtime/native/
dalvik_system_VMRuntime.cc 308 const char* class_name = dex_file->StringByTypeIdx(type_idx);
  /art/compiler/driver/
compiler_driver.cc 843 dex_file->StringByTypeIdx(class_def.class_idx_));
    [all...]
  /art/compiler/optimizing/
instruction_builder.cc     [all...]

Completed in 311 milliseconds