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

  /art/runtime/
method_helper.cc 75 other_dexfile.FindStringId(mid_declaring_class_descriptor);
81 const DexFile::StringId* other_name = other_dexfile.FindStringId(mid_name);
120 other_dexfile.FindStringId(mid_declaring_class_descriptor);
dex_file_test.cc 273 TEST_F(DexFileTest, FindStringId) {
283 const DexFile::StringId* str_id = raw->FindStringId(str);
292 const DexFile::StringId* type_str_id = java_lang_dex_file_->FindStringId(type_str);
dex_file.cc 429 const StringId* string_id = FindStringId(descriptor);
545 const DexFile::StringId* DexFile::FindStringId(const char* string) const {
564 const DexFile::StringId* DexFile::FindStringId(const uint16_t* string) const {
671 const DexFile::StringId* string_id = FindStringId(descriptor.c_str());
    [all...]
intern_table.cc 181 const DexFile::StringId* string_id = dex_file->FindStringId(utf8.c_str());
dex_file.h 494 const StringId* FindStringId(const char* string) const;
497 const StringId* FindStringId(const uint16_t* string) const;
    [all...]
class_linker_test.cc     [all...]
class_linker.cc     [all...]
  /art/runtime/mirror/
object_test.cc 268 const DexFile::StringId* string_id = java_lang_dex_file_->FindStringId("[I");
328 const DexFile::StringId* klass_string_id = dex_file->FindStringId("LStaticsFromCode;");
334 const DexFile::StringId* type_string_id = dex_file->FindStringId("Ljava/lang/Object;");
340 const DexFile::StringId* name_str_id = dex_file->FindStringId("s0");
  /art/compiler/driver/
compiler_driver-inl.h 138 dex_file->FindStringId(
  /art/compiler/
image_writer.cc 277 string_id = dex_file.FindStringId("");
279 string_id = dex_file.FindStringId(utf16_string);
    [all...]
  /art/compiler/dex/quick/
dex_file_method_inliner.cc 582 const DexFile::StringId* string_id = dex_file->FindStringId(kClassCacheNames[index]);
605 const DexFile::StringId* string_id = dex_file->FindStringId(kNameCacheNames[index]);
    [all...]

Completed in 558 milliseconds