Searched refs:ct_type_str (Results 1 - 1 of 1) sorted by relevance

/art/compiler/dex/
H A Dmir_optimization.cc284 const char* ct_type_str = nullptr; local
289 ct_type_str = "backend";
292 ct_type_str = "method*";
295 ct_type_str = "VR";
298 ct_type_str = "unknown";
301 LOG(INFO) << "CompilerTemps: A compiler temp of type " << ct_type_str << " that is "
330 LOG(INFO) << "CompilerTemps: Not enough temp(s) of type " << ct_type_str
355 LOG(INFO) << "CompilerTemps: Not enough temp(s) of type " << ct_type_str
365 UNIMPLEMENTED(FATAL) << "No handling for compiler temp type " << ct_type_str << ".";
374 LOG(INFO) << "CompilerTemps: New temp of type " << ct_type_str << " wit
[all...]

Completed in 55 milliseconds