Home
last modified time | relevance | path

Searched refs:cell_type (Results 1 – 7 of 7) sorted by relevance

/external/tcpdump/
Dprint-atm.c369 uint8_t cell_type, func_type, payload, clp; in oam_print() local
378 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()
/external/v8/src/compiler/
Djs-global-object-specialization.cc93 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()
/external/v8/src/
Dproperty-details.h240 PropertyCellType cell_type) { in PropertyDetails() argument
243 PropertyCellTypeField::encode(cell_type); in PropertyDetails()
340 PropertyCellType cell_type() const { in cell_type() function
Dcode-stubs-hydrogen.cc1825 auto cell_type = stub->cell_type(); in BuildCodeInitializedStub() local
1826 if (cell_type == PropertyCellType::kConstant || in BuildCodeInitializedStub()
1827 cell_type == PropertyCellType::kUndefined) { in BuildCodeInitializedStub()
1844 if (cell_type == PropertyCellType::kConstantType) { in BuildCodeInitializedStub()
Dcode-stubs.h1719 PropertyCellType cell_type() const { in cell_type() function
1724 DCHECK(PropertyCellType::kConstantType == cell_type()); in constant_type()
Dobjects.cc1616 auto cell_type = value->IsUndefined(isolate) in SetNormalizedProperty() local
1619 details = details.set_cell_type(cell_type); in SetNormalizedProperty()
2876 auto cell_type = value->IsUndefined(isolate) in AddSlowProperty() local
2879 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()
/external/v8/src/crankshaft/
Dhydrogen.cc5854 auto cell_type = it.property_details().cell_type(); in VisitVariableProxy() local
5855 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() local
7037 if (cell_type == PropertyCellType::kConstant || in HandleGlobalVariableAssignment()
7038 cell_type == PropertyCellType::kUndefined) { in HandleGlobalVariableAssignment()
7063 if (cell_type == PropertyCellType::kConstantType) { in HandleGlobalVariableAssignment()