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

/external/chromium_org/v8/src/
H A Dhydrogen.cc69 HBasicBlock::HBasicBlock(HGraph* graph)
567 void HGraph::Verify(bool do_full_verify) const {
651 HConstant* HGraph::GetConstant(SetOncePointer<HConstant>* pointer,
665 HConstant* HGraph::ReinsertConstantIfNecessary(HConstant* constant) {
675 HConstant* HGraph::GetConstant0() {
680 HConstant* HGraph::GetConstant1() {
685 HConstant* HGraph::GetConstantMinus1() {
691 HConstant* HGraph::GetConstant##Name() { \
720 bool HGraph::IsConstant##Name(HConstant* constant) { \
735 HConstant* HGraph
3416 HGraph::HGraph(CompilationInfo* info) function in class:v8::internal::HGraph
[all...]

Completed in 114 milliseconds