Home
last modified time | relevance | path

Searched refs:GetIdForProperty (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/compiler/
Dast-graph-builder.cc1595 Node* name = BuildToName(environment()->Pop(), expr->GetIdForProperty(i)); in VisitClassLiteralContents()
1604 expr->GetIdForProperty(i)); in VisitClassLiteralContents()
/external/v8/src/ast/
Dast.h2822 BailoutId GetIdForProperty(int i) { return BailoutId(local_id(i + 4)); } in GetIdForProperty() function
/external/v8/src/full-codegen/x87/
Dfull-codegen-x87.cc2262 EmitPropertyKey(property, lit->GetIdForProperty(i)); in EmitClassDefineProperties()
/external/v8/src/full-codegen/arm64/
Dfull-codegen-arm64.cc2085 EmitPropertyKey(property, lit->GetIdForProperty(i)); in EmitClassDefineProperties()
/external/v8/src/full-codegen/mips/
Dfull-codegen-mips.cc2358 EmitPropertyKey(property, lit->GetIdForProperty(i)); in EmitClassDefineProperties()
/external/v8/src/full-codegen/ia32/
Dfull-codegen-ia32.cc2270 EmitPropertyKey(property, lit->GetIdForProperty(i)); in EmitClassDefineProperties()
/external/v8/src/full-codegen/x64/
Dfull-codegen-x64.cc2257 EmitPropertyKey(property, lit->GetIdForProperty(i)); in EmitClassDefineProperties()
/external/v8/src/full-codegen/arm/
Dfull-codegen-arm.cc2371 EmitPropertyKey(property, lit->GetIdForProperty(i)); in EmitClassDefineProperties()
/external/v8/src/full-codegen/mips64/
Dfull-codegen-mips64.cc2360 EmitPropertyKey(property, lit->GetIdForProperty(i)); in EmitClassDefineProperties()
/external/v8/src/full-codegen/ppc/
Dfull-codegen-ppc.cc2366 EmitPropertyKey(property, lit->GetIdForProperty(i)); in EmitClassDefineProperties()