Home
last modified time | relevance | path

Searched refs:total_allocated (Results 1 – 2 of 2) sorted by relevance

/art/openjdkjvmti/
Dti_allocator.h50 static jvmtiError GetGlobalJvmtiAllocationState(jvmtiEnv* env, jlong* total_allocated);
/art/compiler/optimizing/
Doptimizing_compiler.cc1080 size_t total_allocated = allocator.BytesAllocated() + arena_stack.PeakBytesAllocated(); in Compile() local
1081 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() local
1419 if (total_allocated > kArenaAllocatorMemoryReportThreshold) { in JitCompile()
1422 LOG(INFO) << "Used " << total_allocated << " bytes of arena memory for compiling " in JitCompile()