Searched refs:emit (Results 26 - 28 of 28) sorted by relevance

12

/openjdk7/hotspot/src/share/vm/opto/
H A Dnode.hpp923 virtual void emit(CodeBuffer &cbuf, PhaseRegAlloc *ra_) const;
H A Dnode.cpp946 //------------------------------emit-------------------------------------------
948 void Node::emit(CodeBuffer &cbuf, PhaseRegAlloc *ra_) const {} function in class:Node
H A Dcompile.cpp584 n->emit(buf, this->regalloc());
3180 // Do not emit a trap here if it has already caused recompilations.
3395 void Compile::ConstantTable::emit(CodeBuffer& cb) { function in class:Compile::ConstantTable

Completed in 41 milliseconds

12