Home
last modified time | relevance | path

Searched refs:handles (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dmonitor_test.cc61 std::vector<Handle<mirror::Object>>* handles) in FillHeap() argument
89 handles->push_back(h); in FillHeap()
97 handles->push_back(h); in FillHeap()
310 std::vector<Handle<mirror::Object>> handles; in CommonWaitSetup() local
316 FillHeap(self, class_linker, &hsp, &handles); in CommonWaitSetup()
319 auto it = handles.begin(); in CommonWaitSetup()
320 auto end = handles.end(); in CommonWaitSetup()
/art/test/080-oom-throw/
Dinfo.txt2 the JIT'ed code handles OOM exception correctly since it cannot fall back to
/art/test/081-hot-exceptions/
Dinfo.txt1 Make a hot exception-throwing path to stress test how the trace builder handles
/art/runtime/arch/
Dstub_test.cc1080 std::vector<Handle<mirror::Object>> handles; in TEST_F() local
1097 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()