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

  /art/runtime/
method_helper.cc 78 other_dexfile.FindTypeId(other_dexfile.GetIndexForStringId(*other_descriptor));
123 other_dexfile.FindTypeId(other_dexfile.GetIndexForStringId(*other_descriptor));
dex_file.cc 438 const TypeId* type_id = FindTypeId(GetIndexForStringId(*string_id));
487 const uint32_t name_idx = GetIndexForStringId(name);
522 const uint32_t name_idx = GetIndexForStringId(name);
682 const DexFile::TypeId* type_id = FindTypeId(GetIndexForStringId(*string_id));
    [all...]
dex_file_test.cc 297 uint32_t type_str_idx = java_lang_dex_file_->GetIndexForStringId(*type_str_id);
intern_table.cc 194 uint32_t string_idx = dex_file->GetIndexForStringId(*string_id);
dex_file.h 463 uint32_t GetIndexForStringId(const StringId& string_id) const {
    [all...]
class_linker_test.cc     [all...]
class_linker.cc 526 uint32_t void_string_index = dex_file.GetIndexForStringId(*void_string_id);
    [all...]
  /art/runtime/mirror/
object_test.cc 278 java_lang_dex_file_->GetIndexForStringId(*string_id));
338 dex_file->GetIndexForStringId(*klass_string_id));
344 dex_file->GetIndexForStringId(*type_string_id));
  /art/compiler/driver/
compiler_driver-inl.h 142 dex_file->FindTypeId(dex_file->GetIndexForStringId(*string_id));
  /art/compiler/dex/quick/
dex_file_method_inliner.cc 587 uint32_t string_index = dex_file->GetIndexForStringId(*string_id);
610 *name_index = dex_file->GetIndexForStringId(*string_id);
    [all...]
  /art/compiler/
image_writer.cc 622 uint32_t string_idx = dex_file.GetIndexForStringId(*string_id);
    [all...]

Completed in 94 milliseconds