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

  /external/v8/src/compiler/mips/
instruction-selector-mips.cc 830 int push_count = static_cast<int>(descriptor->StackParameterCount()); local
831 if (push_count > 0) {
833 g.TempImmediate(push_count << kPointerSizeLog2));
    [all...]
  /external/v8/src/compiler/mips64/
instruction-selector-mips64.cc 1263 int push_count = static_cast<int>(descriptor->StackParameterCount()); local
    [all...]
  /external/v8/src/crankshaft/
hydrogen.h 542 int push_count() const { return push_count_; } function in class:v8::internal::final
    [all...]
hydrogen.cc 175 int push_count = environment->push_count(); local
186 for (int i = 0; i < push_count; ++i) {
    [all...]

Completed in 50 milliseconds