• Home
  • Raw
  • Download

Lines Matching defs:idx

623   bool IsPartialNoEscape(HBasicBlock* blk, size_t idx) {  in IsPartialNoEscape()
1006 size_t idx = heap_location_collector_.GetFieldHeapLocation(object, &field); in VisitInstanceFieldSet() local
1020 size_t idx = heap_location_collector_.GetFieldHeapLocation(cls, &field); in VisitStaticFieldSet() local
1029 size_t idx = heap_location_collector_.GetArrayHeapLocation(instruction); in VisitArraySet() local
1038 size_t idx = heap_location_collector_.GetArrayHeapLocation(instruction); in VisitVecStore() local
1581 LSEVisitor::Value LSEVisitor::PrepareLoopValue(HBasicBlock* block, size_t idx) { in PrepareLoopValue()
1613 LSEVisitor::Value LSEVisitor::PrepareLoopStoredBy(HBasicBlock* block, size_t idx) { in PrepareLoopStoredBy()
1648 for (size_t idx = 0u; idx != num_heap_locations; ++idx) { in PrepareLoopRecords() local
1659 for (size_t idx = 0u; idx != num_heap_locations; ++idx) { in PrepareLoopRecords() local
1664 LSEVisitor::Value LSEVisitor::MergePredecessorValues(HBasicBlock* block, size_t idx) { in MergePredecessorValues()
1716 for (size_t idx = 0u; idx != num_heap_locations; ++idx) { in MergePredecessorRecords() local
1778 size_t idx = phi_placeholder.GetHeapLocation(); in MaterializeNonLoopPhis() local
1836 void LSEVisitor::VisitGetLocation(HInstruction* instruction, size_t idx) { in VisitGetLocation()
1884 void LSEVisitor::VisitSetLocation(HInstruction* instruction, size_t idx, HInstruction* value) { in VisitSetLocation()
2015 size_t idx = current_phi_placeholder.GetHeapLocation(); in TryReplacingLoopPhiPlaceholderWithDefault() local
2099 size_t idx = current_phi_placeholder.GetHeapLocation(); in TryReplacingLoopPhiPlaceholderWithSingleInput() local
2161 size_t idx = current_phi_placeholder.GetHeapLocation(); in FindLoopPhisToMaterialize() local
2244 size_t idx = phi_placeholder.GetHeapLocation(); in MaterializeLoopPhis() local
2284 size_t idx = phi_placeholder.GetHeapLocation(); in MaterializeLoopPhis() local
2326 size_t idx = phi_placeholder.GetHeapLocation(); in MaterializeLoopPhis() local
2401 size_t idx = current_phi_placeholder.GetHeapLocation(); in MaterializeLoopPhis() local
2552 auto get_initial_value = [this](HBasicBlock* block, size_t idx) { in ProcessLoopPhiWithUnknownInput()
2583 size_t idx = loads_and_stores_[loads_and_stores_index].heap_location_index; in ProcessLoopPhiWithUnknownInput() local
2651 for (size_t idx = 0; idx != num_heap_locations; ++idx) { in ProcessLoopPhiWithUnknownInput() local
2731 size_t idx = phi_placeholder.GetHeapLocation(); in SearchPhiPlaceholdersForKeptStores() local
3066 void AddHeapLocation(size_t idx) { in AddHeapLocation()
3476 size_t idx = GetMaterializationBlockIndex(entry, pred_num); in GetOrCreateMaterializationBlock() local