Searched defs:type_str (Results 1 - 2 of 2) sorted by relevance

/art/compiler/optimizing/
H A Dgraph_checker.cc301 std::stringstream type_str; local
302 type_str << phi->GetType();
304 phi->GetId(), phi->GetRegNumber(), 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);

Completed in 45 milliseconds