Searched refs:allocated (Results 1 – 14 of 14) sorted by relevance
6 Object allocated of type 'java.lang.Object'8 Object allocated of type 'Transform'11 Object allocated of type 'java.util.ArrayList'13 Object allocated of type 'java.lang.Object'14 Object allocated of type 'java.lang.Object'15 Object allocated of type 'Transform'17 Object allocated of type 'java.util.LinkedList'19 Object allocated of type 'java.lang.Object'20 Object allocated of type 'java.util.LinkedList$Node'21 Object allocated of type 'java.lang.Object'[all …]
48 std::atomic<jlong> AllocUtil::allocated; member in openjdkjvmti::AllocUtil55 *allocated_ptr = allocated.load(); in GetGlobalJvmtiAllocationState()78 allocated += malloc_usable_size(ret); in AllocateImpl()90 allocated -= malloc_usable_size(mem); in DeallocateImpl()
56 static std::atomic<jlong> allocated; variable
3 newly allocated object in the non-moving space with a dangling4 reference to an object cleared or moved from a newly allocated region
27 using GetGlobalState = jvmtiError(*)(jvmtiEnv* env, jlong* allocated);76 jlong allocated = -1; in Java_art_Test1900_getAmountAllocated() local77 JvmtiErrorToException(env, jvmti_env, data->get_global_state(jvmti_env, &allocated)); in Java_art_Test1900_getAmountAllocated()78 return allocated; in Java_art_Test1900_getAmountAllocated()
1 Tests the jvmti-extension to get allocated memory snapshot.
2 be (re-)allocated with the right class loader allocator,
85 size_t allocated = static_cast<size_t>(top_ptr_ - top_arena_->Begin()); in UpdateBytesAllocated() local86 if (top_arena_->bytes_allocated_ < allocated) { in UpdateBytesAllocated()87 top_arena_->bytes_allocated_ = allocated; in UpdateBytesAllocated()
19 # Test that catch phis are allocated to a stack slot, and that equivalent catch20 # phis are allocated to the same stack slot.58 # Test that wide catch phis are allocated to two stack slots.
61 # that both vregs allocated correctly.
418 size_t allocated = num_regs_in_large_region * kRegionSize; in AllocLargeInRange() local421 first_reg->SetTop(first_reg->Begin() + allocated); in AllocLargeInRange()440 *bytes_allocated = allocated; in AllocLargeInRange()442 *usable_size = allocated; in AllocLargeInRange()444 *bytes_tl_bulk_allocated = allocated; in AllocLargeInRange()
4030 size_t allocated; in RegisterNativeFree() local4033 allocated = native_bytes_registered_.load(std::memory_order_relaxed); in RegisterNativeFree()4034 new_freed_bytes = std::min(allocated, bytes); in RegisterNativeFree()4038 } while (!native_bytes_registered_.CompareAndSetWeakRelaxed(allocated, in RegisterNativeFree()4039 allocated - new_freed_bytes)); in RegisterNativeFree()
18 # Classes in this file will be allocated into the boot image, and forcibly initialized in