Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Dart_dex_file_loader_test.cc284 const char* type_str = java_lang_dex_file_->GetTypeDescriptor(dex::TypeIndex(i)); in TEST_F() local
285 const dex::StringId* type_str_id = java_lang_dex_file_->FindStringId(type_str); in TEST_F()
289 ASSERT_EQ(type_id, java_lang_dex_file_->FindTypeId(type_str)); in TEST_F()
/art/compiler/optimizing/
Dgraph_checker.cc1155 std::stringstream type_str; in VisitPhi() local
1156 type_str << phi->GetType(); in VisitPhi()
1160 type_str.str().c_str())); in VisitPhi()
1162 std::stringstream type_str; in VisitPhi() local
1163 type_str << other_phi->GetType(); in VisitPhi()
1168 type_str.str().c_str())); in VisitPhi()
/art/test/utils/
Dregen-test-files633 def add_expected_output_genrule(type_str): argument
634 type_str_long = "standard output" if type_str == "stdout" else "standard error"
/art/runtime/
Dclass_loader_context.cc320 const char* type_str = GetClassLoaderTypeName(type); in ExtractClassLoaderType() local
321 if (class_loader_spec.compare(0, strlen(type_str), type_str) == 0) { in ExtractClassLoaderType()