OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RootType
(Results
1 - 10
of
10
) sorted by null
/dalvik/hit/src/com/android/hit/
RootObj.java
22
RootType
mType =
RootType
.UNKNOWN;
33
public RootObj(
RootType
type) {
37
public RootObj(
RootType
type, long id) {
41
public RootObj(
RootType
type, long id, int thread, StackTrace stack) {
51
if (mType ==
RootType
.SYSTEM_CLASS) {
70
if (mType ==
RootType
.SYSTEM_CLASS) {
RootType.java
19
public enum
RootType
{
41
RootType
(int type, String name) {
HprofParser.java
246
length -= loadBasicObj(
RootType
.UNKNOWN);
250
length -= loadBasicObj(
RootType
.NATIVE_STATIC);
268
length -= loadBasicObj(
RootType
.SYSTEM_CLASS);
276
length -= loadBasicObj(
RootType
.BUSY_MONITOR);
316
length -= loadBasicObj(
RootType
.INTERNED_STRING);
320
length -= loadBasicObj(
RootType
.FINALIZING);
324
length -= loadBasicObj(
RootType
.DEBUGGER);
328
length -= loadBasicObj(
RootType
.REFERENCE_CLEANUP);
332
length -= loadBasicObj(
RootType
.VM_INTERNAL);
340
length -= loadBasicObj(
RootType
.UNREACHABLE)
[
all
...]
ClassObj.java
74
RootObj root = new RootObj(
RootType
.JAVA_STATIC, id);
/dalvik/vm/alloc/
Visit.h
22
enum
RootType
{
49
typedef void RootVisitor(void *addr, u4 threadId,
RootType
type, void *arg);
Verify.cpp
58
RootType
type, void *arg)
139
RootType
type, void *arg)
Visit.cpp
37
RootType
type, void *arg)
55
u4 threadId,
RootType
type, void *arg)
69
u4 threadId,
RootType
type, void *arg)
CardTable.cpp
289
RootType
type, void *arg)
MarkSweep.cpp
145
static void rootMarkObjectVisitor(void *addr, u4 thread,
RootType
type,
192
static void rootReMarkObjectVisitor(void *addr, u4 thread,
RootType
type,
/dalvik/vm/hprof/
Hprof.cpp
177
static void hprofRootVisitor(void *addr, u4 threadId,
RootType
type, void *arg)
Completed in 2245 milliseconds