Searched refs:cell_type (Results 1 - 8 of 8) sorted by relevance

/external/tcpdump/
H A Dprint-atm.c369 uint8_t cell_type, func_type, payload, clp; local
378 cell_type = ((*(p+ATM_HDR_LEN_NOHEC+hec))>>4) & 0x0f;
397 tok2str(oam_celltype_values, "unknown", cell_type),
398 cell_type));
400 if (oam_functype_values[cell_type] == NULL)
404 tok2str(oam_functype_values[cell_type],"none",func_type),
409 switch (cell_type << 4 | func_type) {
/external/v8/src/compiler/
H A Djs-global-object-specialization.cc102 if (property_details.cell_type() != PropertyCellType::kMutable ||
108 if ((property_details.cell_type() == PropertyCellType::kConstant ||
109 property_details.cell_type() == PropertyCellType::kUndefined)) {
116 if (property_details.cell_type() == PropertyCellType::kConstantType) {
176 switch (property_details.cell_type()) {
/external/v8/src/
H A Dproperty-details.h236 PropertyCellType cell_type) {
239 PropertyCellTypeField::encode(cell_type);
335 PropertyCellType cell_type() const { function in class:v8::internal::BASE_EMBEDDED
235 PropertyDetails(PropertyAttributes attributes, PropertyType type, int index, PropertyCellType cell_type) argument
H A Dcode-stubs-hydrogen.cc1760 auto cell_type = stub->cell_type(); local
1761 if (cell_type == PropertyCellType::kConstant ||
1762 cell_type == PropertyCellType::kUndefined) {
1779 if (cell_type == PropertyCellType::kConstantType) {
H A Dcode-stubs.h1288 PropertyCellType cell_type() const {
1293 DCHECK(PropertyCellType::kConstantType == cell_type());
H A Dobjects.cc1411 auto cell_type = value->IsUndefined() ? PropertyCellType::kUndefined local
1413 details = details.set_cell_type(cell_type);
2675 auto cell_type = value->IsUndefined() ? PropertyCellType::kUndefined local
2677 details = details.set_cell_type(cell_type);
17727 DCHECK(cell->property_details().cell_type() ==
17729 cell->property_details().cell_type() ==
19662 PropertyCellType type = details.cell_type();
19706 PropertyCellType old_type = original_details.cell_type();
/external/v8/src/crankshaft/
H A Dhydrogen.cc5661 auto cell_type = it.property_details().cell_type(); local
5662 if (cell_type == PropertyCellType::kConstant ||
5663 cell_type == PropertyCellType::kUndefined) {
5674 if (cell_type == PropertyCellType::kConstantType) {
6872 auto cell_type = it.property_details().cell_type(); local
6873 if (cell_type == PropertyCellType::kConstant ||
6874 cell_type == PropertyCellType::kUndefined) {
6899 if (cell_type
[all...]
/external/v8/src/ic/
H A Dic.cc300 return it.property_details().cell_type() == PropertyCellType::kConstant;

Completed in 833 milliseconds