Lines Matching refs:LoadContextElement
68 LoadContextElement(native_context, Context::REGEXP_RESULT_MAP_INDEX)); in AllocateRegExpResult()
99 CAST(LoadContextElement(native_context, Context::REGEXP_FUNCTION_INDEX)); in RegExpCreate()
255 TNode<Map> map = CAST(LoadContextElement( in ConstructNewResultFromMatchInfo()
735 TNode<RegExpMatchInfo> last_match_info = CAST(LoadContextElement( in RegExpPrototypeExecBodyWithoutResult()
837 LoadContextElement(native_context, Context::REGEXP_FUNCTION_INDEX); in IsFastRegExpNoPrototype()
876 LoadContextElement(native_context, Context::REGEXP_EXEC_FUNCTION_INDEX); in IsFastRegExpWithOriginalExec()
924 LoadContextElement(native_context, Context::REGEXP_FUNCTION_INDEX); in BranchIfFastRegExp()
932 LoadContextElement(native_context, Context::REGEXP_PROTOTYPE_MAP_INDEX); in BranchIfFastRegExp()
982 LoadContextElement(native_context, Context::REGEXP_RESULT_MAP_INDEX); in BranchIfFastRegExpResult()
1291 LoadContextElement(native_context, Context::REGEXP_FUNCTION_INDEX); in TF_BUILTIN()
1472 LoadContextElement(native_context, Context::REGEXP_FUNCTION_INDEX); in TF_BUILTIN()
1593 LoadContextElement(native_context, Context::REGEXP_FUNCTION_INDEX); in FlagGetter()
2045 LoadContextElement(native_context, Context::REGEXP_FUNCTION_INDEX); in MatchAllIterator()
2101 TNode<Map> map = CAST(LoadContextElement( in MatchAllIterator()
2363 Node* const last_match_info = LoadContextElement( in RegExpPrototypeSplitBody()
2420 Node* const last_match_info = LoadContextElement( in RegExpPrototypeSplitBody()
2689 TNode<FixedArray> last_match_info = CAST(LoadContextElement( in ReplaceGlobalCallableFastPath()
2702 last_match_info = CAST(LoadContextElement( in ReplaceGlobalCallableFastPath()
2823 Node* const reflect_apply = LoadContextElement( in ReplaceGlobalCallableFastPath()
3078 TNode<RegExpMatchInfo> internal_match_info = CAST(LoadContextElement( in TF_BUILTIN()