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 296 MethodInfo info(region.begin(), method_indices_.size());
297 for (size_t i = 0; i < method_indices_.size(); ++i) {
298 info.SetMethodIndex(i, method_indices_[i]);
305 DCHECK_EQ(count, method_indices_.size());
307 DCHECK_EQ(info.GetMethodIndex(i), method_indices_[i]);
558 CHECK(method_indices_.empty());
559 method_indices_.resize(stack_maps_.size() + inline_infos_.size());
566 method_indices_[index] = method_index;
574 method_indices_[index] = method_index;
576 method_indices_.resize(dedupe.size())
    [all...]
stack_map_stream.h 74 method_indices_(allocator->Adapter(kArenaAllocStackMapStream)),
245 ArenaVector<uint32_t> method_indices_; member in class:art::StackMapStream

Completed in 64 milliseconds