Home | History | Annotate | Download | only in src

Lines Matching defs:uninitialized

2114   // allocating SharedFunctionInfo to avoid GC seeing the uninitialized SFI.
2136 share->set_debug_info(DebugInfo::uninitialized(), SKIP_WRITE_BARRIER);
2368 Smi* uninitialized = Smi::FromInt(JSRegExp::kUninitializedValue);
2372 store->set(JSRegExp::kIrregexpLatin1CodeIndex, uninitialized);
2373 store->set(JSRegExp::kIrregexpUC16CodeIndex, uninitialized);
2374 store->set(JSRegExp::kIrregexpLatin1CodeSavedIndex, uninitialized);
2375 store->set(JSRegExp::kIrregexpUC16CodeSavedIndex, uninitialized);
2379 store->set(JSRegExp::kIrregexpCaptureNameMapIndex, uninitialized);