Searched refs:HGraphBuilder (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/
H A Dhydrogen.cc600 HGraphBuilder::HGraphBuilder(CompilationInfo* info, function in class:v8::internal::HGraphBuilder
617 HBasicBlock* HGraphBuilder::CreateJoin(HBasicBlock* first,
634 HBasicBlock* HGraphBuilder::JoinContinue(IterationStatement* statement,
646 HBasicBlock* HGraphBuilder::CreateLoop(IterationStatement* statement,
2170 FunctionState::FunctionState(HGraphBuilder* owner,
2214 AstContext::AstContext(HGraphBuilder* owner, Expression::Context kind)
2320 HGraphBuilder* builder = owner();
2351 HGraphBuilder* builder = owner();
2368 // HGraphBuilder infrastructur
[all...]
H A Dhydrogen.h565 class HGraphBuilder;
601 AstContext(HGraphBuilder* owner, Expression::Context kind);
604 HGraphBuilder* owner() const { return owner_; }
615 HGraphBuilder* owner_;
624 explicit EffectContext(HGraphBuilder* owner)
637 explicit ValueContext(HGraphBuilder* owner, ArgumentsAllowedFlag flag)
655 TestContext(HGraphBuilder* owner,
698 FunctionState(HGraphBuilder* owner,
719 HGraphBuilder* owner_;
748 class HGraphBuilder class in namespace:v8::internal
[all...]
H A Dcompiler.cc298 HGraphBuilder builder(info, &oracle);

Completed in 248 milliseconds