Searched defs:_tf (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
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.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 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; }

Completed in 48 milliseconds