HomeSort by relevance Sort by last modified time
    Searched refs:PropertyCellType (Results 1 - 17 of 17) sorted by null

  /external/v8/src/
property-details.h 209 enum class PropertyCellType {
237 PropertyCellType cell_type, int dictionary_index = 0) {
256 PropertyCellType cell_type = PropertyCellType::kNoCell) {
266 PropertyDetails set_cell_type(PropertyCellType type) const {
330 PropertyCellType cell_type() const {
352 : public BitField<PropertyCellType, AttributesField::kNext, 2> {};
lookup.cc 95 details = PropertyDetails(kData, NONE, PropertyCellType::kNoCell);
493 PropertyDetails details(kData, attributes, PropertyCellType::kMutable);
563 global, name(), PropertyCellType::kUninitialized, &entry);
574 kData, attributes, PropertyCellType::kUninitialized, index);
575 PropertyCellType new_type =
584 PropertyDetails(kData, attributes, PropertyCellType::kNoCell);
599 PropertyDetails(kData, attributes, PropertyCellType::kNoCell);
765 PropertyDetails details(kAccessor, attributes, PropertyCellType::kMutable);
    [all...]
api-natives.cc 580 PropertyDetails details(kData, attributes, PropertyCellType::kNoCell);
592 PropertyDetails details(kData, attributes, PropertyCellType::kNoCell);
605 PropertyDetails details(kAccessor, attributes, PropertyCellType::kNoCell);
objects-printer.cc     [all...]
elements.cc     [all...]
objects.cc     [all...]
objects.h     [all...]
bootstrapper.cc     [all...]
code-stub-assembler.cc     [all...]
  /external/v8/src/objects/
literal-objects.cc 187 PropertyCellType::kNoCell, enum_order);
227 PropertyDetails details(kData, DONT_ENUM, PropertyCellType::kNoCell,
252 PropertyDetails details(kData, DONT_ENUM, PropertyCellType::kNoCell,
274 PropertyDetails details(kAccessor, DONT_ENUM, PropertyCellType::kNoCell,
344 PropertyDetails details(kind, attribs, PropertyCellType::kNoCell,
module.cc     [all...]
  /external/v8/src/compiler/
compilation-dependencies.cc 183 GlobalPropertyDependency(const PropertyCellRef& cell, PropertyCellType type,
205 PropertyCellType type_;
340 PropertyCellType type = cell.property_details().cell_type();
js-native-context-specialization.cc 570 PropertyCellType property_cell_type = property_details.cell_type();
577 } else if (property_cell_type == PropertyCellType::kUndefined) {
580 } else if (property_cell_type == PropertyCellType::kConstantType) {
615 if (property_details.cell_type() != PropertyCellType::kMutable ||
622 if (property_details.cell_type() == PropertyCellType::kConstant ||
623 property_details.cell_type() == PropertyCellType::kUndefined) {
630 if (property_details.cell_type() == PropertyCellType::kConstantType) {
666 case PropertyCellType::kUndefined: {
670 case PropertyCellType::kConstant: {
683 case PropertyCellType::kConstantType:
    [all...]
  /external/v8/src/ic/
accessor-assembler.cc     [all...]
  /external/v8/src/runtime/
runtime-classes.cc 411 PropertyDetails details(kAccessor, attribs, PropertyCellType::kNoCell);
runtime-object.cc 395 PropertyDetails property_details(kData, NONE, PropertyCellType::kNoCell);
    [all...]
  /external/v8/src/heap/
factory.cc     [all...]

Completed in 1157 milliseconds