Searched refs:handles (Results 1 – 4 of 4) sorted by relevance
61 std::vector<Handle<mirror::Object>>* handles) in FillHeap() argument89 handles->push_back(h); in FillHeap()97 handles->push_back(h); in FillHeap()310 std::vector<Handle<mirror::Object>> handles; in CommonWaitSetup() local316 FillHeap(self, class_linker, &hsp, &handles); in CommonWaitSetup()319 auto it = handles.begin(); in CommonWaitSetup()320 auto end = handles.end(); in CommonWaitSetup()
2 the JIT'ed code handles OOM exception correctly since it cannot fall back to
1 Make a hot exception-throwing path to stress test how the trace builder handles
1080 std::vector<Handle<mirror::Object>> handles; in TEST_F() local1097 handles.push_back(h); in TEST_F()1100 LOG(INFO) << "Used " << handles.size() << " arrays to fill space."; in TEST_F()1106 handles.push_back(h); in TEST_F()