Searched refs:number_of_instructions (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_ValueSet.hpp55 inline ValueSet::ValueSet() : _map(Instruction::number_of_instructions()) {
H A Dc1_Compilation.cpp184 int instructions = Instruction::number_of_instructions();
186 assert(instructions == Instruction::number_of_instructions(),
421 totalInstructionNodes += Instruction::number_of_instructions();
H A Dc1_Compilation.hpp146 int number_of_instructions() const { return _next_id; } function in class:Compilation
H A Dc1_Instruction.hpp371 static int number_of_instructions() { function in class:Instruction
372 return Compilation::current()->number_of_instructions();
/openjdk7/hotspot/src/share/vm/adlc/
H A Dadlparse.cpp1863 int number_of_instructions = 1; local
1871 number_of_instructions = get_int();
1885 pipe_class->setInstructionCount(number_of_instructions);

Completed in 2596 milliseconds