Searched refs:ctxk_encoded_as_null (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A Ddependencies.hpp405 static ciKlass* ctxk_encoded_as_null(DepType dept, ciObject* x);
407 static klassOop ctxk_encoded_as_null(DepType dept, oop x);
H A Ddependencies.cpp282 ciKlass* Dependencies::ctxk_encoded_as_null(DepType dept, ciObject* x) { function in class:Dependencies
293 klassOop Dependencies::ctxk_encoded_as_null(DepType dept, oop x) { function in class:Dependencies
326 if (ctxk == ctxk_encoded_as_null(dept, x)) {
629 result = ctxk_encoded_as_null(type(), argument(ctxkj+1));

Completed in 37 milliseconds