Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_code_cache.cc366 static uintptr_t FromCodeToAllocation(const void* code) { in FromCodeToAllocation() function
472 uintptr_t allocation = FromCodeToAllocation(code_ptr); in FreeCodeAndData()
1053 bitmap_->AtomicTestAndSet(FromCodeToAllocation(code)); in Run()
1104 uintptr_t allocation = FromCodeToAllocation(code_ptr); in RemoveUnmarkedCode()
1131 } else if (!GetLiveBitmap()->Test(FromCodeToAllocation(data.GetCode()))) { in RemoveUnmarkedCode()