OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:heapbase
(Results
1 - 6
of
6
) sorted by null
/dalvik/vm/alloc/
CardTable.cpp
57
void *
heapBase
= dvmHeapSourceGetBase();
59
assert(
heapBase
!= NULL);
77
((uintptr_t)
heapBase
>> GC_CARD_SHIFT));
HeapSource.cpp
162
char *
heapBase
;
372
hs->heaps[0].base = hs->
heapBase
;
373
hs->heaps[0].limit = hs->
heapBase
+ maximumSize;
374
hs->heaps[0].brk = hs->
heapBase
+ kInitialMorecoreStart;
608
hs->
heapBase
= (char *)base;
704
munmap(hs->
heapBase
, hs->heapLength);
717
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
...]
/external/sonivox/arm-fm-22k/bin/
arm-fm-22k
/external/sonivox/arm-hybrid-22k/bin/
arm-hybrid-22k
/external/sonivox/arm-wt-22k/bin/
arm-wt-22k
Completed in 807 milliseconds