Searched refs:RegExpCapture (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/v8/src/
H A Dast.cc715 Interval RegExpCapture::CaptureRegisters() {
783 bool RegExpCapture::IsAnchoredAtStart() {
788 bool RegExpCapture::IsAnchoredAtEnd() {
921 void* RegExpUnparser::VisitCapture(RegExpCapture* that, void* data) {
H A Dast.h127 class RegExpCapture;
2845 class RegExpCapture FINAL : public RegExpTree {
2847 explicit RegExpCapture(RegExpTree* body, int index) function in class:v8::internal::FINAL
2856 virtual RegExpCapture* AsCapture() OVERRIDE;
2909 explicit RegExpBackReference(RegExpCapture* capture)
2919 RegExpCapture* capture() { return capture_; }
2921 RegExpCapture* capture_;
H A Djsregexp.cc5104 BackReferenceNode(RegExpCapture::StartRegister(index()),
5105 RegExpCapture::EndRegister(index()),
5172 RegExpNode* RegExpCapture::ToNode(RegExpCompiler* compiler,
5178 RegExpNode* RegExpCapture::ToNode(RegExpTree* body,
5182 int start_reg = RegExpCapture::StartRegister(index);
5183 int end_reg = RegExpCapture::EndRegister(index);
6056 RegExpNode* captured_body = RegExpCapture::ToNode(data->tree,
H A Dparser.h325 ZoneList<RegExpCapture*>* captures_;
H A Dparser.cc4205 RegExpCapture* capture = new(zone()) RegExpCapture(body, capture_index);
4282 captures_ = new(zone()) ZoneList<RegExpCapture*>(2, zone());
4335 RegExpCapture* capture = NULL;

Completed in 359 milliseconds