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

  /art/runtime/
method_helper.cc 73 const char* mid_declaring_class_descriptor = dexfile->StringByTypeIdx(mid.class_idx_);
118 const char* mid_declaring_class_descriptor = dexfile->StringByTypeIdx(mid.class_idx_);
exception_test.cc 136 EXPECT_STREQ("Ljava/io/IOException;", dex_->StringByTypeIdx(iter.GetHandlerTypeIndex()));
139 EXPECT_STREQ("Ljava/lang/Exception;", dex_->StringByTypeIdx(iter.GetHandlerTypeIndex()));
146 EXPECT_STREQ("Ljava/io/IOException;", dex_->StringByTypeIdx(iter.GetHandlerTypeIndex()));
dex_file_test.cc 291 const char* type_str = java_lang_dex_file_->StringByTypeIdx(i);
326 << java_lang_dex_file_->StringByTypeIdx(to_find.class_idx_) << "."
341 << java_lang_dex_file_->StringByTypeIdx(to_find.type_idx_) << " "
342 << java_lang_dex_file_->StringByTypeIdx(to_find.class_idx_) << "."
dex_file.h 520 const char* StringByTypeIdx(uint32_t idx, uint32_t* unicode_length) const {
525 const char* StringByTypeIdx(uint32_t idx) const {
648 return StringByTypeIdx(class_def.class_idx_);
686 return StringByTypeIdx(proto_id.return_type_idx_);
    [all...]
dex_file.cc 848 local_in_reg[reg].descriptor_ = StringByTypeIdx(descriptor_idx);
    [all...]
dex_file_verifier.cc     [all...]
class_linker.cc     [all...]
  /art/compiler/sea_ir/types/
type_inference.cc 60 const char* descriptor = dex_file_->StringByTypeIdx(return_type_idx);
  /art/runtime/verifier/
method_verifier.cc     [all...]
  /art/runtime/native/
dalvik_system_VMRuntime.cc 252 const char* class_name = dex_file->StringByTypeIdx(type_idx);
  /art/compiler/llvm/
gbc_expander.cc     [all...]

Completed in 477 milliseconds