Home
last modified time | relevance | path

Searched refs:FieldIndexField (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dproperty-details.h302 FieldIndexField::encode(field_index)) {}
380 int field_index() const { return FieldIndexField::decode(value_); } in field_index()
419 using FieldIndexField = variable
424 STATIC_ASSERT(FieldIndexField::kLastUsedBit < 31);
/third_party/node/deps/v8/src/ic/
Daccessor-assembler.cc1570 DecodeWordFromWord32<PropertyDetails::FieldIndexField>(details); in OverwriteExistingFastDataProperty()
1723 DecodeWordFromWord32<PropertyDetails::FieldIndexField>(details); in StoreJSSharedStructField()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc9581 Signed(DecodeWordFromWord32<PropertyDetails::FieldIndexField>(details)); in LoadPropertyFromFastObject()