OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hprof_context_t
(Results
1 - 6
of
6
) sorted by null
/dalvik/vm/hprof/
Hprof.h
120
struct
hprof_context_t
{
struct
152
int hprofDumpStrings(
hprof_context_t
*ctx);
164
int hprofDumpClasses(
hprof_context_t
*ctx);
174
int hprofStartHeapDump(
hprof_context_t
*ctx);
175
int hprofFinishHeapDump(
hprof_context_t
*ctx);
177
int hprofSetGcScanState(
hprof_context_t
*ctx,
179
int hprofMarkRootObject(
hprof_context_t
*ctx,
182
int hprofDumpHeapObject(
hprof_context_t
*ctx, const Object *obj);
188
void hprofContextInit(
hprof_context_t
*ctx, char *fileName, int fd,
192
int hprofFlushCurrentRecord(
hprof_context_t
*ctx)
[
all
...]
Hprof.cpp
38
hprof_context_t
* hprofStartup(const char *outputFileName, int fd,
44
hprof_context_t
*ctx = (
hprof_context_t
*)malloc(sizeof(*ctx));
61
bool hprofShutdown(
hprof_context_t
*tailCtx)
70
hprof_context_t
*headCtx = (
hprof_context_t
*)malloc(sizeof(*headCtx));
160
void hprofFreeContext(
hprof_context_t
*ctx)
196
hprof_context_t
*ctx;
206
ctx = (
hprof_context_t
*)arg;
221
hprof_context_t
*ctx = (hprof_context_t *)arg
[
all
...]
HprofString.cpp
76
int hprofDumpStrings(
hprof_context_t
*ctx)
HprofClass.cpp
105
int hprofDumpClasses(
hprof_context_t
*ctx)
HprofOutput.cpp
64
void hprofContextInit(
hprof_context_t
*ctx, char *fileName, int fd,
154
int hprofFlushCurrentRecord(
hprof_context_t
*ctx)
159
int hprofStartNewRecord(
hprof_context_t
*ctx, u1 tag, u4 time)
HprofHeap.cpp
39
int hprofStartHeapDump(
hprof_context_t
*ctx)
48
int hprofFinishHeapDump(
hprof_context_t
*ctx)
53
int hprofSetGcScanState(
hprof_context_t
*ctx,
122
int hprofMarkRootObject(
hprof_context_t
*ctx, const Object *obj, jobject jniObj)
214
int hprofDumpHeapObject(
hprof_context_t
*ctx, const Object *obj)
Completed in 363 milliseconds