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

/external/v8/src/
H A Dhydrogen.cc525 HBasicBlock* HGraphBuilder::CreateJoin(HBasicBlock* first,
542 HBasicBlock* HGraphBuilder::JoinContinue(IterationStatement* statement,
554 HBasicBlock* HGraphBuilder::CreateLoop(IterationStatement* statement,
1981 FunctionState::FunctionState(HGraphBuilder* owner,
2022 AstContext::AstContext(HGraphBuilder* owner, Expression::Context kind)
2084 HGraphBuilder* builder = owner();
2102 HGraphBuilder* builder = owner();
2114 // HGraphBuilder infrastructure for bailing out and checking bailouts.
2149 void HGraphBuilder::Bailout(const char* reason) {
2152 PrintF("Bailout in HGraphBuilder
[all...]
H A Dhydrogen.h444 class HGraphBuilder;
469 AstContext(HGraphBuilder* owner, Expression::Context kind);
472 HGraphBuilder* owner() const { return owner_; }
483 HGraphBuilder* owner_;
492 explicit EffectContext(HGraphBuilder* owner)
504 explicit ValueContext(HGraphBuilder* owner)
516 TestContext(HGraphBuilder* owner,
547 FunctionState(HGraphBuilder* owner,
565 HGraphBuilder* owner_;
588 class HGraphBuilder class in namespace:v8::internal
637 HGraphBuilder(CompilationInfo* info, TypeFeedbackOracle* oracle) function in class:v8::internal::HGraphBuilder
[all...]
H A Dcompiler.cc298 HGraphBuilder builder(info, &oracle);

Completed in 460 milliseconds