Home
last modified time | relevance | path

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

/external/v8/src/
Ddeoptimizer.h971 void StoreInt32StackSlot(int index);
Ddeoptimizer.cc2030 void Translation::StoreInt32StackSlot(int index) { in StoreInt32StackSlot() function in v8::internal::Translation
/external/v8/src/compiler/
Dcode-generator.cc1110 translation->StoreInt32StackSlot(LocationOperand::cast(op)->index()); in AddTranslationForOperand()