OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RegisterNativeAllocation
(Results
1 - 3
of
3
) sorted by null
/art/runtime/native/
dalvik_system_VMRuntime.cc
155
Runtime::Current()->GetHeap()->
RegisterNativeAllocation
(bytes);
212
NATIVE_METHOD(VMRuntime,
registerNativeAllocation
, "(I)V"),
/art/runtime/gc/
heap.h
134
void
RegisterNativeAllocation
(int bytes)
589
// The watermark at which a concurrent GC is requested by
registerNativeAllocation
.
592
// The watermark at which a GC is performed inside of
registerNativeAllocation
.
heap.cc
[
all
...]
Completed in 61 milliseconds