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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Canonicalizer.hpp80 virtual void do_NewTypeArray (NewTypeArray* x);
H A Dc1_InstructionPrinter.hpp107 virtual void do_NewTypeArray (NewTypeArray* x);
H A Dc1_ValueMap.hpp184 void do_NewTypeArray (NewTypeArray* x) { /* nothing to do */ } function in class:ValueNumberingVisitor
H A Dc1_Optimizer.cpp505 void do_NewTypeArray (NewTypeArray* x);
686 void NullCheckVisitor::do_NewTypeArray (NewTypeArray* x) { nce()->handle_NewArray(x); } function in class:NullCheckVisitor
H A Dc1_InstructionPrinter.cpp494 void InstructionPrinter::do_NewTypeArray(NewTypeArray* x) { function in class:InstructionPrinter
H A Dc1_LIRGenerator.hpp506 virtual void do_NewTypeArray (NewTypeArray* x);
H A Dc1_Canonicalizer.cpp573 void Canonicalizer::do_NewTypeArray (NewTypeArray* x) {} function in class:Canonicalizer
H A Dc1_Instruction.hpp182 virtual void do_NewTypeArray (NewTypeArray* x) = 0;
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRGenerator_sparc.cpp894 void LIRGenerator::do_NewTypeArray(NewTypeArray* x) { function in class:LIRGenerator
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRGenerator_x86.cpp1032 void LIRGenerator::do_NewTypeArray(NewTypeArray* x) { function in class:LIRGenerator

Completed in 62 milliseconds