/external/flatbuffers/tests/FlatBuffers.Test/ |
D | TestTable.cs | 32 public bool GetSlot(int slot, bool def) in GetSlot() method 43 public sbyte GetSlot(int slot, sbyte def) in GetSlot() method 54 public byte GetSlot(int slot, byte def) in GetSlot() method 65 public short GetSlot(int slot, short def) in GetSlot() method 76 public ushort GetSlot(int slot, ushort def) in GetSlot() method 87 public int GetSlot(int slot, int def) in GetSlot() method 98 public uint GetSlot(int slot, uint def) in GetSlot() method 109 public long GetSlot(int slot, long def) in GetSlot() method 120 public ulong GetSlot(int slot, ulong def) in GetSlot() method 131 public float GetSlot(int slot, float def) in GetSlot() method [all …]
|
D | FlatBuffersFuzzTests.cs | 679 Assert.AreEqual(FuzzTestData.BoolValue, table.GetSlot(f, false)); in CheckObjects() 684 Assert.AreEqual(FuzzTestData.Int8Value, table.GetSlot(f, (sbyte)0)); in CheckObjects() 689 Assert.AreEqual(FuzzTestData.UInt8Value, table.GetSlot(f, (byte)0)); in CheckObjects() 694 Assert.AreEqual(FuzzTestData.Int16Value, table.GetSlot(f, (short)0)); in CheckObjects() 699 Assert.AreEqual(FuzzTestData.UInt16Value, table.GetSlot(f, (ushort)0)); in CheckObjects() 704 Assert.AreEqual(FuzzTestData.Int32Value, table.GetSlot(f, (int)0)); in CheckObjects() 709 Assert.AreEqual(FuzzTestData.UInt32Value, table.GetSlot(f, (uint)0)); in CheckObjects() 714 Assert.AreEqual(FuzzTestData.Int64Value, table.GetSlot(f, (long)0)); in CheckObjects() 719 Assert.AreEqual(FuzzTestData.UInt64Value, table.GetSlot(f, (ulong)0)); in CheckObjects() 724 Assert.AreEqual(FuzzTestData.Float32Value, table.GetSlot(f, (float)0)); in CheckObjects() [all …]
|
/external/flatbuffers/tests/ |
D | py_test.py | 262 table.GetSlot(f, False, N.BoolFlags)) 265 table.GetSlot(f, 0, N.Int8Flags)) 268 table.GetSlot(f, 0, N.Uint8Flags)) 271 table.GetSlot(f, 0, N.Int16Flags)) 274 table.GetSlot(f, 0, N.Uint16Flags)) 277 table.GetSlot(f, 0, N.Int32Flags)) 280 table.GetSlot(f, 0, N.Uint32Flags)) 283 table.GetSlot(f, 0, N.Int64Flags)) 286 table.GetSlot(f, 0, N.Uint64Flags)) 289 table.GetSlot(f, 0, N.Float32Flags)) [all …]
|
/external/flatbuffers/python/flatbuffers/ |
D | table.py | 95 def GetSlot(self, slot, d, validator_flags): member in Table
|
/external/v8/src/full-codegen/x64/ |
D | full-codegen-x64.cc | 1300 EmitSetHomeObject(expression, offset, property->GetSlot()); in EmitAccessor() 1360 CallStoreIC(property->GetSlot(0), key->value()); in VisitObjectLiteral() 1364 EmitSetHomeObjectAccumulator(value, 0, property->GetSlot(1)); in VisitObjectLiteral() 1376 EmitSetHomeObject(value, 2, property->GetSlot()); in VisitObjectLiteral() 1454 EmitSetHomeObject(value, 2, property->GetSlot()); in VisitObjectLiteral() 1882 EmitSetHomeObject(value, 2, property->GetSlot()); in EmitClassDefineProperties()
|
/external/v8/src/full-codegen/x87/ |
D | full-codegen-x87.cc | 1261 EmitSetHomeObject(expression, offset, property->GetSlot()); in EmitAccessor() 1323 CallStoreIC(property->GetSlot(0), key->value()); in VisitObjectLiteral() 1326 EmitSetHomeObjectAccumulator(value, 0, property->GetSlot(1)); in VisitObjectLiteral() 1338 EmitSetHomeObject(value, 2, property->GetSlot()); in VisitObjectLiteral() 1418 EmitSetHomeObject(value, 2, property->GetSlot()); in VisitObjectLiteral() 1882 EmitSetHomeObject(value, 2, property->GetSlot()); in EmitClassDefineProperties()
|
/external/v8/src/full-codegen/ia32/ |
D | full-codegen-ia32.cc | 1269 EmitSetHomeObject(expression, offset, property->GetSlot()); in EmitAccessor() 1331 CallStoreIC(property->GetSlot(0), key->value()); in VisitObjectLiteral() 1334 EmitSetHomeObjectAccumulator(value, 0, property->GetSlot(1)); in VisitObjectLiteral() 1346 EmitSetHomeObject(value, 2, property->GetSlot()); in VisitObjectLiteral() 1426 EmitSetHomeObject(value, 2, property->GetSlot()); in VisitObjectLiteral() 1890 EmitSetHomeObject(value, 2, property->GetSlot()); in EmitClassDefineProperties()
|
/external/v8/src/full-codegen/ppc/ |
D | full-codegen-ppc.cc | 1320 EmitSetHomeObject(expression, offset, property->GetSlot()); in EmitAccessor() 1377 CallStoreIC(property->GetSlot(0), key->value()); in VisitObjectLiteral() 1381 EmitSetHomeObjectAccumulator(value, 0, property->GetSlot(1)); in VisitObjectLiteral() 1395 EmitSetHomeObject(value, 2, property->GetSlot()); in VisitObjectLiteral() 1478 EmitSetHomeObject(value, 2, property->GetSlot()); in VisitObjectLiteral() 1994 EmitSetHomeObject(value, 2, property->GetSlot()); in EmitClassDefineProperties()
|
/external/v8/src/full-codegen/mips64/ |
D | full-codegen-mips64.cc | 1351 EmitSetHomeObject(expression, offset, property->GetSlot()); in EmitAccessor() 1408 CallStoreIC(property->GetSlot(0), key->value()); in VisitObjectLiteral() 1412 EmitSetHomeObjectAccumulator(value, 0, property->GetSlot(1)); in VisitObjectLiteral() 1426 EmitSetHomeObject(value, 2, property->GetSlot()); in VisitObjectLiteral() 1510 EmitSetHomeObject(value, 2, property->GetSlot()); in VisitObjectLiteral() 1988 EmitSetHomeObject(value, 2, property->GetSlot()); in EmitClassDefineProperties()
|
/external/v8/src/full-codegen/arm64/ |
D | full-codegen-arm64.cc | 1335 EmitSetHomeObject(expression, offset, property->GetSlot()); in EmitAccessor() 1392 CallStoreIC(property->GetSlot(0), key->value()); in VisitObjectLiteral() 1396 EmitSetHomeObjectAccumulator(value, 0, property->GetSlot(1)); in VisitObjectLiteral() 1409 EmitSetHomeObject(value, 2, property->GetSlot()); in VisitObjectLiteral() 1493 EmitSetHomeObject(value, 2, property->GetSlot()); in VisitObjectLiteral() 1881 EmitSetHomeObject(value, 2, property->GetSlot()); in EmitClassDefineProperties()
|
/external/v8/src/full-codegen/mips/ |
D | full-codegen-mips.cc | 1350 EmitSetHomeObject(expression, offset, property->GetSlot()); in EmitAccessor() 1407 CallStoreIC(property->GetSlot(0), key->value()); in VisitObjectLiteral() 1411 EmitSetHomeObjectAccumulator(value, 0, property->GetSlot(1)); in VisitObjectLiteral() 1425 EmitSetHomeObject(value, 2, property->GetSlot()); in VisitObjectLiteral() 1509 EmitSetHomeObject(value, 2, property->GetSlot()); in VisitObjectLiteral() 1988 EmitSetHomeObject(value, 2, property->GetSlot()); in EmitClassDefineProperties()
|
/external/v8/src/full-codegen/arm/ |
D | full-codegen-arm.cc | 1349 EmitSetHomeObject(expression, offset, property->GetSlot()); in EmitAccessor() 1406 CallStoreIC(property->GetSlot(0), key->value()); in VisitObjectLiteral() 1410 EmitSetHomeObjectAccumulator(value, 0, property->GetSlot(1)); in VisitObjectLiteral() 1424 EmitSetHomeObject(value, 2, property->GetSlot()); in VisitObjectLiteral() 1509 EmitSetHomeObject(value, 2, property->GetSlot()); in VisitObjectLiteral() 1981 EmitSetHomeObject(value, 2, property->GetSlot()); in EmitClassDefineProperties()
|
/external/v8/src/full-codegen/s390/ |
D | full-codegen-s390.cc | 1283 EmitSetHomeObject(expression, offset, property->GetSlot()); in EmitAccessor() 1339 CallStoreIC(property->GetSlot(0), key->value()); in VisitObjectLiteral() 1343 EmitSetHomeObjectAccumulator(value, 0, property->GetSlot(1)); in VisitObjectLiteral() 1357 EmitSetHomeObject(value, 2, property->GetSlot()); in VisitObjectLiteral() 1440 EmitSetHomeObject(value, 2, property->GetSlot()); in VisitObjectLiteral() 1953 EmitSetHomeObject(value, 2, property->GetSlot()); in EmitClassDefineProperties()
|
/external/v8/src/crankshaft/ |
D | typing.cc | 408 FeedbackVectorSlot slot = prop->GetSlot(); in VisitObjectLiteral()
|
D | hydrogen.cc | 5551 FeedbackVectorSlot slot = property->GetSlot(); in VisitObjectLiteral() 5579 STORE, NULL, property->GetSlot(1), value, sym, literal); in VisitObjectLiteral()
|
/external/v8/src/interpreter/ |
D | bytecode-generator.cc | 1613 feedback_index(property->GetSlot(0)), language_mode()); in VisitObjectLiteral() 1618 feedback_index(property->GetSlot(0)), language_mode()); in VisitObjectLiteral() 3016 FeedbackVectorSlot slot = property->GetSlot(slot_number); in VisitSetHomeObject()
|
/external/v8/src/compiler/ |
D | ast-graph-builder.cc | 1785 CreateVectorSlotPair(property->GetSlot(0)); in VisitObjectLiteral() 3712 CreateVectorSlotPair(property->GetSlot(slot_number)); in BuildSetHomeObject()
|
/external/v8/src/ast/ |
D | ast.h | 1345 FeedbackVectorSlot GetSlot(int offset = 0) const {
|