Home
last modified time | relevance | path

Searched refs:requests (Results 1 – 6 of 6) 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/runtime/
Dmutator_gc_coord.md23 to respond to external requests.
27 point, and check for pending requests. They are currently implemented by
31 A thread responds to suspend requests only when it is "runnable", i.e. logically
64 promptly to suspend requests, it will normally create an object of type
68 pending suspension requests that slid in just before it changed state.
115 : Checkpoint requests are used to get a thread to perform an action
201 checkpoints or suspend requests until weak reference processing has been
203 to respond to nonempty checkpoints and suspend requests cannot directly block
204 the GC. Non-GC checkpoint or suspend requests that target a thread waiting on
233 cannot be blocked for thread suspension requests. This is accomplished by
[all …]
/art/test/552-checker-primitive-typeprop/smali/
DTypePropagation.smali129 # requests float equivalent of p4 phi in loop1 => conflict
/art/build/boot/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt3966 Ljava/net/URLConnection;->requests:Lsun/net/www/MessageHeader;