Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/deoptimizer/
Dtranslation-array.h96 void StoreInt32StackSlot(int index);
Dtranslation-array.cc266 void TranslationArrayBuilder::StoreInt32StackSlot(int index) { in StoreInt32StackSlot() function in v8::internal::TranslationArrayBuilder
/third_party/node/deps/v8/src/maglev/
Dmaglev-code-generator.cc461 translation_array_builder_.StoreInt32StackSlot( in EmitDeoptFrameSingleValue()
/third_party/node/deps/v8/src/compiler/backend/
Dcode-generator.cc1161 translations_.StoreInt32StackSlot(LocationOperand::cast(op)->index()); in AddTranslationForOperand()