Searched refs:load_constant (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.hpp226 void load_constant();
H A Dc1_LIRGenerator.hpp204 LIR_Opr load_constant(Constant* x);
205 LIR_Opr load_constant(LIR_Const* constant);
H A Dc1_LIRGenerator.cpp1157 set_result(x, load_constant(x));
1377 LIR_Opr LIRGenerator::load_constant(Constant* x) { function in class:LIRGenerator
1380 return load_constant(LIR_OprFact::value_type(x->type())->as_constant_ptr());
1384 LIR_Opr LIRGenerator::load_constant(LIR_Const* c) { function in class:LIRGenerator
1631 new LIR_Address(tmp, load_constant(card_table_base),
H A Dc1_GraphBuilder.cpp865 void GraphBuilder::load_constant() { function in class:GraphBuilder
2510 case Bytecodes::_ldc2_w : load_constant(); break;

Completed in 57 milliseconds