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