Home
last modified time | relevance | path

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

/external/v8/src/
Dtypes.cc171 if (type->IsClass()) return type->AsClass()->Lub(); in Lub()
480 && *this->AsClass()->Map() == *that->AsClass()->Map(); in SimplyEquals()
610 return !this->IsClass() || this->AsClass()->Map()->is_stable(); in NowStable()
1160 return type->AsClass()->Map(); in current()
1211 return ClassType::New(type->AsClass()->Map(), region); in Convert()
1320 os << "Class(" << static_cast<void*>(*this->AsClass()->Map()) << " < "; in PrintTo()
Dtypes.h505 ClassType* AsClass() { return ClassType::cast(this); } in AsClass() function
Dobjects.cc2591 if (type->IsClass()) return Map::WeakCellForMap(type->AsClass()->Map()); in WrapType()
/external/v8/src/compiler/
Dtyper.cc1287 receiver->AsClass()->Map()->IsJSFunctionMap()) { in TypeJSLoadNamed()
1288 Handle<Map> map = receiver->AsClass()->Map(); in TypeJSLoadNamed()
1854 Handle<Map> object_map = object_type->AsClass()->Map(); in GetStableMapFromObjectType()
/external/v8/test/cctest/
Dtest-types.cc328 CHECK(*map == *type->AsClass()->Map()); in Class()
/external/v8/src/crankshaft/
Dhydrogen.cc11547 Handle<Map> map = combined_type->AsClass()->Map(); in BuildCompareInstruction()
11580 Handle<Map> map = combined_type->AsClass()->Map(); in BuildCompareInstruction()