Home
last modified time | relevance | path

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

/art/runtime/base/
Dscoped_arena_allocator.cc86 size_t allocated = static_cast<size_t>(top_ptr_ - top_arena_->Begin()); in UpdateBytesAllocated() local
87 if (top_arena_->bytes_allocated_ < allocated) { in UpdateBytesAllocated()
88 top_arena_->bytes_allocated_ = allocated; in UpdateBytesAllocated()
/art/test/510-checker-try-catch/smali/
DRegisterAllocator.smali19 # Test that catch phis are allocated to a stack slot, and that equivalent catch
20 # phis are allocated to the same stack slot.
58 # Test that wide catch phis are allocated to two stack slots.
DRuntime.smali61 # that both vregs allocated correctly.
/art/runtime/interpreter/mterp/
DREADME.txt26 each handler is allocated a fixed region, allowing transitions to