Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dast-graph-builder.cc1640 Node* name = BuildToName(environment()->Pop(), expr->GetIdForProperty(i)); in VisitClassLiteralContents()
1649 expr->GetIdForProperty(i)); in VisitClassLiteralContents()
/external/v8/src/ast/
Dast.h2787 BailoutId GetIdForProperty(int i) { return BailoutId(local_id(i + 5)); } in GetIdForProperty() function
/external/v8/src/full-codegen/ia32/
Dfull-codegen-ia32.cc1935 EmitPropertyKey(property, lit->GetIdForProperty(i)); in EmitClassDefineProperties()
/external/v8/src/full-codegen/x87/
Dfull-codegen-x87.cc1927 EmitPropertyKey(property, lit->GetIdForProperty(i)); in EmitClassDefineProperties()
/external/v8/src/full-codegen/arm64/
Dfull-codegen-arm64.cc1925 EmitPropertyKey(property, lit->GetIdForProperty(i)); in EmitClassDefineProperties()
/external/v8/src/full-codegen/x64/
Dfull-codegen-x64.cc1927 EmitPropertyKey(property, lit->GetIdForProperty(i)); in EmitClassDefineProperties()
/external/v8/src/full-codegen/mips64/
Dfull-codegen-mips64.cc2026 EmitPropertyKey(property, lit->GetIdForProperty(i)); in EmitClassDefineProperties()
/external/v8/src/full-codegen/arm/
Dfull-codegen-arm.cc2025 EmitPropertyKey(property, lit->GetIdForProperty(i)); in EmitClassDefineProperties()
/external/v8/src/full-codegen/s390/
Dfull-codegen-s390.cc1987 EmitPropertyKey(property, lit->GetIdForProperty(i)); in EmitClassDefineProperties()
/external/v8/src/full-codegen/ppc/
Dfull-codegen-ppc.cc2028 EmitPropertyKey(property, lit->GetIdForProperty(i)); in EmitClassDefineProperties()
/external/v8/src/full-codegen/mips/
Dfull-codegen-mips.cc2026 EmitPropertyKey(property, lit->GetIdForProperty(i)); in EmitClassDefineProperties()