Searched defs:number_of_instructions (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/c1/
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 47 milliseconds