Home | History | Annotate | Download | only in x64

Lines Matching refs:IN_LOOP

1301   InLoopFlag in_loop = (loop_depth() > 0) ? IN_LOOP : NOT_IN_LOOP;
1303 in_loop);
1455 InLoopFlag in_loop = (loop_depth() > 0) ? IN_LOOP : NOT_IN_LOOP;
1456 Handle<Code> ic = CodeGenerator::ComputeCallInitialize(arg_count, in_loop);