Lines Matching refs:FixedArray
102 Handle<FixedArray> elements = factory->NewFixedArray(2);
120 Handle<FixedArray> cached = compilation_cache->LookupRegExp(pattern, flags);
161 Handle<FixedArray> data(FixedArray::cast(re->data()));
204 static void SetAtomLastCapture(FixedArray* array,
268 FixedArray* array = FixedArray::cast(last_match_info->elements());
308 Handle<FixedArray> elements = factory->NewFixedArray(2);
377 Handle<FixedArray> data = Handle<FixedArray>(FixedArray::cast(re->data()));
388 int RegExpImpl::IrregexpMaxRegisterCount(FixedArray* re) {
394 void RegExpImpl::SetIrregexpMaxRegisterCount(FixedArray* re, int value) {
399 int RegExpImpl::IrregexpNumberOfCaptures(FixedArray* re) {
404 int RegExpImpl::IrregexpNumberOfRegisters(FixedArray* re) {
409 ByteArray* RegExpImpl::IrregexpByteCode(FixedArray* re, bool is_ascii) {
414 Code* RegExpImpl::IrregexpNativeCode(FixedArray* re, bool is_ascii) {
442 return IrregexpNumberOfRegisters(FixedArray::cast(regexp->data()));
446 return (IrregexpNumberOfCaptures(FixedArray::cast(regexp->data())) + 1) * 2;
458 Handle<FixedArray> irregexp(FixedArray::cast(regexp->data()), isolate);
558 (IrregexpNumberOfCaptures(FixedArray::cast(jsregexp->data())) + 1) * 2;
562 FixedArray* array = FixedArray::cast(last_match_info->elements());