Searched refs:at_put (Results 1 - 25 of 50) sorted by relevance

12

/openjdk7/hotspot/src/share/vm/utilities/
H A DintHisto.cpp37 _elements->at_put(outcome, new_count);
H A DbitMap.hpp175 void at_put(idx_t index, bool value);
329 void at_put(idx_t slot_index, idx_t bit_within_slot_index, bool value) {
331 _map.at_put(bit_index(slot_index, bit_within_slot_index), value);
H A Darray.hpp152 void at_put(const int i, const etype x) { (*this)[i] = x; } \
243 at_put(i, el); \
H A DbitMap.cpp184 void BitMap::at_put(idx_t offset, bool value) { function in class:BitMap
215 at_put(offset, value);
H A DgrowableArray.hpp247 void at_put(int i, const E& elem) { function in class:GrowableArray
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_ValueStack.hpp104 _locals.at_put(i, NULL);
120 _locals.at_put(i - 1, NULL);
124 _locals.at_put(i, x);
127 _locals.at_put(i + 1, NULL);
146 _stack.at_put(i, x);
H A Dc1_ValueMap.cpp64 _entries.at_put(i, old->entry_at(i));
99 new_entries.at_put(new_index, entry);
141 _entries.at_put(idx, new ValueMapEntry(hash, x, nesting(), entry_at(idx)));
165 _entries.at_put(i, entry->next()); \
225 _entries.at_put(i, NULL);
H A Dc1_FrameMap.cpp192 _argument_locations->at_put(java_index, address->disp() - STACK_BIAS);
193 _incoming_arguments->args()->at_put(i, LIR_OprFact::stack(java_index, as_BasicType(as_ValueType(address->type()))));
215 _argument_locations->at_put(java_index, in_bytes(framesize_in_bytes()) +
H A Dc1_IR.cpp444 void inc_forward_branches(BlockBegin* b) { _forward_branches.at_put(b->block_id(), _forward_branches.at(b->block_id()) + 1); }
445 int dec_forward_branches(BlockBegin* b) { _forward_branches.at_put(b->block_id(), _forward_branches.at(b->block_id()) - 1); return _forward_branches.at(b->block_id()); }
814 _work_list.at_put(insert_idx, _work_list.at(insert_idx - 1));
817 _work_list.at_put(insert_idx, cur);
1232 _predecessors->at_put(sux->block_id(), preds);
1245 _predecessors->at_put(sux->block_id(), preds);
H A Dc1_ValueMap.hpp235 void set_value_map_of(BlockBegin* block, ValueMap* map) { assert(value_map_of(block) == NULL, ""); _value_maps.at_put(block->linear_scan_number(), map); }
H A Dc1_LinearScan.cpp290 _intervals.at_put(reg_num, interval);
456 instructions->at_put(j, NULL); // NULL-instructions are deleted by assign_reg_num
529 _lir_ops.at_put(idx, op);
530 _block_of_op.at_put(idx, block);
1562 sorted_list->at_put(sorted_idx++, cur_interval);
1569 sorted_list->at_put(j + 1, sorted_list->at(j));
1571 sorted_list->at_put(j + 1, cur_interval);
1610 combined_list->at_put(old_idx + new_idx, old_list->at(old_idx));
1613 combined_list->at_put(old_idx + new_idx, new_list->at(new_idx));
2576 _scope_value_cache.at_put(cache_id
[all...]
H A Dc1_GraphBuilder.cpp154 _bci2block->at_put(cur_bci, block);
377 _loop_map.at_put(block->block_id(), 1 << _next_loop_index);
436 _loop_map.at_put(block_id, loop_state);
501 void at_put(ciField* field, Value value) { function in class:FieldBuffer
558 buf->at_put(field, value);
562 _values.at_put(field, value);
633 _fields.at_put(index, new FieldBuffer());
728 bci2block()->at_put(bci, new_block);
801 worklist->at_put(i+1, b);
807 if (i >= -1) worklist->at_put(
[all...]
H A Dc1_ValueStack.cpp101 _locals.at_put(i, NULL);
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DcollectionSetChooser.hpp42 _regions.at_put((int) i, hr);
/openjdk7/hotspot/src/share/vm/interpreter/
H A Drewriter.hpp57 _cp_map.at_put(cp_index, cache_index);
/openjdk7/hotspot/src/share/vm/runtime/
H A DunhandledOops.cpp93 _oop_list->at_put(i, entry);
/openjdk7/hotspot/src/share/vm/opto/
H A Dlcm.cpp584 ready_cnt.at_put(n->_idx, n_cnt);
601 ready_cnt.at_put(m->_idx, m_cnt);
707 ready_cnt.at_put(n->_idx, local); // Count em up
741 ready_cnt.at_put(_nodes[i2]->_idx, 0);
751 ready_cnt.at_put(m->_idx, m_cnt); // Fix ready count
859 ready_cnt.at_put(m->_idx, m_cnt);
H A Dmacro.cpp421 values.at_put(j, in);
426 values.at_put(j, _igvn.zerocon(ft));
436 values.at_put(j, mem);
438 values.at_put(j, val->in(MemNode::ValueIn));
440 values.at_put(j, _igvn.zerocon(ft));
446 values.at_put(j, val);
H A Dreg_split.cpp155 splits.at_put(slidx, splits.at(slidx)+1);
195 splits.at_put(slidx, splits.at(slidx)+1);
390 splits.at_put(slidx, splits.at(slidx)+1);
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.hpp365 _bb_hdr_bits.at_put(bci, true);
368 _bb_hdr_bits.at_put(bci, false);
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp222 _block_map->at_put(start_bci, _block_list[blk]);
497 answer.at_put(0, true);
946 _gen.at_put(local, true);
957 _kill.at_put(local, true);
/openjdk7/hotspot/src/share/vm/ci/
H A DciObjectFactory.cpp653 objects->at_put(pos+1,objects->at(pos));
655 objects->at_put(index, obj);
/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.hpp322 _cp_patches->at_put(index, Handle());
/openjdk7/hotspot/src/share/vm/code/
H A Ddependencies.hpp220 _dep_seen->at_put(x_id, seen | (1<<dept));
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DmarkSweep.cpp219 _root_refs_stack->at_put(index, last);

Completed in 628 milliseconds

12