Searched refs:hir (Results 1 - 10 of 10) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Compilation.cpp208 hir()->iterate_linear_scan_order(&gen);
216 LinearScan* allocator = new LinearScan(hir(), &gen, frame_map());
227 print_LIR(hir()->code());
301 lir_asm.emit_code(hir()->code());
346 _frame_map = new FrameMap(method(), hir()->number_of_locks(), MAX2(4, hir()->max_stack()));
589 compile_only_this_scope(&stream, hir()->top_scope());
H A Dc1_IR.hpp342 SubstitutionResolver(IR* hir) { argument
343 hir->iterate_preorder(this);
H A Dc1_Compilation.hpp136 IR* hir() const { return _hir; } function in class:Compilation
H A Dc1_LIRAssembler.cpp207 void LIR_Assembler::emit_code(BlockList* hir) { argument
209 print_LIR(hir);
212 int n = hir->length();
214 emit_block(hir->at(i));
H A Dc1_IR.cpp1180 PredecessorValidator(IR* hir) { argument
1186 hir->start()->iterate_preorder(this);
1187 if (hir->code() != NULL) {
1188 assert(hir->code()->length() == _blocks->length(), "must match");
1190 assert(hir->code()->contains(_blocks->at(i)), "should be in both lists");
H A Dc1_LIRAssembler.hpp150 void emit_code(BlockList* hir);
H A Dc1_Optimizer.cpp51 CE_Eliminator(IR* hir) : _cee_count(0), _ifop_count(0), _hir(hir) { argument
316 BlockMerger(IR* hir) argument
317 : _hir(hir)
H A Dc1_LIRGenerator.cpp327 Compilation::current()->hir()->start()->block_id() != block->block_id() &&
2575 IRScope* irScope = compilation()->hir()->top_scope();
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.cpp175 BlockBegin* osr_entry = compilation()->hir()->osr_entry();
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRAssembler_x86.cpp275 BlockBegin* osr_entry = compilation()->hir()->osr_entry();

Completed in 134 milliseconds