Home | History | Annotate | Download | only in dex

Lines Matching refs:temp_insn_data_

982   temp_insn_data_ = static_cast<uint16_t*>(
983 temp_scoped_alloc_->Alloc(end * sizeof(*temp_insn_data_), kArenaAllocGrowableArray));
987 // Get unique_class_count and store indexes in temp_insn_data_ using a map on a nested
1032 // Using offset/2 for index into temp_insn_data_.
1033 temp_insn_data_[mir->offset / 2u] = index;
1042 temp_insn_data_ = nullptr;
1106 uint16_t index = temp_insn_data_[mir->offset / 2u];
1151 DCHECK(temp_insn_data_ != nullptr);
1152 temp_insn_data_ = nullptr;
1211 iget_or_iput->meta.ifield_lowering_info = temp_insn_data_[method_index];
1229 temp_insn_data_[method_index] = field_info_index;
1255 temp_insn_data_ = static_cast<uint16_t*>(temp_scoped_alloc_->Alloc(
1256 temp_bit_vector_size_ * sizeof(*temp_insn_data_), kArenaAllocGrowableArray));
1294 DCHECK(temp_insn_data_ != nullptr);
1295 temp_insn_data_ = nullptr;