Home | History | Annotate | Download | only in x64

Lines Matching refs:in_loop

2009   InLoopFlag in_loop = (loop_depth() > 0) ? IN_LOOP : NOT_IN_LOOP;
2011 ISOLATE->stub_cache()->ComputeCallInitialize(arg_count, in_loop);
2043 InLoopFlag in_loop = (loop_depth() > 0) ? IN_LOOP : NOT_IN_LOOP;
2045 ISOLATE->stub_cache()->ComputeKeyedCallInitialize(arg_count, in_loop);
2066 InLoopFlag in_loop = (loop_depth() > 0) ? IN_LOOP : NOT_IN_LOOP;
2067 CallFunctionStub stub(arg_count, in_loop, RECEIVER_MIGHT_BE_VALUE);
2157 InLoopFlag in_loop = (loop_depth() > 0) ? IN_LOOP : NOT_IN_LOOP;
2158 CallFunctionStub stub(arg_count, in_loop, RECEIVER_MIGHT_BE_VALUE);
3597 InLoopFlag in_loop = (loop_depth() > 0) ? IN_LOOP : NOT_IN_LOOP;
3599 ISOLATE->stub_cache()->ComputeCallInitialize(arg_count, in_loop);