Home
last modified time | relevance | path

Searched refs:GetBadLoc (Results 1 – 3 of 3) sorted by relevance

/art/compiler/dex/quick/
Dmir_to_lir.cc391 RegLocation rl_dest = mir_graph_->GetBadLoc(); in CompileDalvikInstruction()
392 RegLocation rl_result = mir_graph_->GetBadLoc(); in CompileDalvikInstruction()
404 rl_src[0] = rl_src[1] = rl_src[2] = mir_graph_->GetBadLoc(); in CompileDalvikInstruction()
/art/compiler/dex/
Dmir_graph.h805 RegLocation GetBadLoc() { in GetBadLoc() function
/art/compiler/dex/portable/
Dmir_to_gbc.cc707 RegLocation rl_dest = mir_graph_->GetBadLoc(); in ConvertMIRNode()
726 rl_src[0] = rl_src[1] = rl_src[2] = mir_graph_->GetBadLoc(); in ConvertMIRNode()