Searched refs:GetIdForProperty (Results 1 – 11 of 11) sorted by relevance
/external/v8/src/compiler/ |
D | ast-graph-builder.cc | 1640 Node* name = BuildToName(environment()->Pop(), expr->GetIdForProperty(i)); in VisitClassLiteralContents() 1649 expr->GetIdForProperty(i)); in VisitClassLiteralContents()
|
/external/v8/src/ast/ |
D | ast.h | 2787 BailoutId GetIdForProperty(int i) { return BailoutId(local_id(i + 5)); } in GetIdForProperty() function
|
/external/v8/src/full-codegen/ia32/ |
D | full-codegen-ia32.cc | 1935 EmitPropertyKey(property, lit->GetIdForProperty(i)); in EmitClassDefineProperties()
|
/external/v8/src/full-codegen/x87/ |
D | full-codegen-x87.cc | 1927 EmitPropertyKey(property, lit->GetIdForProperty(i)); in EmitClassDefineProperties()
|
/external/v8/src/full-codegen/arm64/ |
D | full-codegen-arm64.cc | 1925 EmitPropertyKey(property, lit->GetIdForProperty(i)); in EmitClassDefineProperties()
|
/external/v8/src/full-codegen/x64/ |
D | full-codegen-x64.cc | 1927 EmitPropertyKey(property, lit->GetIdForProperty(i)); in EmitClassDefineProperties()
|
/external/v8/src/full-codegen/mips64/ |
D | full-codegen-mips64.cc | 2026 EmitPropertyKey(property, lit->GetIdForProperty(i)); in EmitClassDefineProperties()
|
/external/v8/src/full-codegen/arm/ |
D | full-codegen-arm.cc | 2025 EmitPropertyKey(property, lit->GetIdForProperty(i)); in EmitClassDefineProperties()
|
/external/v8/src/full-codegen/s390/ |
D | full-codegen-s390.cc | 1987 EmitPropertyKey(property, lit->GetIdForProperty(i)); in EmitClassDefineProperties()
|
/external/v8/src/full-codegen/ppc/ |
D | full-codegen-ppc.cc | 2028 EmitPropertyKey(property, lit->GetIdForProperty(i)); in EmitClassDefineProperties()
|
/external/v8/src/full-codegen/mips/ |
D | full-codegen-mips.cc | 2026 EmitPropertyKey(property, lit->GetIdForProperty(i)); in EmitClassDefineProperties()
|