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

  /external/v8/src/
deoptimizer.cc 853 return ComputeIncomingArgumentSize(function) + kFixedSlotSize;
857 unsigned Deoptimizer::ComputeIncomingArgumentSize(JSFunction* function) const {
    [all...]
deoptimizer.h 254 unsigned ComputeIncomingArgumentSize(JSFunction* function) const;

Completed in 137 milliseconds