HomeSort by relevance Sort by last modified time
    Searched refs:stack_masks_ (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
stack_map_stream.h 72 stack_masks_(allocator->Adapter(kArenaAllocStackMapStream)),
243 ArenaVector<uint8_t> stack_masks_; member in class:art::StackMapStream
stack_map_stream.cc 421 MemoryRegion source(&stack_masks_[i * stack_mask_bytes], stack_mask_bytes);
583 stack_masks_.resize(byte_entry_size * stack_maps_.size(), 0u);
585 // when copying out from stack_masks_.
593 MemoryRegion stack_mask(stack_masks_.data() + index * byte_entry_size, byte_entry_size);

Completed in 492 milliseconds