HomeSort by relevance Sort by last modified time
    Searched refs:in_loop (Results 1 - 19 of 19) sorted by null

  /external/v8/src/
stub-cache.h 142 InLoopFlag in_loop,
149 InLoopFlag in_loop,
156 InLoopFlag in_loop,
166 InLoopFlag in_loop,
175 static Object* ComputeCallInitialize(int argc, InLoopFlag in_loop);
176 static Object* ComputeCallPreMonomorphic(int argc, InLoopFlag in_loop);
177 static Object* ComputeCallNormal(int argc, InLoopFlag in_loop);
178 static Object* ComputeCallMegamorphic(int argc, InLoopFlag in_loop);
182 static Code* FindCallInitialize(int argc, InLoopFlag in_loop);
237 // We always set the in_loop bit to zero when generating the lookup cod
    [all...]
stub-cache.cc 413 InLoopFlag in_loop,
434 in_loop,
452 CallStubCompiler compiler(argc, in_loop);
465 InLoopFlag in_loop,
482 in_loop,
486 CallStubCompiler compiler(argc, in_loop);
538 InLoopFlag in_loop,
541 Object* code = ComputeCallNormal(argc, in_loop);
548 InLoopFlag in_loop,
555 Code::ComputeMonomorphicFlags(Code::CALL_IC, NORMAL, in_loop, argc)
    [all...]
codegen.cc 257 InLoopFlag in_loop = (cgen.loop_nesting() != 0) ? IN_LOOP : NOT_IN_LOOP; local
258 Code::Flags flags = Code::ComputeFlags(Code::FUNCTION, in_loop);
284 InLoopFlag in_loop) {
285 if (in_loop == IN_LOOP) {
293 CALL_HEAP_FUNCTION(StubCache::ComputeCallInitialize(argc, in_loop), Code);
ic.cc 232 InLoopFlag in_loop = target->ic_in_loop(); local
235 StubCache::FindCallInitialize(target->arguments_count(), in_loop);
500 InLoopFlag in_loop = target()->ic_in_loop(); local
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(); local
    [all...]
codegen.h 502 CallFunctionStub(int argc, InLoopFlag in_loop, CallFunctionFlags flags)
503 : argc_(argc), in_loop_(in_loop), flags_(flags) { }
514 PrintF("CallFunctionStub (args %d, in_loop %d, flags %d)\n",
objects-inl.h     [all...]
objects.h     [all...]
  /external/v8/src/mips/
codegen-mips.h 203 Handle<Code> ComputeCallInitialize(int argc, InLoopFlag in_loop);
  /external/v8/src/arm/
codegen-arm.h 340 static Handle<Code> ComputeCallInitialize(int argc, InLoopFlag in_loop);
codegen-arm.cc 1126 InLoopFlag in_loop = loop_nesting() > 0 ? IN_LOOP : NOT_IN_LOOP; local
3019 InLoopFlag in_loop = loop_nesting() > 0 ? IN_LOOP : NOT_IN_LOOP; local
3045 InLoopFlag in_loop = loop_nesting() > 0 ? IN_LOOP : NOT_IN_LOOP; local
3092 InLoopFlag in_loop = loop_nesting() > 0 ? IN_LOOP : NOT_IN_LOOP; local
3695 InLoopFlag in_loop = loop_nesting() > 0 ? IN_LOOP : NOT_IN_LOOP; local
    [all...]
full-codegen-arm.cc 1191 InLoopFlag in_loop = (loop_depth() > 0) ? IN_LOOP : NOT_IN_LOOP; local
    [all...]
  /external/v8/src/x64/
virtual-frame-x64.cc     [all...]
codegen-x64.h 517 static Handle<Code> ComputeCallInitialize(int argc, InLoopFlag in_loop);
full-codegen-x64.cc 1301 InLoopFlag in_loop = (loop_depth() > 0) ? IN_LOOP : NOT_IN_LOOP; local
1455 InLoopFlag in_loop = (loop_depth() > 0) ? IN_LOOP : NOT_IN_LOOP; local
    [all...]
codegen-x64.cc 2752 InLoopFlag in_loop = loop_nesting() > 0 ? IN_LOOP : NOT_IN_LOOP; local
7394 InLoopFlag in_loop = loop_nesting() > 0 ? IN_LOOP : NOT_IN_LOOP; local
    [all...]
  /external/v8/src/ia32/
codegen-ia32.h 533 static Handle<Code> ComputeCallInitialize(int argc, InLoopFlag in_loop);
    [all...]
full-codegen-ia32.cc 1305 InLoopFlag in_loop = (loop_depth() > 0) ? IN_LOOP : NOT_IN_LOOP; local
1462 InLoopFlag in_loop = (loop_depth() > 0) ? IN_LOOP : NOT_IN_LOOP; local
    [all...]
virtual-frame-ia32.cc     [all...]
codegen-ia32.cc 2436 InLoopFlag in_loop = loop_nesting() > 0 ? IN_LOOP : NOT_IN_LOOP; local
5051 InLoopFlag in_loop = loop_nesting() > 0 ? IN_LOOP : NOT_IN_LOOP; local
    [all...]

Completed in 857 milliseconds