Home
last modified time | relevance | path

Searched refs:kStackSlotPush (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dcode-generator.h249 kStackSlotPush = 0x4, enumerator
250 kScalarPush = kRegisterPush | kStackSlotPush
Dcode-generator.cc492 ((push_type & CodeGenerator::kStackSlotPush) != 0)) { in IsValidPush()