Searched defs:type_str (Results 1 - 2 of 2) sorted by last modified time

/art/compiler/optimizing/
H A Dgraph_checker.cc804 std::stringstream type_str; local
805 type_str << phi->GetType();
809 type_str.str().c_str()));
811 std::stringstream type_str; local
812 type_str << other_phi->GetType();
817 type_str.str().c_str()));
/art/runtime/
H A Ddex_file_test.cc295 const char* type_str = java_lang_dex_file_->StringByTypeIdx(i); local
296 const DexFile::StringId* type_str_id = java_lang_dex_file_->FindStringId(type_str);
300 ASSERT_EQ(type_id, java_lang_dex_file_->FindTypeId(type_str));

Completed in 83 milliseconds