Home
last modified time | relevance | path

Searched refs:check_frame_state (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Djs-call-reducer.h208 Node* check_frame_state, Node* effect,
Djs-call-reducer.cc1078 Node* check_frame_state = CreateJavaScriptBuiltinContinuationFrameState( in ReduceArrayForEach() local
1084 WireInCallbackIsCallableCheck(fncallback, context, check_frame_state, effect, in ReduceArrayForEach()
1263 Node* check_frame_state; in ReduceArrayReduce() local
1272 check_frame_state = CreateJavaScriptBuiltinContinuationFrameState( in ReduceArrayReduce()
1282 WireInCallbackIsCallableCheck(fncallback, context, check_frame_state, effect, in ReduceArrayReduce()
1553 Node* check_frame_state = CreateJavaScriptBuiltinContinuationFrameState( in ReduceArrayMap() local
1559 WireInCallbackIsCallableCheck(fncallback, context, check_frame_state, effect, in ReduceArrayMap()
1786 Node* check_frame_state = CreateJavaScriptBuiltinContinuationFrameState( in ReduceArrayFilter() local
1790 WireInCallbackIsCallableCheck(fncallback, context, check_frame_state, in ReduceArrayFilter()
2223 Node* fncallback, Node* context, Node* check_frame_state, Node* effect, in WireInCallbackIsCallableCheck() argument
[all …]