Searched refs:type_str (Results 1 – 3 of 3) sorted by relevance
235 const char* type_str = java_lang_dex_file_->StringByTypeIdx(dex::TypeIndex(i)); in TEST_F() local236 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()
913 std::stringstream type_str; in VisitPhi() local914 type_str << phi->GetType(); in VisitPhi()918 type_str.str().c_str())); in VisitPhi()920 std::stringstream type_str; in VisitPhi() local921 type_str << other_phi->GetType(); in VisitPhi()926 type_str.str().c_str())); in VisitPhi()
297 const char* type_str = GetClassLoaderTypeName(type); in ExtractClassLoaderType() local298 if (class_loader_spec.compare(0, strlen(type_str), type_str) == 0) { in ExtractClassLoaderType()