Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_graph.h1068 if (gen_suspend_test_list_.Size() == 0 || in AppendGenSuspendTestList()
1069 gen_suspend_test_list_.Get(gen_suspend_test_list_.Size() - 1) != bb) { in AppendGenSuspendTestList()
1070 gen_suspend_test_list_.Insert(bb); in AppendGenSuspendTestList()
1202 GrowableArray<BasicBlock*> gen_suspend_test_list_; // List of blocks containing suspend tests variable
Dmir_graph.cc127 gen_suspend_test_list_(arena, 0u) { in MIRGraph()
1797 for (idx = gen_suspend_test_list_.Size() - 1; idx >= 0; idx--) { in HasSuspendTestBetween()
1798 BasicBlock* bb = gen_suspend_test_list_.Get(idx); in HasSuspendTestBetween()