Home
last modified time | relevance | path

Searched refs:CreateLiteralRegExp (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/compiler/
Djs-operator.h522 const Operator* CreateLiteralRegExp(Handle<String> constant_pattern,
Djs-operator.cc958 const Operator* JSOperatorBuilder::CreateLiteralRegExp( in CreateLiteralRegExp() function in v8::internal::compiler::JSOperatorBuilder
Dbytecode-graph-builder.cc1112 const Operator* op = javascript()->CreateLiteralRegExp( in BuildCreateRegExpLiteral()
Dast-graph-builder.cc1710 const Operator* op = javascript()->CreateLiteralRegExp( in VisitRegExpLiteral()