Home
last modified time | relevance | path

Searched refs:type_str (Results 1 – 3 of 3) sorted by relevance

/art/libdexfile/dex/
Dart_dex_file_loader_test.cc235 const char* type_str = java_lang_dex_file_->StringByTypeIdx(dex::TypeIndex(i)); in TEST_F() local
236 const dex::StringId* type_str_id = java_lang_dex_file_->FindStringId(type_str); in TEST_F()
240 ASSERT_EQ(type_id, java_lang_dex_file_->FindTypeId(type_str)); in TEST_F()
/art/compiler/optimizing/
Dgraph_checker.cc913 std::stringstream type_str; in VisitPhi() local
914 type_str << phi->GetType(); in VisitPhi()
918 type_str.str().c_str())); in VisitPhi()
920 std::stringstream type_str; in VisitPhi() local
921 type_str << other_phi->GetType(); in VisitPhi()
926 type_str.str().c_str())); in VisitPhi()
/art/runtime/
Dclass_loader_context.cc297 const char* type_str = GetClassLoaderTypeName(type); in ExtractClassLoaderType() local
298 if (class_loader_spec.compare(0, strlen(type_str), type_str) == 0) { in ExtractClassLoaderType()