Searched refs:requests (Results 1 – 6 of 6) sorted by relevance
56 std::vector<std::pair<mirror::Object*, size_t>> requests; in LargeObjectTest() local59 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 …]
26 import requests38 r = requests.get('https://build.chromium.org/p/client.art/json/builders')50 r = requests.get(65 r = requests.get(sl[1] + '/text')
2 If a phi requests its inputs to be of a certain type, the inputs need
23 to respond to external requests.27 point, and check for pending requests. They are currently implemented by31 A thread responds to suspend requests only when it is "runnable", i.e. logically64 promptly to suspend requests, it will normally create an object of type68 pending suspension requests that slid in just before it changed state.115 : Checkpoint requests are used to get a thread to perform an action201 checkpoints or suspend requests until weak reference processing has been203 to respond to nonempty checkpoints and suspend requests cannot directly block204 the GC. Non-GC checkpoint or suspend requests that target a thread waiting on233 cannot be blocked for thread suspension requests. This is accomplished by[all …]
129 # requests float equivalent of p4 phi in loop1 => conflict
3966 Ljava/net/URLConnection;->requests:Lsun/net/www/MessageHeader;