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

  /external/v8/src/
property-details.h 207 enum class PropertyCellType {
235 PropertyCellType cell_type) {
254 PropertyCellType cell_type = PropertyCellType::kNoCell) {
264 PropertyDetails set_cell_type(PropertyCellType type) const {
328 PropertyCellType cell_type() const {
346 : public BitField<PropertyCellType, AttributesField::kNext, 2> {};
lookup.cc 290 PropertyDetails details(kData, attributes, 0, PropertyCellType::kMutable);
348 global, name(), PropertyCellType::kUninitialized, &entry);
359 PropertyCellType::kUninitialized);
360 PropertyCellType new_type =
369 PropertyDetails(kData, attributes, 0, PropertyCellType::kNoCell);
383 PropertyDetails(kData, attributes, 0, PropertyCellType::kNoCell);
532 PropertyDetails details(kAccessor, attributes, 0, PropertyCellType::kMutable);
    [all...]
objects-printer.cc     [all...]
api-natives.cc 551 PropertyDetails details(kData, attributes, 0, PropertyCellType::kNoCell);
563 PropertyDetails details(kData, attributes, 0, PropertyCellType::kNoCell);
576 PropertyDetails details(kAccessor, attributes, 0, PropertyCellType::kNoCell);
code-stubs.h 900 StoreGlobalStub(Isolate* isolate, PropertyCellType type,
934 PropertyCellType cell_type() const {
939 DCHECK(PropertyCellType::kConstantType == cell_type());
946 class CellTypeBits : public BitField<PropertyCellType, 0, 2> {};
    [all...]
code-stubs.cc     [all...]
elements.cc     [all...]
objects.cc     [all...]
factory.cc     [all...]
objects.h     [all...]
bootstrapper.cc     [all...]
code-stub-assembler.cc     [all...]
  /external/v8/src/compiler/
js-native-context-specialization.cc 332 PropertyCellType property_cell_type = property_details.cell_type();
339 } else if (property_cell_type == PropertyCellType::kUndefined) {
342 } else if (property_cell_type == PropertyCellType::kConstantType) {
377 if (property_details.cell_type() != PropertyCellType::kMutable ||
383 if (property_details.cell_type() == PropertyCellType::kConstant ||
384 property_details.cell_type() == PropertyCellType::kUndefined) {
391 if (property_details.cell_type() == PropertyCellType::kConstantType) {
425 case PropertyCellType::kUndefined: {
429 case PropertyCellType::kConstant: {
440 case PropertyCellType::kConstantType:
    [all...]
  /external/v8/src/ic/x64/
handler-compiler-x64.cc 202 global, name, PropertyCellType::kInvalidated);
  /external/v8/src/ic/
ic.cc 910 global, name, PropertyCellType::kInvalidated);
933 global, name, PropertyCellType::kInvalidated)
    [all...]
  /external/v8/src/ic/arm/
handler-compiler-arm.cc 191 global, name, PropertyCellType::kInvalidated);
  /external/v8/src/ic/arm64/
handler-compiler-arm64.cc 93 global, name, PropertyCellType::kInvalidated);
  /external/v8/src/ic/ia32/
handler-compiler-ia32.cc 228 global, name, PropertyCellType::kInvalidated);
  /external/v8/src/ic/mips/
handler-compiler-mips.cc 183 global, name, PropertyCellType::kInvalidated);
  /external/v8/src/ic/mips64/
handler-compiler-mips64.cc 183 global, name, PropertyCellType::kInvalidated);
  /external/v8/src/ic/ppc/
handler-compiler-ppc.cc 186 global, name, PropertyCellType::kInvalidated);
  /external/v8/src/ic/s390/
handler-compiler-s390.cc 179 global, name, PropertyCellType::kInvalidated);
  /external/v8/src/ic/x87/
handler-compiler-x87.cc 228 global, name, PropertyCellType::kInvalidated);
  /external/v8/src/crankshaft/
hydrogen.cc     [all...]

Completed in 1119 milliseconds