Searched refs:GetStat (Results 1 – 5 of 5) sorted by relevance
123 uint32_t GetStat(MethodCompilationStat stat) const { in GetStat() function130 uint32_t compiled_intrinsics = GetStat(MethodCompilationStat::kCompiledIntrinsic); in Log()131 uint32_t compiled_native_stubs = GetStat(MethodCompilationStat::kCompiledNativeStub); in Log()133 GetStat(MethodCompilationStat::kAttemptBytecodeCompilation); in Log()138 GetStat(MethodCompilationStat::kCompiledBytecode); in Log()
652 os << StringPrintf("alloc-count=%d\n", Runtime::Current()->GetStat(KIND_ALLOCATED_OBJECTS)); in FinishTracing()653 os << StringPrintf("alloc-size=%d\n", Runtime::Current()->GetStat(KIND_ALLOCATED_BYTES)); in FinishTracing()654 os << StringPrintf("gc-count=%d\n", Runtime::Current()->GetStat(KIND_GC_INVOCATIONS)); in FinishTracing()
445 int32_t GetStat(int kind);
1989 int32_t Runtime::GetStat(int kind) { in GetStat() function in art::Runtime
86 return Runtime::Current()->GetStat(kind); in VMDebug_getAllocCount()