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

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkTopLevelBlock.hpp427 bool static_subtype_check(ciKlass* check_klass, ciKlass* object_klass);
H A DsharkTopLevelBlock.cpp1359 bool SharkTopLevelBlock::static_subtype_check(ciKlass* check_klass, function in class:SharkTopLevelBlock
1368 // (GraphKit::static_subtype_check) it says that static
1391 if (static_subtype_check(check_klass, object_klass)) {
1425 if (static_subtype_check(check_klass, object_klass))
/openjdk7/hotspot/src/share/vm/opto/
H A DgraphKit.cpp2316 switch (static_subtype_check(superk, subk)) {
2452 //----------------------------static_subtype_check-----------------------------
2458 int GraphKit::static_subtype_check(ciKlass* superk, ciKlass* subk) { function in class:GraphKit
2572 static_subtype_check(require_klass, exact_kls) == SSC_always_true) {
2689 switch (static_subtype_check(tk->klass(), objtp->klass())) {
H A DgraphKit.hpp789 int static_subtype_check(ciKlass* superk, ciKlass* subk);

Completed in 57 milliseconds