Searched refs:_tf (Results 1 - 8 of 8) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dcompile.hpp253 const TypeFunc* _tf; // My kind of signature member in class:Compile
486 const TypeFunc* tf() const { assert(_tf!=NULL, ""); return _tf; }
487 void init_tf(const TypeFunc* tf) { assert(_tf==NULL, ""); _tf = tf; }
H A Dparse.hpp322 const TypeFunc*_tf; // My kind of function type member in class:Parse
361 const TypeFunc* tf() const { return _tf; }
H A Dcallnode.hpp518 const TypeFunc *_tf; // Function type member in class:CallNode
525 _tf(tf),
533 const TypeFunc* tf() const { return _tf; }
538 void set_tf(const TypeFunc* tf) { _tf = tf; }
H A Dmachnode.cpp606 { return _tf == ((MachCallNode&)n)._tf; }
H A Dmachnode.hpp712 const TypeFunc *_tf; // Function type member in class:MachCallNode
717 const TypeFunc* tf() const { return _tf; }
722 void set_tf(const TypeFunc* tf) { _tf = tf; }
H A Dparse1.cpp394 _tf = NULL;
408 _tf = TypeFunc::make(method());
503 _tf = C->tf(); // the OSR entry type is different
H A Dcallnode.cpp584 { return _tf == ((CallNode&)n)._tf && _jvms == ((CallNode&)n)._jvms; }
H A Dcompile.cpp1000 _tf = NULL; // filled in later
2205 tty->print("# "); _tf->dump(); tty->cr();

Completed in 78 milliseconds