Searched refs:AsArray (Results 1 – 7 of 7) sorted by relevance
411 && this->AsArray()->Element()->Equals(that->AsArray()->Element()); in SimplyEquals()959 TypeHandle element = Convert<OtherType>(type->AsArray()->Element(), region); in Convert()1069 AsArray()->Element()->PrintTo(os, dim); in PrintTo()
446 ArrayType* AsArray() { return ArrayType::cast(this); } in AsArray() function
2265 Local<Array> StackTrace::AsArray() { in AsArray() function in v8::StackTrace
489 object.lower->AsArray()->Element(), Type::Undefined(zone()), zone()); in TypeJSLoadProperty()493 object.upper->AsArray()->Element(), Type::Undefined(zone()), zone()); in TypeJSLoadProperty()
634 CheckEqual(type, array->AsArray()->Element()); in Array()
17253 CHECK(stackTrace->AsArray()->IsArray()); in AnalyzeStackInNativeCode()17270 CHECK(stackTrace->AsArray()->IsArray()); in AnalyzeStackInNativeCode()
1339 Local<Array> AsArray();