Searched refs:writable_data (Results 1 – 3 of 3) sorted by relevance
86 void FreeData(uint8_t* writable_data) REQUIRES(Locks::jit_lock_) = delete;87 void FreeWritableData(uint8_t* writable_data) REQUIRES(Locks::jit_lock_);
499 void JitMemoryRegion::FreeWritableData(uint8_t* writable_data) REQUIRES(Locks::jit_lock_) { in FreeWritableData() argument500 used_memory_for_data_ -= mspace_usable_size(writable_data); in FreeWritableData()501 mspace_free(data_mspace_, writable_data); in FreeWritableData()
1472 uint8_t* writable_data = private_region_.GetWritableDataAddress(data); in AddProfilingInfoInternal() local1473 ProfilingInfo* info = new (writable_data) ProfilingInfo(method, entries); in AddProfilingInfoInternal()