OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hprof_class_object_id
(Results
1 - 2
of
2
) sorted by null
/dalvik/vm/hprof/
HprofClass.cpp
73
hprof_class_object_id
hprofLookupClassId(const ClassObject *clazz)
81
return (
hprof_class_object_id
)0;
102
return (
hprof_class_object_id
)clazz;
134
hprofAddIdToRecord(rec, (
hprof_class_object_id
)clazz);
Hprof.h
33
typedef hprof_id
hprof_class_object_id
;
typedef
162
hprof_class_object_id
hprofLookupClassId(const ClassObject *clazz);
Completed in 25 milliseconds