Searched refs:at_put_grow (Results 1 - 17 of 17) sorted by relevance

/openjdk10/hotspot/src/share/vm/gc/g1/
H A DcollectionSetChooser.hpp45 _regions.at_put_grow((int) i, hr);
/openjdk10/hotspot/src/share/vm/interpreter/
H A Drewriter.hpp174 _invokedynamic_references_map.at_put_grow(index, cache_index, -1);
/openjdk10/hotspot/src/share/vm/opto/
H A Dchaitin.hpp345 _names.at_put_grow(idx, lrg_id);
349 _uf_map.at_put_grow(dst_lrg_id, src_lrg_id);
H A Dsuperword.hpp358 void set_bb_idx(Node* n, int i) { _bb_idx.at_put_grow(n->_idx, i); }
370 void grow_node_info(int i) { if (i >= _node_info.length()) _node_info.at_put_grow(i, SWNodeInfo::initial); }
H A Dsuperword.cpp385 _post_block.at_put_grow(rpo_idx++, n);
2748 _block.at_put_grow(rpo_idx, n);
2819 _block.at_put_grow(i+1, _block.at(i));
2822 _node_info.at_put_grow(j+1, _node_info.at(j));
2825 _block.at_put_grow(n_pos, n);
2826 _node_info.at_put_grow(n_pos, SWNodeInfo::initial);
3975 _map.at_put_grow(node->_idx, m);
H A Dblock.hpp511 _node_latency->at_put_grow(node->_idx, latency);
H A Dchaitin.cpp154 _uf_map.at_put_grow(_max_lrg_id, 0);
/openjdk10/hotspot/src/share/vm/utilities/
H A DbitMap.hpp425 void at_put_grow(idx_t slot_index, idx_t bit_within_slot_index, bool value);
H A DbitMap.inline.hpp345 inline void BitMap2D::at_put_grow(idx_t slot_index, idx_t bit_within_slot_index, bool value) { function in class:BitMap2D
H A DgrowableArray.hpp288 void at_put_grow(int i, const E& elem, const E& fill = E()) { function in class:GrowableArray
/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.cpp62 _virtual_operands.at_put_grow(max_vregs - 1, NULL, NULL);
64 _other_operands.at_put_grow(max_vregs - 1, NULL, NULL);
66 _vreg_table.at_put_grow(max_vregs - 1, NULL, NULL);
214 _gen->_instruction_for_operand.at_put_grow(opr->vreg_number(), value(), NULL);
1367 _instruction_for_operand.at_put_grow(x->operand()->vreg_number(), x, NULL);
1395 _vreg_flags.at_put_grow(vreg_num, f, true);
2824 _instruction_for_operand.at_put_grow(dest->vreg_number(), local, NULL);
H A Dc1_LIRGenerator.hpp221 _instruction_for_operand.at_put_grow(opr->vreg_number(), x, NULL);
H A Dc1_GraphBuilder.cpp514 _values.at_put_grow(offset, value, NULL);
571 _objects.at_put_grow(offset, object, NULL);
H A Dc1_LinearScan.cpp1269 _intervals.at_put_grow(num_virtual_regs() - 1, NULL, NULL);
/openjdk10/hotspot/src/share/vm/prims/
H A DjvmtiEnvBase.cpp456 prefix_array->at_put_grow(total_count++, prefix_copy);
/openjdk10/hotspot/src/share/vm/services/
H A DheapDumper.cpp1447 _klass_map->at_put_grow(serial_num, k);
/openjdk10/hotspot/src/cpu/x86/vm/
H A DsharedRuntime_x86_64.cpp1681 killer.at_put_grow(s->dst_id(), s, NULL);

Completed in 219 milliseconds