HomeSort by relevance Sort by last modified time
    Searched refs:AstNode (Results 1 - 23 of 23) sorted by null

  /external/v8/test/cctest/
test-ast.cc 39 List<AstNode*>* list = new List<AstNode*>(0);
43 AstNode* node = new EmptyStatement();
  /external/v8/src/
prettyprinter.h 45 const char* Print(AstNode* node);
52 static void PrintOut(AstNode* node);
97 void PrintIndentedVisit(const char* s, AstNode* node);
ast.h 121 virtual AstNode::Type node_type() const { return AstNode::k##type; } \
125 class AstNode: public ZoneObject {
137 AstNode() : id_(GetNextId()) {
142 virtual ~AstNode() { }
189 class Statement: public AstNode {
208 class Expression: public AstNode {
363 class Declaration: public AstNode {
744 class TargetCollector: public AstNode {
    [all...]
compiler.cc 62 osr_ast_id_(AstNode::kNoNumber) {
77 osr_ast_id_(AstNode::kNoNumber) {
93 osr_ast_id_(AstNode::kNoNumber) {
240 (info->osr_ast_id() != AstNode::kNoNumber &&
670 optimized.SetOptimizing(AstNode::kNoNumber);
prettyprinter.cc 418 const char* PrettyPrinter::Print(AstNode* node) {
442 void PrettyPrinter::PrintOut(AstNode* node) {
604 IndentedScope(AstPrinter* printer, const char* txt, AstNode* node = NULL)
681 void AstPrinter::PrintIndentedVisit(const char* s, AstNode* node) {
    [all...]
full-codegen.h 362 void PrepareForBailout(AstNode* node, State state);
hydrogen.cc 137 ASSERT(id == AstNode::kNoNumber ||
174 AddSimulate(AstNode::kNoNumber);
187 AddSimulate(AstNode::kNoNumber);
585 start_environment_->set_ast_id(AstNode::kFunctionEntryId);
    [all...]
ast.cc 1162 entry_id_(AstNode::GetNextId()) {
parser.cc 424 Target(Target** variable, AstNode* node)
434 AstNode* node() { return node_; }
438 AstNode* node_;
536 isolate->set_ast_node_id(AstNode::kFunctionEntryId + 1);
590 AstNode::ResetIds();
    [all...]
deoptimizer.cc     [all...]
full-codegen.cc 354 void FullCodeGenerator::PrepareForBailout(AstNode* node, State state) {
    [all...]
hydrogen-instructions.h 1000 bool HasAstId() const { return ast_id_ != AstNode::kNoNumber; }
    [all...]
runtime.cc     [all...]
objects.cc     [all...]
  /external/v8/src/ia32/
lithium-ia32.cc 710 ASSERT(pending_deoptimization_ast_id_ == AstNode::kNoNumber);
719 pending_deoptimization_ast_id_ = AstNode::kNoNumber;
997 ASSERT(ast_id != AstNode::kNoNumber);
    [all...]
lithium-ia32.h     [all...]
full-codegen-ia32.cc 234 PrepareForBailoutForId(AstNode::kFunctionEntryId, NO_REGISTERS);
    [all...]
  /external/v8/src/arm/
lithium-arm.cc 716 ASSERT(pending_deoptimization_ast_id_ == AstNode::kNoNumber);
725 pending_deoptimization_ast_id_ = AstNode::kNoNumber;
1004 ASSERT(ast_id != AstNode::kNoNumber);
    [all...]
lithium-arm.h     [all...]
full-codegen-arm.cc 248 PrepareForBailoutForId(AstNode::kFunctionEntryId, NO_REGISTERS);
    [all...]
  /external/v8/src/x64/
lithium-x64.cc 711 ASSERT(pending_deoptimization_ast_id_ == AstNode::kNoNumber);
720 pending_deoptimization_ast_id_ = AstNode::kNoNumber;
999 ASSERT(ast_id != AstNode::kNoNumber);
    [all...]
lithium-x64.h     [all...]
full-codegen-x64.cc 235 PrepareForBailoutForId(AstNode::kFunctionEntryId, NO_REGISTERS);
    [all...]

Completed in 173 milliseconds