Searched refs:ast_context (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dhydrogen.cc1993 if (owner->ast_context()->IsTest()) {
2006 call_context_ = owner->ast_context();
2025 outer_(owner->ast_context()),
2877 ast_context()->ReturnInstruction(instr, expr->id());
2905 if (!ast_context()->IsTest()) {
2908 if (!ast_context()->IsEffect()) ast_context()->ReturnValue(Pop());
2952 ast_context()->ReturnValue(environment()->Lookup(variable));
2960 ast_context()->ReturnInstruction(instr, expr->id());
2975 ast_context()
[all...]
H A Dhydrogen.h694 AstContext* ast_context() const { return ast_context_; } function in class:v8::internal::HGraphBuilder

Completed in 66 milliseconds