Searched defs:insert_before (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/utilities/
H A DgrowableArray.hpp327 void insert_before(const int idx, const E& elem) { function in class:GrowableArray
/openjdk7/hotspot/src/cpu/zero/vm/
H A DcppInterpreter_zero.cpp613 // The new slots will be inserted before slot insert_before.
614 // Slots < insert_before will have the same slot number after the insert.
615 // Slots >= insert_before will become old_slot + num_slots.
616 void CppInterpreter::insert_vmslots(int insert_before, int num_slots, TRAPS) { argument
626 for (int i = 0; i < insert_before; i++)
/openjdk7/hotspot/src/share/vm/opto/
H A Dblock.hpp684 void insert_before(Block *b, Trace *tr) { function in class:Trace
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIR.hpp1923 void insert_before(int i, LIR_List* op_list) { _operations.insert_before(i, op_list->instructions_list()); } function in class:LIR_List
1924 void insert_before(int i, LIR_Op* op) { _operations.insert_before(i, op); } function in class:LIR_List

Completed in 50 milliseconds