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

  /external/v8/src/compiler/
js-global-object-specialization.cc 104 if (property_details.cell_type() != PropertyCellType::kMutable ||
110 if (property_details.cell_type() == PropertyCellType::kConstant ||
111 property_details.cell_type() == PropertyCellType::kUndefined) {
120 if (property_details.cell_type() == PropertyCellType::kConstantType) {
177 case PropertyCellType::kUndefined: {
180 case PropertyCellType::kConstant: {
190 case PropertyCellType::kConstantType: {
227 case PropertyCellType::kMutable: {
  /external/v8/src/
property-details.h 211 enum class PropertyCellType {
238 PropertyCellType cell_type) {
267 PropertyCellType cell_type = PropertyCellType::kNoCell) {
277 PropertyDetails set_cell_type(PropertyCellType type) const {
339 PropertyCellType cell_type() const {
352 class PropertyCellTypeField : public BitField<PropertyCellType, 5, 2> {};
lookup.cc 279 PropertyCellType::kMutable);
337 global, name(), PropertyCellType::kUninitialized, &entry);
348 PropertyCellType::kUninitialized);
349 PropertyCellType new_type =
358 PropertyDetails(attributes, i::DATA, 0, PropertyCellType::kNoCell);
372 PropertyDetails(attributes, i::DATA, 0, PropertyCellType::kNoCell);
522 PropertyCellType::kMutable);
objects-printer.cc     [all...]
api-natives.cc 534 PropertyDetails details(attributes, DATA, 0, PropertyCellType::kNoCell);
546 PropertyDetails details(attributes, DATA, 0, PropertyCellType::kNoCell);
559 PropertyDetails details(attributes, ACCESSOR, 0, PropertyCellType::kNoCell);
elements.cc     [all...]
code-stubs.h     [all...]
objects.cc     [all...]
code-stubs.cc     [all...]
factory.cc     [all...]
objects.h     [all...]
bootstrapper.cc     [all...]
  /external/v8/src/ic/
ic.cc 886 global, name, PropertyCellType::kInvalidated);
909 global, name, PropertyCellType::kInvalidated);
    [all...]
  /external/v8/src/ic/arm/
handler-compiler-arm.cc 220 global, name, PropertyCellType::kInvalidated);
  /external/v8/src/ic/arm64/
handler-compiler-arm64.cc 126 global, name, PropertyCellType::kInvalidated);
  /external/v8/src/ic/ia32/
handler-compiler-ia32.cc 259 global, name, PropertyCellType::kInvalidated);
  /external/v8/src/ic/mips/
handler-compiler-mips.cc 212 global, name, PropertyCellType::kInvalidated);
  /external/v8/src/ic/mips64/
handler-compiler-mips64.cc 212 global, name, PropertyCellType::kInvalidated);
  /external/v8/src/ic/ppc/
handler-compiler-ppc.cc 215 global, name, PropertyCellType::kInvalidated);
  /external/v8/src/ic/s390/
handler-compiler-s390.cc 205 global, name, PropertyCellType::kInvalidated);
  /external/v8/src/ic/x64/
handler-compiler-x64.cc 238 global, name, PropertyCellType::kInvalidated);
  /external/v8/src/ic/x87/
handler-compiler-x87.cc 259 global, name, PropertyCellType::kInvalidated);
  /external/v8/src/crankshaft/
hydrogen.cc     [all...]

Completed in 564 milliseconds