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

  /art/runtime/
dex_file_test.cc 467 TEST_F(DexFileTest, FindTypeId) {
473 const DexFile::TypeId* type_id = java_lang_dex_file_->FindTypeId(type_str_idx);
474 ASSERT_EQ(type_id, java_lang_dex_file_->FindTypeId(type_str));
art_method.cc 252 const DexFile::TypeId* other_type_id = other_dexfile.FindTypeId(mid_declaring_class_descriptor);
490 dex_file->FindTypeId(method->GetDeclaringClass()->GetDescriptor(&descriptor_storage));
    [all...]
dex_file.cc 791 const DexFile::TypeId* DexFile::FindTypeId(const char* string) const {
830 const DexFile::TypeId* DexFile::FindTypeId(dex::StringIndex string_idx) const {
    [all...]
dex_file.h 575 const TypeId* FindTypeId(const char* string) const;
613 const TypeId* FindTypeId(dex::StringIndex string_idx) const;
    [all...]
class_linker_test.cc     [all...]
oat_file.cc     [all...]
  /art/runtime/openjdkjvmti/
ti_redefine.cc     [all...]
  /art/dex2oat/
dex2oat_test.cc     [all...]
  /art/runtime/mirror/
object_test.cc 359 const DexFile::TypeId* klass_type_id = dex_file->FindTypeId("LStaticsFromCode;");
362 const DexFile::TypeId* type_type_id = dex_file->FindTypeId("Ljava/lang/Object;");
class.cc     [all...]
  /art/profman/
profman.cc 648 const DexFile::TypeId* type_id = dex_file->FindTypeId(klass_descriptor.c_str());
    [all...]
  /art/compiler/
verifier_deps_test.cc 254 const DexFile::TypeId* type_id = dex_file.FindTypeId(cls.c_str());
    [all...]

Completed in 414 milliseconds