Home
last modified time | relevance | path

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

/external/v8/src/
Dfield-type.cc53 Handle<i::Map> FieldType::AsClass() { in AsClass() function in v8::internal::FieldType
60 return !this->IsClass() || this->AsClass()->is_stable(); in NowStable()
79 return AstType::Class(AsClass(), zone); in Convert()
89 os << "Class(" << static_cast<void*>(*AsClass()) << ")"; in PrintTo()
Dfield-type.h38 Handle<i::Map> AsClass();
Dobjects.cc3195 if (type->IsClass()) return Map::WeakCellForMap(type->AsClass()); in WrapFieldType()
/external/v8/src/compiler/
Daccess-info.cc340 field_type = Type::For(descriptors_field_type->AsClass()); in ComputePropertyAccessInfo()
341 field_map = descriptors_field_type->AsClass(); in ComputePropertyAccessInfo()
566 field_type = Type::For(descriptors_field_type->AsClass()); in LookupTransition()
567 field_map = descriptors_field_type->AsClass(); in LookupTransition()
/external/v8/src/ast/
Dast-types.cc142 if (type->IsClass()) return type->AsClass()->Lub(); in Lub()
453 *this->AsClass()->Map() == *that->AsClass()->Map(); in SimplyEquals()
607 return !this->IsClass() || this->AsClass()->Map()->is_stable(); in NowStable()
1116 return type->AsClass()->Map(); in current()
1220 os << "Class(" << static_cast<void*>(*this->AsClass()->Map()) << " < "; in PrintTo()
Dast-types.h828 AstClassType* AsClass() { return AstClassType::cast(this); } in AsClass() function
/external/v8/src/crankshaft/
Dhydrogen.cc5963 Handle<Map> field_map = field_type->AsClass(); in LoadFieldMaps()
11363 Handle<Map> map = combined_type->AsClass()->Map(); in BuildCompareInstruction()
11378 Handle<Map> map = combined_type->AsClass()->Map(); in BuildCompareInstruction()
11405 Handle<Map> map = combined_type->AsClass()->Map(); in BuildCompareInstruction()