Searched refs:cell_type (Results 1 - 7 of 7) 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.cc93 if (property_details.cell_type() != PropertyCellType::kMutable ||
99 if (property_details.cell_type() == PropertyCellType::kConstant ||
100 property_details.cell_type() == PropertyCellType::kUndefined) {
108 if (property_details.cell_type() == PropertyCellType::kConstantType) {
165 switch (property_details.cell_type()) {
/external/v8/src/
H A Dproperty-details.h240 PropertyCellType cell_type) {
243 PropertyCellTypeField::encode(cell_type);
340 PropertyCellType cell_type() const { function in class:v8::internal::BASE_EMBEDDED
239 PropertyDetails(PropertyAttributes attributes, PropertyType type, int index, PropertyCellType cell_type) argument
H A Dcode-stubs-hydrogen.cc1825 auto cell_type = stub->cell_type(); local
1826 if (cell_type == PropertyCellType::kConstant ||
1827 cell_type == PropertyCellType::kUndefined) {
1844 if (cell_type == PropertyCellType::kConstantType) {
H A Dcode-stubs.h1719 PropertyCellType cell_type() const {
1724 DCHECK(PropertyCellType::kConstantType == cell_type());
H A Dobjects.cc1616 auto cell_type = value->IsUndefined(isolate) local
1619 details = details.set_cell_type(cell_type);
2876 auto cell_type = value->IsUndefined(isolate) local
2879 details = details.set_cell_type(cell_type);
16874 DCHECK(cell->property_details().cell_type() ==
16876 cell->property_details().cell_type() ==
18848 PropertyCellType type = details.cell_type();
18894 PropertyCellType old_type = original_details.cell_type();
/external/v8/src/crankshaft/
H A Dhydrogen.cc5854 auto cell_type = it.property_details().cell_type(); local
5855 if (cell_type == PropertyCellType::kConstant ||
5856 cell_type == PropertyCellType::kUndefined) {
5867 if (cell_type == PropertyCellType::kConstantType) {
7036 auto cell_type = it.property_details().cell_type(); local
7037 if (cell_type == PropertyCellType::kConstant ||
7038 cell_type == PropertyCellType::kUndefined) {
7063 if (cell_type
[all...]

Completed in 529 milliseconds