Home
last modified time | relevance | path

Searched refs:regexp_function (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/regexp/
Dregexp-utils.cc40 return recv->map() == isolate->regexp_function()->initial_map(); in HasInitialRegExpMap()
151 Handle<JSFunction> regexp_function = isolate->regexp_function(); in IsUnmodifiedRegExp() local
152 if (recv->map() != regexp_function->initial_map()) return false; in IsUnmodifiedRegExp()
/external/v8/src/builtins/
Dbuiltins-regexp.cc23 if (*recv == isolate->regexp_function()->prototype()) { in BUILTIN()
Dbuiltins-regexp-gen.cc98 TNode<JSFunction> regexp_function = in RegExpCreate() local
101 regexp_function, JSFunction::kPrototypeOrInitialMapOffset)); in RegExpCreate()
1290 Node* const regexp_function = in TF_BUILTIN() local
1299 var_new_target.Bind(regexp_function); in TF_BUILTIN()
1307 GotoIfNot(WordEqual(value, regexp_function), &next); in TF_BUILTIN()
1374 Branch(WordEqual(var_new_target.value(), regexp_function), in TF_BUILTIN()
1380 regexp_function, JSFunction::kPrototypeOrInitialMapOffset); in TF_BUILTIN()
1390 context, regexp_function, var_new_target.value()); in TF_BUILTIN()
Dbuiltins-string-gen.cc1534 TNode<HeapObject> regexp_function = CAST( in Generate() local
1537 regexp_function, JSFunction::kPrototypeOrInitialMapOffset)); in Generate()
2587 Node* const regexp_function = LoadContextElement( in EscapeQuotes() local
2590 regexp_function, JSFunction::kPrototypeOrInitialMapOffset); in EscapeQuotes()
/external/v8/src/
Dcontexts.h276 V(REGEXP_FUNCTION_INDEX, JSFunction, regexp_function) \
Dbootstrapper.cc4404 Handle<JSFunction> regexp_fun(native_context()->regexp_function(), in InitializeGlobal_harmony_string_matchall()
Dobjects.cc16494 Handle<JSFunction> constructor = isolate->regexp_function(); in New()
/external/v8/src/runtime/
Druntime-regexp.cc1583 Handle<JSFunction> regexp_fun = isolate->regexp_function(); in RUNTIME_FUNCTION()