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

  /art/runtime/
dex_file_test.cc 214 const char* type_str = java_lang_dex_file_->StringByTypeIdx(i);
250 << java_lang_dex_file_->StringByTypeIdx(to_find.class_idx_) << "."
265 << java_lang_dex_file_->StringByTypeIdx(to_find.type_idx_) << " "
266 << java_lang_dex_file_->StringByTypeIdx(to_find.class_idx_) << "."
exception_test.cc 119 EXPECT_STREQ("Ljava/io/IOException;", dex_->StringByTypeIdx(iter.GetHandlerTypeIndex()));
122 EXPECT_STREQ("Ljava/lang/Exception;", dex_->StringByTypeIdx(iter.GetHandlerTypeIndex()));
129 EXPECT_STREQ("Ljava/io/IOException;", dex_->StringByTypeIdx(iter.GetHandlerTypeIndex()));
dex_file.h 467 const char* StringByTypeIdx(uint32_t idx, uint32_t* unicode_length) const {
472 const char* StringByTypeIdx(uint32_t idx) const {
596 return StringByTypeIdx(class_def.class_idx_);
634 return StringByTypeIdx(proto_id.return_type_idx_);
931 return dex_file_.StringByTypeIdx(GetTypeIdx());
    [all...]
dex_file_verifier.cc     [all...]
dex_file.cc 600 const char* name = StringByTypeIdx(type_idx, &type_length);
608 const char* name = StringByTypeIdx(return_type_idx, &return_type_length);
759 local_in_reg[reg].descriptor_ = StringByTypeIdx(descriptor_idx);
    [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 730 const char* descriptor = dex_file_->StringByTypeIdx(idx);
763 const char* descriptor = dex_file_->StringByTypeIdx(idx);
    [all...]
  /art/compiler/driver/
compiler_driver.cc     [all...]
  /art/compiler/llvm/
gbc_expander.cc     [all...]

Completed in 610 milliseconds