Searched refs:insert_before (Results 1 - 19 of 19) sorted by relevance

/openjdk10/hotspot/src/share/vm/ci/
H A DciConstantPoolCache.cpp73 _keys->insert_before(pos, index);
74 _elements->insert_before(pos, elem);
H A DciObjectFactory.cpp315 _ci_metadata->insert_before(index, new_object);
/openjdk10/hotspot/src/cpu/zero/vm/
H A DcppInterpreter_zero.hpp46 static void insert_vmslots(int insert_before, int num_slots, TRAPS);
H A DcppInterpreter_zero.cpp659 // The new slots will be inserted before slot insert_before.
660 // Slots < insert_before will have the same slot number after the insert.
661 // Slots >= insert_before will become old_slot + num_slots.
662 void CppInterpreter::insert_vmslots(int insert_before, int num_slots, TRAPS) { argument
672 for (int i = 0; i < insert_before; i++)
/openjdk10/hotspot/test/native/utilities/
H A Dtest_linkedlist.cpp83 ll.insert_before(one, node);
/openjdk10/hotspot/src/share/vm/utilities/
H A DgrowableArray.hpp358 void insert_before(const int idx, const E& elem) { function in class:GrowableArray
369 void insert_before(const int idx, const GrowableArray<E>* array) { function in class:GrowableArray
409 insert_before(location, key);
H A Dlinkedlist.hpp93 virtual LinkedListNode<E>* insert_before(const E& e, LinkedListNode<E>* ref) = 0;
198 LinkedListNode<E>* insert_before(const E& e, LinkedListNode<E>* ref_node) { function in class:LinkedListImpl
/openjdk10/hotspot/src/share/vm/code/
H A DoopRecorder.cpp199 _values.insert_before(location, r);
/openjdk10/hotspot/src/cpu/x86/vm/
H A Dc1_LinearScan_x86.cpp352 lir()->insert_before(pos(), op);
1089 lir()->insert_before(pos(), instrs);
/openjdk10/hotspot/src/share/vm/opto/
H A Dcompile.hpp1026 _late_inlines.insert_before(_late_inlines_pos, cg);
1031 _late_inlines.insert_before(0, cg);
H A Dblock.hpp837 void insert_before(Block *b, Trace *tr) { function in class:Trace
H A Dblock.cpp1595 targ_trace->insert_before(targ_block, src_trace);
H A Dcompile.cpp136 _intrinsics->insert_before(index, cg);
4167 _print_inlining_list->insert_before(_print_inlining_idx, PrintInliningBuffer());
H A Dstringopts.cpp116 _mode.insert_before(0, mode);
/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_LIR.hpp2018 void insert_before(int i, LIR_List* op_list) { _operations.insert_before(i, op_list->instructions_list()); } function in class:LIR_List
2019 void insert_before(int i, LIR_Op* op) { _operations.insert_before(i, op); } function in class:LIR_List
H A Dc1_IR.cpp863 _work_list.insert_before(0, cur);
H A Dc1_LinearScan.cpp5997 block->lir()->insert_before(1, op);
6080 block->lir()->insert_before(insert_idx, op);
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A Dc1_LIRAssembler_aarch64.cpp3087 inst->insert_before(last_insn + 1, new LIR_OpLabel(&sw->_after));
3092 inst->insert_before
3105 inst->insert_before(start_insn,
3109 inst->insert_before(start_insn + 1, new LIR_OpLabel(&sw->_branches));
/openjdk10/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.cpp3298 inst->insert_before(i + 1, delay_op);
3327 inst->insert_before(i + 1, delay_op);

Completed in 330 milliseconds