OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMaxHandles
(Results
1 - 3
of
3
) sorted by null
/art/runtime/
monitor_test.cc
58
static const size_t
kMaxHandles
= 1000000; // Use arbitrary large amount for now.
60
std::unique_ptr<StackHandleScope<
kMaxHandles
>>* hsp,
65
hsp->reset(new StackHandleScope<
kMaxHandles
>(self));
309
std::unique_ptr<StackHandleScope<
kMaxHandles
>> hsp;
/art/runtime/arch/
stub_test.cc
[
all
...]
/external/chromium_org/v8/src/
heap.cc
[
all
...]
Completed in 51 milliseconds