Home
last modified time | relevance | path

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

/external/v8/src/full-codegen/
Dfull-codegen.h553 void EmitPropertyKey(LiteralProperty* property, BailoutId bailout_id);
Dfull-codegen.cc1140 void FullCodeGenerator::EmitPropertyKey(LiteralProperty* property, in EmitPropertyKey() function in v8::internal::FullCodeGenerator
/external/v8/src/full-codegen/x64/
Dfull-codegen-x64.cc1451 EmitPropertyKey(property, expr->GetIdForPropertyName(property_index)); in VisitObjectLiteral()
1869 EmitPropertyKey(property, lit->GetIdForProperty(i)); in EmitClassDefineProperties()
/external/v8/src/full-codegen/x87/
Dfull-codegen-x87.cc1415 EmitPropertyKey(property, expr->GetIdForPropertyName(property_index)); in VisitObjectLiteral()
1869 EmitPropertyKey(property, lit->GetIdForProperty(i)); in EmitClassDefineProperties()
/external/v8/src/full-codegen/ia32/
Dfull-codegen-ia32.cc1423 EmitPropertyKey(property, expr->GetIdForPropertyName(property_index)); in VisitObjectLiteral()
1877 EmitPropertyKey(property, lit->GetIdForProperty(i)); in EmitClassDefineProperties()
/external/v8/src/full-codegen/ppc/
Dfull-codegen-ppc.cc1475 EmitPropertyKey(property, expr->GetIdForPropertyName(property_index)); in VisitObjectLiteral()
1981 EmitPropertyKey(property, lit->GetIdForProperty(i)); in EmitClassDefineProperties()
/external/v8/src/full-codegen/mips64/
Dfull-codegen-mips64.cc1507 EmitPropertyKey(property, expr->GetIdForPropertyName(property_index)); in VisitObjectLiteral()
1975 EmitPropertyKey(property, lit->GetIdForProperty(i)); in EmitClassDefineProperties()
/external/v8/src/full-codegen/arm64/
Dfull-codegen-arm64.cc1490 EmitPropertyKey(property, expr->GetIdForPropertyName(property_index)); in VisitObjectLiteral()
1868 EmitPropertyKey(property, lit->GetIdForProperty(i)); in EmitClassDefineProperties()
/external/v8/src/full-codegen/mips/
Dfull-codegen-mips.cc1506 EmitPropertyKey(property, expr->GetIdForPropertyName(property_index)); in VisitObjectLiteral()
1975 EmitPropertyKey(property, lit->GetIdForProperty(i)); in EmitClassDefineProperties()
/external/v8/src/full-codegen/arm/
Dfull-codegen-arm.cc1506 EmitPropertyKey(property, expr->GetIdForPropertyName(property_index)); in VisitObjectLiteral()
1968 EmitPropertyKey(property, lit->GetIdForProperty(i)); in EmitClassDefineProperties()
/external/v8/src/full-codegen/s390/
Dfull-codegen-s390.cc1437 EmitPropertyKey(property, expr->GetIdForPropertyName(property_index)); in VisitObjectLiteral()
1940 EmitPropertyKey(property, lit->GetIdForProperty(i)); in EmitClassDefineProperties()