HomeSort by relevance Sort by last modified time
    Searched refs:StringByTypeIdx (Results 1 - 12 of 12) 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 137 EXPECT_STREQ("Ljava/io/IOException;", dex_->StringByTypeIdx(iter.GetHandlerTypeIndex()));
140 EXPECT_STREQ("Ljava/lang/Exception;", dex_->StringByTypeIdx(iter.GetHandlerTypeIndex()));
147 EXPECT_STREQ("Ljava/io/IOException;", dex_->StringByTypeIdx(iter.GetHandlerTypeIndex()));
dex_file_test.cc 294 const char* type_str = java_lang_dex_file_->StringByTypeIdx(i);
329 << java_lang_dex_file_->StringByTypeIdx(to_find.class_idx_) << "."
344 << java_lang_dex_file_->StringByTypeIdx(to_find.type_idx_) << " "
345 << java_lang_dex_file_->StringByTypeIdx(to_find.class_idx_) << "."
dex_file.h 523 const char* StringByTypeIdx(uint32_t idx, uint32_t* unicode_length) const {
528 const char* StringByTypeIdx(uint32_t idx) const {
651 return StringByTypeIdx(class_def.class_idx_);
690 return StringByTypeIdx(proto_id.return_type_idx_);
    [all...]
dex_file.cc 855 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/driver/
compiler_driver.cc     [all...]
  /art/compiler/llvm/
gbc_expander.cc     [all...]

Completed in 405 milliseconds