Home
last modified time | relevance | path

Searched refs:ToObjectId (Results 1 – 13 of 13) sorted by relevance

/external/v8/src/ast/
Dast.h754 BailoutId ToObjectId() const { return BailoutId(local_id(2)); } in ToObjectId() function
935 BailoutId ToObjectId() const { return BailoutId(local_id(0)); } in ToObjectId() function
/external/v8/src/full-codegen/
Dfull-codegen.cc1176 PrepareForBailoutForId(stmt->ToObjectId(), BailoutState::TOS_REGISTER); in VisitWithStatement()
/external/v8/src/compiler/
Dast-graph-builder.cc1245 Node* object = BuildToObject(value, stmt->ToObjectId()); in VisitWithStatement()
1372 object = BuildToObject(object, stmt->ToObjectId()); in VisitForInStatement()
/external/v8/src/full-codegen/x64/
Dfull-codegen-x64.cc982 PrepareForBailoutForId(stmt->ToObjectId(), BailoutState::TOS_REGISTER); in VisitForInStatement()
/external/v8/src/full-codegen/x87/
Dfull-codegen-x87.cc958 PrepareForBailoutForId(stmt->ToObjectId(), BailoutState::TOS_REGISTER); in VisitForInStatement()
/external/v8/src/full-codegen/ia32/
Dfull-codegen-ia32.cc966 PrepareForBailoutForId(stmt->ToObjectId(), BailoutState::TOS_REGISTER); in VisitForInStatement()
/external/v8/src/full-codegen/ppc/
Dfull-codegen-ppc.cc988 PrepareForBailoutForId(stmt->ToObjectId(), BailoutState::TOS_REGISTER); in VisitForInStatement()
/external/v8/src/full-codegen/mips64/
Dfull-codegen-mips64.cc1025 PrepareForBailoutForId(stmt->ToObjectId(), BailoutState::TOS_REGISTER); in VisitForInStatement()
/external/v8/src/full-codegen/arm64/
Dfull-codegen-arm64.cc1019 PrepareForBailoutForId(stmt->ToObjectId(), BailoutState::TOS_REGISTER); in VisitForInStatement()
/external/v8/src/full-codegen/mips/
Dfull-codegen-mips.cc1025 PrepareForBailoutForId(stmt->ToObjectId(), BailoutState::TOS_REGISTER); in VisitForInStatement()
/external/v8/src/full-codegen/arm/
Dfull-codegen-arm.cc1024 PrepareForBailoutForId(stmt->ToObjectId(), BailoutState::TOS_REGISTER); in VisitForInStatement()
/external/v8/src/full-codegen/s390/
Dfull-codegen-s390.cc958 PrepareForBailoutForId(stmt->ToObjectId(), BailoutState::TOS_REGISTER); in VisitForInStatement()
/external/v8/src/crankshaft/
Dhydrogen.cc4879 Add<HSimulate>(stmt->ToObjectId()); in BuildForInBody()