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