OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:heapBase
(Results
1 - 3
of
3
) sorted by null
/dalvik/vm/alloc/
CardTable.cpp
58
void *
heapBase
= dvmHeapSourceGetBase();
60
assert(
heapBase
!= NULL);
76
((uintptr_t)
heapBase
>> GC_CARD_SHIFT));
HeapSource.cpp
164
char *
heapBase
;
382
hs->heaps[0].base = hs->
heapBase
;
383
hs->heaps[0].limit = hs->
heapBase
+ maximumSize;
384
hs->heaps[0].brk = hs->
heapBase
+ kInitialMorecoreStart;
398
size_t rem_size = hs->
heapBase
+ hs->heapLength - newHeapBase;
655
hs->
heapBase
= (char *)base;
751
munmap(hs->
heapBase
, hs->heapLength);
764
return gHs->
heapBase
;
[
all
...]
/frameworks/base/core/jni/
android_hardware_Camera.cpp
234
uint8_t *
heapBase
= (uint8_t*)heap->base();
236
if (
heapBase
!= NULL) {
237
const jbyte* data = reinterpret_cast<const jbyte*>(
heapBase
+ offset);
[
all
...]
Completed in 69 milliseconds