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

/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_Compilation.cpp259 hir()->iterate_linear_scan_order(&gen);
267 LinearScan* allocator = new LinearScan(hir(), &gen, frame_map());
278 print_LIR(hir()->code());
352 lir_asm.emit_code(hir()->code());
397 _frame_map = new FrameMap(method(), hir()->number_of_locks(), MAX2(4, hir()->max_stack()));
689 compile_only_this_scope(&stream, hir()->top_scope());
H A Dc1_IR.hpp348 SubstitutionResolver(IR* hir) { argument
349 hir->iterate_preorder(this);
H A Dc1_Compilation.hpp141 IR* hir() const { return _hir; } function in class:Compilation
H A Dc1_LIRAssembler.cpp208 void LIR_Assembler::emit_code(BlockList* hir) { argument
210 print_LIR(hir);
213 int n = hir->length();
215 emit_block(hir->at(i));
H A Dc1_IR.cpp1267 PredecessorValidator(IR* hir) { argument
1273 hir->start()->iterate_preorder(this);
1274 if (hir->code() != NULL) {
1275 assert(hir->code()->length() == _blocks->length(), "must match");
1277 assert(hir->code()->contains(_blocks->at(i)), "should be in both lists");
H A Dc1_Optimizer.cpp50 CE_Eliminator(IR* hir) : _cee_count(0), _ifop_count(0), _hir(hir) { argument
315 BlockMerger(IR* hir) argument
316 : _hir(hir)
H A Dc1_LIRAssembler.hpp156 void emit_code(BlockList* hir);
H A Dc1_LIRGenerator.cpp332 Compilation::current()->hir()->start()->block_id() != block->block_id() &&
2791 IRScope* irScope = compilation()->hir()->top_scope();
/openjdk9/hotspot/src/cpu/ppc/vm/
H A Dc1_LIRAssembler_ppc.cpp88 BlockBegin* osr_entry = compilation()->hir()->osr_entry();
/openjdk9/hotspot/src/cpu/aarch64/vm/
H A Dc1_LIRAssembler_aarch64.cpp228 BlockBegin* osr_entry = compilation()->hir()->osr_entry();
/openjdk9/hotspot/src/cpu/s390/vm/
H A Dc1_LIRAssembler_s390.cpp90 BlockBegin* osr_entry = compilation()->hir()->osr_entry();
/openjdk9/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.cpp180 BlockBegin* osr_entry = compilation()->hir()->osr_entry();
/openjdk9/hotspot/src/cpu/x86/vm/
H A Dc1_LIRAssembler_x86.cpp277 BlockBegin* osr_entry = compilation()->hir()->osr_entry();
/openjdk9/hotspot/src/cpu/arm/vm/
H A Dc1_LIRAssembler_arm.cpp198 BlockBegin* osr_entry = compilation()->hir()->osr_entry();
/openjdk9/nashorn/test/script/basic/
H A DJDK-8017084.js5691 hir: 5660,

Completed in 225 milliseconds