Home
last modified time | relevance | path

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

/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
DSyntheticAccessCommentMethodItem.java57 case SyntheticAccessorResolver.GETTER: in writeTo()
/external/v8/src/ast/
Dast.cc358 case ObjectLiteral::Property::GETTER: in AssignFeedbackVectorSlots()
385 const auto GETTER = ObjectLiteral::Property::GETTER; in CalculateEmitStore() local
406 if (!((property->kind() == GETTER && previous_kind == SETTER) || in CalculateEmitStore()
407 (property->kind() == SETTER && previous_kind == GETTER))) { in CalculateEmitStore()
Dprettyprinter.cc1510 case ObjectLiteral::Property::GETTER: in PrintProperties()
Dast.h1397 GETTER, SETTER, // Property is an accessor function. enumerator
/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;
/external/smali/dexlib2/src/main/ragel/
DSyntheticAccessorFSM.rl169 accessorType = SyntheticAccessorResolver.GETTER; fbreak;
/external/v8/src/full-codegen/ia32/
Dfull-codegen-ia32.cc1302 DCHECK(property->kind() == ObjectLiteral::Property::GETTER || in EmitAccessor()
1304 int offset = property->kind() == ObjectLiteral::Property::GETTER ? 2 : 3; in EmitAccessor()
1399 case ObjectLiteral::Property::GETTER: in VisitObjectLiteral()
1485 case ObjectLiteral::Property::GETTER: in VisitObjectLiteral()
1962 case ObjectLiteral::Property::GETTER: in EmitClassDefineProperties()
/external/v8/src/full-codegen/x87/
Dfull-codegen-x87.cc1294 DCHECK(property->kind() == ObjectLiteral::Property::GETTER || in EmitAccessor()
1296 int offset = property->kind() == ObjectLiteral::Property::GETTER ? 2 : 3; in EmitAccessor()
1391 case ObjectLiteral::Property::GETTER: in VisitObjectLiteral()
1477 case ObjectLiteral::Property::GETTER: in VisitObjectLiteral()
1954 case ObjectLiteral::Property::GETTER: in EmitClassDefineProperties()
/external/v8/src/full-codegen/arm64/
Dfull-codegen-arm64.cc1366 DCHECK(property->kind() == ObjectLiteral::Property::GETTER || in EmitAccessor()
1368 int offset = property->kind() == ObjectLiteral::Property::GETTER ? 2 : 3; in EmitAccessor()
1463 case ObjectLiteral::Property::GETTER: in VisitObjectLiteral()
1550 case ObjectLiteral::Property::GETTER: in VisitObjectLiteral()
1952 case ObjectLiteral::Property::GETTER: in EmitClassDefineProperties()
/external/v8/src/full-codegen/x64/
Dfull-codegen-x64.cc1333 DCHECK(property->kind() == ObjectLiteral::Property::GETTER || in EmitAccessor()
1335 int offset = property->kind() == ObjectLiteral::Property::GETTER ? 2 : 3; in EmitAccessor()
1429 case ObjectLiteral::Property::GETTER: in VisitObjectLiteral()
1513 case ObjectLiteral::Property::GETTER: in VisitObjectLiteral()
1954 case ObjectLiteral::Property::GETTER: in EmitClassDefineProperties()
/external/v8/src/full-codegen/mips64/
Dfull-codegen-mips64.cc1377 DCHECK(property->kind() == ObjectLiteral::Property::GETTER || in EmitAccessor()
1379 int offset = property->kind() == ObjectLiteral::Property::GETTER ? 2 : 3; in EmitAccessor()
1475 case ObjectLiteral::Property::GETTER: in VisitObjectLiteral()
1562 case ObjectLiteral::Property::GETTER: in VisitObjectLiteral()
2053 case ObjectLiteral::Property::GETTER: in EmitClassDefineProperties()
/external/v8/src/full-codegen/arm/
Dfull-codegen-arm.cc1381 DCHECK(property->kind() == ObjectLiteral::Property::GETTER || in EmitAccessor()
1383 int offset = property->kind() == ObjectLiteral::Property::GETTER ? 2 : 3; in EmitAccessor()
1480 case ObjectLiteral::Property::GETTER: in VisitObjectLiteral()
1567 case ObjectLiteral::Property::GETTER: in VisitObjectLiteral()
2052 case ObjectLiteral::Property::GETTER: in EmitClassDefineProperties()
/external/v8/src/full-codegen/s390/
Dfull-codegen-s390.cc1305 DCHECK(property->kind() == ObjectLiteral::Property::GETTER || in EmitAccessor()
1307 int offset = property->kind() == ObjectLiteral::Property::GETTER ? 2 : 3; in EmitAccessor()
1402 case ObjectLiteral::Property::GETTER: in VisitObjectLiteral()
1488 case ObjectLiteral::Property::GETTER: in VisitObjectLiteral()
2014 case ObjectLiteral::Property::GETTER: in EmitClassDefineProperties()
/external/v8/src/full-codegen/ppc/
Dfull-codegen-ppc.cc1343 DCHECK(property->kind() == ObjectLiteral::Property::GETTER || in EmitAccessor()
1345 int offset = property->kind() == ObjectLiteral::Property::GETTER ? 2 : 3; in EmitAccessor()
1441 case ObjectLiteral::Property::GETTER: in VisitObjectLiteral()
1527 case ObjectLiteral::Property::GETTER: in VisitObjectLiteral()
2055 case ObjectLiteral::Property::GETTER: in EmitClassDefineProperties()
/external/v8/src/full-codegen/mips/
Dfull-codegen-mips.cc1376 DCHECK(property->kind() == ObjectLiteral::Property::GETTER || in EmitAccessor()
1378 int offset = property->kind() == ObjectLiteral::Property::GETTER ? 2 : 3; in EmitAccessor()
1474 case ObjectLiteral::Property::GETTER: in VisitObjectLiteral()
1561 case ObjectLiteral::Property::GETTER: in VisitObjectLiteral()
2053 case ObjectLiteral::Property::GETTER: in EmitClassDefineProperties()
/external/v8/src/interpreter/
Dbytecode-generator.cc1438 case ObjectLiteral::Property::GETTER: { in VisitClassLiteralProperties()
1622 case ObjectLiteral::Property::GETTER: in VisitObjectLiteral()
1715 case ObjectLiteral::Property::GETTER: in VisitObjectLiteral()
/external/v8/src/compiler/
Dast-graph-builder.cc1675 case ObjectLiteral::Property::GETTER: { in VisitClassLiteralContents()
1845 case ObjectLiteral::Property::GETTER: in VisitObjectLiteral()
1930 case ObjectLiteral::Property::GETTER: { in VisitObjectLiteral()
/external/v8/src/parsing/
Dparser-base.h2080 is_get ? ObjectLiteralProperty::GETTER : ObjectLiteralProperty::SETTER, in ParsePropertyDefinition()
Dparser.cc5909 bool is_getter = property->kind() == ObjectLiteralProperty::GETTER; in SetFunctionNameFromPropertyName()
/external/v8/src/crankshaft/
Dhydrogen.cc6152 case ObjectLiteral::Property::GETTER: in VisitObjectLiteral()