Searched refs:regexp_function (Results 1 – 10 of 10) sorted by relevance
| /external/v8/src/builtins/ |
| D | builtins-regexp.cc | 23 if (*recv == isolate->regexp_function()->prototype()) { in BUILTIN()
|
| D | builtins-regexp-gen.cc | 1063 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()
|
| D | builtins-string-gen.cc | 1477 TNode<HeapObject> regexp_function = CAST( in Generate() local 1480 regexp_function, JSFunction::kPrototypeOrInitialMapOffset)); in Generate()
|
| /external/v8/src/regexp/ |
| D | regexp-utils.cc | 41 return recv.map() == isolate->regexp_function()->initial_map(); in HasInitialRegExpMap()
|
| /external/v8/src/objects/ |
| D | js-regexp.cc | 215 Handle<JSFunction> constructor = isolate->regexp_function(); in New()
|
| D | contexts.h | 209 V(REGEXP_FUNCTION_INDEX, JSFunction, regexp_function) \
|
| /external/v8/src/compiler/ |
| D | heap-refs.h | 417 V(JSFunction, regexp_function) \
|
| D | js-call-reducer.cc | 7603 native_context().regexp_function().initial_map().object(); in ReduceRegExpPrototypeTest()
|
| /external/v8/src/runtime/ |
| D | runtime-regexp.cc | 1570 Handle<JSFunction> regexp_fun = isolate->regexp_function(); in RUNTIME_FUNCTION()
|
| /external/v8/src/init/ |
| D | bootstrapper.cc | 4308 Handle<JSFunction> regexp_fun(native_context()->regexp_function(), isolate()); in InitializeGlobal_regexp_linear_flag()
|