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_);
495 void JitMemoryRegion::FreeWritableData(uint8_t* writable_data) REQUIRES(Locks::jit_lock_) { in FreeWritableData() argument496 used_memory_for_data_ -= mspace_usable_size(writable_data); in FreeWritableData()497 mspace_free(data_mspace_, writable_data); in FreeWritableData()
1420 uint8_t* writable_data = private_region_.GetWritableDataAddress(data); in AddProfilingInfoInternal() local1422 new (writable_data) ProfilingInfo(method, inline_cache_entries, branch_cache_entries); in AddProfilingInfoInternal()