Home
last modified time | relevance | path

Searched refs:kFunctionEntryId (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/
Dast.h198 static const int kFunctionEntryId = 2; // Using 0 could disguise errors. variable
Dhydrogen.cc677 start_environment_->set_ast_id(AstNode::kFunctionEntryId); in HGraph()
2481 body_entry->SetJoinId(AstNode::kFunctionEntryId); in CreateGraph()
7839 inner->set_ast_id(AstNode::kFunctionEntryId); in CopyForInlining()
/external/v8/src/arm/
Dfull-codegen-arm.cc273 PrepareForBailoutForId(AstNode::kFunctionEntryId, NO_REGISTERS); in Generate()
/external/v8/src/ia32/
Dfull-codegen-ia32.cc267 PrepareForBailoutForId(AstNode::kFunctionEntryId, NO_REGISTERS); in Generate()
/external/v8/src/x64/
Dfull-codegen-x64.cc280 PrepareForBailoutForId(AstNode::kFunctionEntryId, NO_REGISTERS); in Generate()
/external/v8/src/mips/
Dfull-codegen-mips.cc280 PrepareForBailoutForId(AstNode::kFunctionEntryId, NO_REGISTERS); in Generate()