Home
last modified time | relevance | path

Searched refs:StoreDoubleStackSlot (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Ddeoptimizer.h975 void StoreDoubleStackSlot(int index);
Ddeoptimizer.cc2052 void Translation::StoreDoubleStackSlot(int index) { in StoreDoubleStackSlot() function in v8::internal::Translation
/external/v8/src/compiler/
Dcode-generator.cc1120 translation->StoreDoubleStackSlot(LocationOperand::cast(op)->index()); in AddTranslationForOperand()