Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dlarge_object_space_test.cc56 std::vector<std::pair<mirror::Object*, size_t>> requests; in LargeObjectTest() local
59 while (requests.size() < num_allocations) { in LargeObjectTest()
72 requests.push_back(std::make_pair(obj, request_size)); in LargeObjectTest()
77 for (size_t j = 0; j < requests.size(); ++j) { in LargeObjectTest()
78 std::swap(requests[j], requests[test_rand(&rand_seed) % requests.size()]); in LargeObjectTest()
84 for (const auto& pair : requests) { in LargeObjectTest()
89 for (const auto& pair : requests) { in LargeObjectTest()
96 size_t limit = phase == 0 ? requests.size() / 2 : 0; in LargeObjectTest()
97 while (requests.size() > limit) { in LargeObjectTest()
98 mirror::Object* obj = requests.back().first; in LargeObjectTest()
[all …]
/art/tools/
Dfindbuildbotwarnings.py26 import requests
38 r = requests.get('https://build.chromium.org/p/client.art/json/builders')
50 r = requests.get(
65 r = requests.get(sl[1] + '/text')
/art/test/472-type-propagation/
Dinfo.txt2 If a phi requests its inputs to be of a certain type, the inputs need
/art/test/552-checker-primitive-typeprop/smali/
DTypePropagation.smali129 # requests float equivalent of p4 phi in loop1 => conflict