OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GcMarkContext
(Results
1 - 3
of
3
) sorted by null
/dalvik/vm/alloc/
MarkSweep.h
42
struct
GcMarkContext
{
MarkSweep.cpp
35
static bool isMarked(const Object *obj, const
GcMarkContext
*ctx)
91
GcMarkContext
*ctx = &gDvm.gcHeap->markContext;
101
static long setAndReturnMarkBit(
GcMarkContext
*ctx, const void *obj)
106
static void markObjectNonNull(const Object *obj,
GcMarkContext
*ctx,
133
static void markObject(const Object *obj,
GcMarkContext
*ctx)
151
GcMarkContext
*ctx = (
GcMarkContext
*)arg;
198
GcMarkContext
*ctx = (
GcMarkContext
*)arg;
209
GcMarkContext
*ctx = &gDvm.gcHeap->markContext
[
all
...]
HeapInternal.h
46
GcMarkContext
markContext;
Completed in 33 milliseconds