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

  /art/compiler/optimizing/
stack_map_stream.cc 305 MethodInfo info(region.begin(), method_indices_.size());
306 for (size_t i = 0; i < method_indices_.size(); ++i) {
307 info.SetMethodIndex(i, method_indices_[i]);
314 DCHECK_EQ(count, method_indices_.size());
316 DCHECK_EQ(info.GetMethodIndex(i), method_indices_[i]);
567 CHECK(method_indices_.empty());
568 method_indices_.resize(stack_maps_.size() + inline_infos_.size());
575 method_indices_[index] = method_index;
583 method_indices_[index] = method_index;
585 method_indices_.resize(dedupe.size())
    [all...]
stack_map_stream.h 73 method_indices_(allocator->Adapter(kArenaAllocStackMapStream)),
244 ScopedArenaVector<uint32_t> method_indices_; member in class:art::StackMapStream

Completed in 901 milliseconds