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

  /external/v8/src/compiler/
tail-call-optimization.cc 24 CallDescriptorOf(call->op())->SupportsTailCalls() &&
linkage.h 252 bool SupportsTailCalls() const { return flags() & kSupportsTailCalls; }
linkage.cc 50 << d.FrameStateCount() << "t" << d.SupportsTailCalls();
instruction-selector.cc 753 if (buffer->descriptor->SupportsTailCalls()) {
    [all...]

Completed in 385 milliseconds