Searched refs:InstanceOf (Results 1 - 12 of 12) sorted by relevance

/openjdk7/langtools/test/tools/javac/generics/wildcards/pos/
H A DInstanceOf.java30 * @compile -Werror InstanceOf.java
33 class InstanceOf<T> { class
41 InstanceOf() { method in class:InstanceOf
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Canonicalizer.hpp84 virtual void do_InstanceOf (InstanceOf* x);
H A Dc1_InstructionPrinter.hpp111 virtual void do_InstanceOf (InstanceOf* x);
H A Dc1_ValueMap.hpp188 void do_InstanceOf (InstanceOf* x) { /* nothing to do */ }
H A Dc1_Canonicalizer.cpp469 InstanceOf* i = new InstanceOf(t->as_klass(), x->argument_at(1), x->state_before());
591 void Canonicalizer::do_InstanceOf (InstanceOf* x) {
713 // NOTE: Code permanently disabled for now since it leaves the old InstanceOf
716 // has to know that it was an InstanceOf.
719 InstanceOf* inst = l->as_InstanceOf();
H A Dc1_Instruction.hpp81 class InstanceOf;
186 virtual void do_InstanceOf (InstanceOf* x) = 0;
492 virtual InstanceOf* as_InstanceOf() { return NULL; }
1382 LEAF(InstanceOf, TypeCheck)
1385 InstanceOf(ciKlass* klass, Value obj, ValueStack* state_before) : TypeCheck(klass, obj, intType, state_before) {}
1911 // Note 2: IfInstanceOf instructions are created by combining an InstanceOf
1914 // the bci of the original InstanceOf instruction.
H A Dc1_Optimizer.cpp509 void do_InstanceOf (InstanceOf* x);
690 void NullCheckVisitor::do_InstanceOf (InstanceOf* x) {}
H A Dc1_InstructionPrinter.cpp705 void InstructionPrinter::do_InstanceOf(InstanceOf* x) {
H A Dc1_LIRGenerator.hpp510 virtual void do_InstanceOf (InstanceOf* x);
H A Dc1_GraphBuilder.cpp2018 InstanceOf* i = new InstanceOf(klass, apop(), state_before);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRGenerator_sparc.cpp1042 void LIRGenerator::do_InstanceOf(InstanceOf* x) {
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRGenerator_x86.cpp1179 void LIRGenerator::do_InstanceOf(InstanceOf* x) {

Completed in 73 milliseconds