Searched refs:BodyId (Results 1 - 7 of 7) sorted by relevance

/external/v8/src/
H A Dfull-codegen.cc1136 PrepareForBailoutForId(stmt->BodyId(), NO_REGISTERS);
1177 PrepareForBailoutForId(stmt->BodyId(), NO_REGISTERS);
H A Dast.h771 int BodyId() const { return body_id_; } function in class:v8::internal::WhileStatement
819 int BodyId() const { return body_id_; } function in class:v8::internal::ForStatement
866 int BodyId() const { return body_id_; } function in class:v8::internal::ForInStatement
H A Dhydrogen.cc3234 body_entry->SetJoinId(stmt->BodyId());
3279 body_entry->SetJoinId(stmt->BodyId());
/external/v8/src/arm/
H A Dfull-codegen-arm.cc1088 PrepareForBailoutForId(stmt->BodyId(), NO_REGISTERS);
/external/v8/src/ia32/
H A Dfull-codegen-ia32.cc1045 PrepareForBailoutForId(stmt->BodyId(), NO_REGISTERS);
/external/v8/src/mips/
H A Dfull-codegen-mips.cc1096 PrepareForBailoutForId(stmt->BodyId(), NO_REGISTERS);
/external/v8/src/x64/
H A Dfull-codegen-x64.cc996 PrepareForBailoutForId(stmt->BodyId(), NO_REGISTERS);

Completed in 153 milliseconds