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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Canonicalizer.cpp554 if (x->obj()->as_NewArray() != NULL || x->obj()->as_NewInstance() != NULL) {
595 if (exact != NULL && exact->is_loaded() && (obj->as_NewInstance() || obj->as_NewArray())) {
730 } else if (rt == objectNull && (l->as_NewInstance() || l->as_NewArray())) {
H A Dc1_Instruction.hpp485 virtual NewInstance* as_NewInstance() { return NULL; } function in class:Instruction
H A Dc1_LIRGenerator.cpp1989 (x->exception()->as_NewInstance() == NULL && x->exception()->as_ExceptionObject() == NULL)) {
H A Dc1_GraphBuilder.cpp2168 if (value->as_NewArray() != NULL || value->as_NewInstance() != NULL) {

Completed in 826 milliseconds