Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-regexp.cc23 if (*recv == isolate->regexp_function()->prototype()) { in BUILTIN()
Dbuiltins-regexp-gen.cc1063 TNode<JSFunction> regexp_function = in TF_BUILTIN() local
1072 var_new_target = regexp_function; in TF_BUILTIN()
1080 GotoIfNot(TaggedEqual(value, regexp_function), &next); in TF_BUILTIN()
1142 Branch(TaggedEqual(var_new_target.value(), regexp_function), in TF_BUILTIN()
1148 regexp_function, JSFunction::kPrototypeOrInitialMapOffset)); in TF_BUILTIN()
1157 context, regexp_function, CAST(var_new_target.value()))); in TF_BUILTIN()
Dbuiltins-string-gen.cc1477 TNode<HeapObject> regexp_function = CAST( in Generate() local
1480 regexp_function, JSFunction::kPrototypeOrInitialMapOffset)); in Generate()
/external/v8/src/regexp/
Dregexp-utils.cc41 return recv.map() == isolate->regexp_function()->initial_map(); in HasInitialRegExpMap()
/external/v8/src/objects/
Djs-regexp.cc215 Handle<JSFunction> constructor = isolate->regexp_function(); in New()
Dcontexts.h209 V(REGEXP_FUNCTION_INDEX, JSFunction, regexp_function) \
/external/v8/src/compiler/
Dheap-refs.h417 V(JSFunction, regexp_function) \
Djs-call-reducer.cc7603 native_context().regexp_function().initial_map().object(); in ReduceRegExpPrototypeTest()
/external/v8/src/runtime/
Druntime-regexp.cc1570 Handle<JSFunction> regexp_fun = isolate->regexp_function(); in RUNTIME_FUNCTION()
/external/v8/src/init/
Dbootstrapper.cc4308 Handle<JSFunction> regexp_fun(native_context()->regexp_function(), isolate()); in InitializeGlobal_regexp_linear_flag()