Home
last modified time | relevance | path

Searched refs:GETTER (Results 1 – 22 of 22) sorted by relevance

/external/v8/src/ast/
Dast.cc330 case ObjectLiteral::Property::GETTER: in AssignFeedbackVectorSlots()
357 const auto GETTER = ObjectLiteral::Property::GETTER; in CalculateEmitStore() local
378 if (!((property->kind() == GETTER && previous_kind == SETTER) || in CalculateEmitStore()
379 (property->kind() == SETTER && previous_kind == GETTER))) { in CalculateEmitStore()
Dprettyprinter.cc1460 case ObjectLiteral::Property::GETTER: in PrintProperties()
Dast.h1441 GETTER, SETTER, // Property is an accessor function. enumerator
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
DSyntheticAccessCommentMethodItem.java57 case SyntheticAccessorResolver.GETTER: in writeTo()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
DSyntheticAccessorResolver.java54 public static final int GETTER = 1; field in SyntheticAccessorResolver
DSyntheticAccessorFSM.java454 …accessorType = SyntheticAccessorResolver.GETTER; { p += 1; _goto_targ = 5; if (true) continue _go… in test()
/external/v8/src/js/
Dmacros.py39 define GETTER = 0;
Dv8natives.js184 return %LookupAccessor(TO_OBJECT(receiver), TO_NAME(name), GETTER);
/external/smali/dexlib2/src/main/ragel/
DSyntheticAccessorFSM.rl169 accessorType = SyntheticAccessorResolver.GETTER; fbreak;
/external/v8/src/interpreter/
Dbytecode-generator.cc1037 case ObjectLiteral::Property::GETTER: in VisitObjectLiteral()
1121 case ObjectLiteral::Property::GETTER: in VisitObjectLiteral()
/external/v8/src/full-codegen/x87/
Dfull-codegen-x87.cc1392 DCHECK(property->kind() == ObjectLiteral::Property::GETTER || in EmitAccessor()
1394 int offset = property->kind() == ObjectLiteral::Property::GETTER ? 2 : 3; in EmitAccessor()
1488 case ObjectLiteral::Property::GETTER: in VisitObjectLiteral()
1566 case ObjectLiteral::Property::GETTER: in VisitObjectLiteral()
2287 case ObjectLiteral::Property::GETTER: in EmitClassDefineProperties()
/external/v8/src/full-codegen/arm64/
Dfull-codegen-arm64.cc1470 DCHECK(property->kind() == ObjectLiteral::Property::GETTER || in EmitAccessor()
1472 int offset = property->kind() == ObjectLiteral::Property::GETTER ? 2 : 3; in EmitAccessor()
1566 case ObjectLiteral::Property::GETTER: in VisitObjectLiteral()
1646 case ObjectLiteral::Property::GETTER: in VisitObjectLiteral()
2110 case ObjectLiteral::Property::GETTER: in EmitClassDefineProperties()
/external/v8/src/full-codegen/mips/
Dfull-codegen-mips.cc1476 DCHECK(property->kind() == ObjectLiteral::Property::GETTER || in EmitAccessor()
1478 int offset = property->kind() == ObjectLiteral::Property::GETTER ? 2 : 3; in EmitAccessor()
1573 case ObjectLiteral::Property::GETTER: in VisitObjectLiteral()
1653 case ObjectLiteral::Property::GETTER: in VisitObjectLiteral()
2383 case ObjectLiteral::Property::GETTER: in EmitClassDefineProperties()
/external/v8/src/full-codegen/ia32/
Dfull-codegen-ia32.cc1400 DCHECK(property->kind() == ObjectLiteral::Property::GETTER || in EmitAccessor()
1402 int offset = property->kind() == ObjectLiteral::Property::GETTER ? 2 : 3; in EmitAccessor()
1496 case ObjectLiteral::Property::GETTER: in VisitObjectLiteral()
1574 case ObjectLiteral::Property::GETTER: in VisitObjectLiteral()
2295 case ObjectLiteral::Property::GETTER: in EmitClassDefineProperties()
/external/v8/src/full-codegen/x64/
Dfull-codegen-x64.cc1428 DCHECK(property->kind() == ObjectLiteral::Property::GETTER || in EmitAccessor()
1430 int offset = property->kind() == ObjectLiteral::Property::GETTER ? 2 : 3; in EmitAccessor()
1523 case ObjectLiteral::Property::GETTER: in VisitObjectLiteral()
1599 case ObjectLiteral::Property::GETTER: in VisitObjectLiteral()
2282 case ObjectLiteral::Property::GETTER: in EmitClassDefineProperties()
/external/v8/src/full-codegen/arm/
Dfull-codegen-arm.cc1481 DCHECK(property->kind() == ObjectLiteral::Property::GETTER || in EmitAccessor()
1483 int offset = property->kind() == ObjectLiteral::Property::GETTER ? 2 : 3; in EmitAccessor()
1579 case ObjectLiteral::Property::GETTER: in VisitObjectLiteral()
1659 case ObjectLiteral::Property::GETTER: in VisitObjectLiteral()
2396 case ObjectLiteral::Property::GETTER: in EmitClassDefineProperties()
/external/v8/src/full-codegen/mips64/
Dfull-codegen-mips64.cc1475 DCHECK(property->kind() == ObjectLiteral::Property::GETTER || in EmitAccessor()
1477 int offset = property->kind() == ObjectLiteral::Property::GETTER ? 2 : 3; in EmitAccessor()
1572 case ObjectLiteral::Property::GETTER: in VisitObjectLiteral()
1652 case ObjectLiteral::Property::GETTER: in VisitObjectLiteral()
2385 case ObjectLiteral::Property::GETTER: in EmitClassDefineProperties()
/external/v8/src/full-codegen/ppc/
Dfull-codegen-ppc.cc1439 DCHECK(property->kind() == ObjectLiteral::Property::GETTER || in EmitAccessor()
1441 int offset = property->kind() == ObjectLiteral::Property::GETTER ? 2 : 3; in EmitAccessor()
1536 case ObjectLiteral::Property::GETTER: in VisitObjectLiteral()
1615 case ObjectLiteral::Property::GETTER: in VisitObjectLiteral()
2391 case ObjectLiteral::Property::GETTER: in EmitClassDefineProperties()
/external/v8/src/compiler/
Dast-graph-builder.cc1626 case ObjectLiteral::Property::GETTER: { in VisitClassLiteralContents()
1800 case ObjectLiteral::Property::GETTER: in VisitObjectLiteral()
1880 case ObjectLiteral::Property::GETTER: { in VisitObjectLiteral()
/external/v8/src/parsing/
Dparser-base.h1819 is_get ? ObjectLiteralProperty::GETTER : ObjectLiteralProperty::SETTER, in ParsePropertyDefinition()
Dparser.cc5502 if (property->kind() == ObjectLiteralProperty::GETTER) { in SetFunctionNameFromPropertyName()
/external/v8/src/crankshaft/
Dhydrogen.cc5966 case ObjectLiteral::Property::GETTER: in VisitObjectLiteral()