Home | History | Annotate | Download | only in arm

Lines Matching refs:in_loop

2104   InLoopFlag in_loop = (loop_depth() > 0) ? IN_LOOP : NOT_IN_LOOP;
2106 isolate()->stub_cache()->ComputeCallInitialize(arg_count, in_loop);
2138 InLoopFlag in_loop = (loop_depth() > 0) ? IN_LOOP : NOT_IN_LOOP;
2140 isolate()->stub_cache()->ComputeKeyedCallInitialize(arg_count, in_loop);
2161 InLoopFlag in_loop = (loop_depth() > 0) ? IN_LOOP : NOT_IN_LOOP;
2162 CallFunctionStub stub(arg_count, in_loop, RECEIVER_MIGHT_BE_VALUE);
2257 InLoopFlag in_loop = (loop_depth() > 0) ? IN_LOOP : NOT_IN_LOOP;
2258 CallFunctionStub stub(arg_count, in_loop, RECEIVER_MIGHT_BE_VALUE);