Searched refs:cell_type (Results 1 – 7 of 7) sorted by relevance
369 uint8_t cell_type, func_type, payload, clp; in oam_print() local378 cell_type = ((*(p+ATM_HDR_LEN_NOHEC+hec))>>4) & 0x0f; in oam_print()397 tok2str(oam_celltype_values, "unknown", cell_type), in oam_print()398 cell_type)); in oam_print()400 if (oam_functype_values[cell_type] == NULL) in oam_print()404 tok2str(oam_functype_values[cell_type],"none",func_type), in oam_print()409 switch (cell_type << 4 | func_type) { in oam_print()
93 if (property_details.cell_type() != PropertyCellType::kMutable || in ReduceJSLoadGlobal()99 if (property_details.cell_type() == PropertyCellType::kConstant || in ReduceJSLoadGlobal()100 property_details.cell_type() == PropertyCellType::kUndefined) { in ReduceJSLoadGlobal()108 if (property_details.cell_type() == PropertyCellType::kConstantType) { in ReduceJSLoadGlobal()165 switch (property_details.cell_type()) { in ReduceJSStoreGlobal()
240 PropertyCellType cell_type) { in PropertyDetails() argument243 PropertyCellTypeField::encode(cell_type); in PropertyDetails()340 PropertyCellType cell_type() const { in cell_type() function
1825 auto cell_type = stub->cell_type(); in BuildCodeInitializedStub() local1826 if (cell_type == PropertyCellType::kConstant || in BuildCodeInitializedStub()1827 cell_type == PropertyCellType::kUndefined) { in BuildCodeInitializedStub()1844 if (cell_type == PropertyCellType::kConstantType) { in BuildCodeInitializedStub()
1719 PropertyCellType cell_type() const { in cell_type() function1724 DCHECK(PropertyCellType::kConstantType == cell_type()); in constant_type()
1616 auto cell_type = value->IsUndefined(isolate) in SetNormalizedProperty() local1619 details = details.set_cell_type(cell_type); in SetNormalizedProperty()2876 auto cell_type = value->IsUndefined(isolate) in AddSlowProperty() local2879 details = details.set_cell_type(cell_type); in AddSlowProperty()16874 DCHECK(cell->property_details().cell_type() == in EnsurePropertyCell()16876 cell->property_details().cell_type() == in EnsurePropertyCell()18848 PropertyCellType type = details.cell_type(); in UpdatedType()18894 PropertyCellType old_type = original_details.cell_type(); in UpdateCell()
5854 auto cell_type = it.property_details().cell_type(); in VisitVariableProxy() local5855 if (cell_type == PropertyCellType::kConstant || in VisitVariableProxy()5856 cell_type == PropertyCellType::kUndefined) { in VisitVariableProxy()5867 if (cell_type == PropertyCellType::kConstantType) { in VisitVariableProxy()7036 auto cell_type = it.property_details().cell_type(); in HandleGlobalVariableAssignment() local7037 if (cell_type == PropertyCellType::kConstant || in HandleGlobalVariableAssignment()7038 cell_type == PropertyCellType::kUndefined) { in HandleGlobalVariableAssignment()7063 if (cell_type == PropertyCellType::kConstantType) { in HandleGlobalVariableAssignment()