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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LinearScan_x86.hpp141 LIR_Op* cur_op() { return lir()->instructions_list()->at(pos()); }
142 LIR_List* lir() { return _lir; } function in class:VALUE_OBJ_CLASS_SPEC
143 void set_lir(LIR_List* lir) { _lir = lir; } argument
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.hpp173 LIR_List* lir(const char * file, int line) const { function in class:LIRGenerator
178 LIR_List* lir() const { function in class:LIRGenerator
582 gen()->lir()->move(_result, _new_result);
H A Dc1_LIR.hpp2167 LIR_List* _lir; // the lir list where ops of this buffer should be inserted later (NULL when uninitialized)
2170 // _index_and_count[i * 2]: the index into lir list where "count" ops should be inserted
2188 void init(LIR_List* lir) { assert(!initialized(), "already initialized"); _lir = lir; _index_and_count.clear(); _ops.clear(); } argument
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.cpp3318 void LIR_Assembler::peephole(LIR_List* lir) { argument
3319 LIR_OpList* inst = lir->instructions_list();

Completed in 454 milliseconds