Home | History | Annotate | Download | only in src

Lines Matching refs:IN_LOOP

232   InLoopFlag in_loop = target->ic_in_loop();
235 StubCache::FindCallInitialize(target->arguments_count(), in_loop);
500 InLoopFlag in_loop = target()->ic_in_loop();
507 code = StubCache::ComputeCallPreMonomorphic(argc, in_loop);
509 code = StubCache::ComputeCallMegamorphic(argc, in_loop);
515 code = StubCache::ComputeCallField(argc, in_loop, *name, *object,
524 code = StubCache::ComputeCallConstant(argc, in_loop, *name, *object,
539 in_loop,
551 code = StubCache::ComputeCallNormal(argc, in_loop, *name, *receiver);
579 TraceIC("CallIC", name, state, target(), in_loop ? " (in-loop)" : "");
1297 InLoopFlag in_loop = ic.target()->ic_in_loop();
1298 if (in_loop == IN_LOOP) {