Home
last modified time | relevance | path

Searched refs:AppendGenSuspendTestList (Results 1 – 2 of 2) sorted by relevance

/art/compiler/dex/quick/
Dmir_to_lir.cc818 mir_graph_->AppendGenSuspendTestList(bb); in CompileDalvikInstruction()
824 mir_graph_->AppendGenSuspendTestList(bb); in CompileDalvikInstruction()
831 mir_graph_->AppendGenSuspendTestList(bb); in CompileDalvikInstruction()
837 mir_graph_->AppendGenSuspendTestList(bb); in CompileDalvikInstruction()
844 mir_graph_->AppendGenSuspendTestList(bb); in CompileDalvikInstruction()
850 mir_graph_->AppendGenSuspendTestList(bb); in CompileDalvikInstruction()
857 mir_graph_->AppendGenSuspendTestList(bb); in CompileDalvikInstruction()
863 mir_graph_->AppendGenSuspendTestList(bb); in CompileDalvikInstruction()
870 mir_graph_->AppendGenSuspendTestList(bb); in CompileDalvikInstruction()
876 mir_graph_->AppendGenSuspendTestList(bb); in CompileDalvikInstruction()
/art/compiler/dex/
Dmir_graph.h1067 void AppendGenSuspendTestList(BasicBlock* bb) { in AppendGenSuspendTestList() function