Searched refs:total_allocated (Results 1 – 2 of 2) sorted by relevance
50 static jvmtiError GetGlobalJvmtiAllocationState(jvmtiEnv* env, jlong* total_allocated);
1060 size_t total_allocated = allocator.BytesAllocated() + arena_stack.PeakBytesAllocated(); in Compile() local1061 if (total_allocated > kArenaAllocatorMemoryReportThreshold) { in Compile()1064 LOG(INFO) << "Used " << total_allocated << " bytes of arena memory for compiling " in Compile()1386 size_t total_allocated = allocator.BytesAllocated() + arena_stack.PeakBytesAllocated(); in JitCompile() local1387 if (total_allocated > kArenaAllocatorMemoryReportThreshold) { in JitCompile()1390 LOG(INFO) << "Used " << total_allocated << " bytes of arena memory for compiling " in JitCompile()