Home | History | Annotate | Download | only in s390

Lines Matching refs:translation

532                                 Translation* translation) {
535 // The translation includes one command per value in the environment.
538 WriteTranslation(environment->outer(), translation);
539 WriteTranslationFrame(environment, translation);
546 environment, translation, value, environment->HasTaggedValueAt(i),
552 Translation* translation, LOperand* op,
560 translation->DuplicateObject(dupe_of);
565 translation->BeginArgumentsObject(object_length);
567 translation->BeginCapturedObject(object_length);
574 AddToTranslation(environment, translation, value,
585 translation->StoreStackSlot(index);
587 translation->StoreUint32StackSlot(index);
589 translation->StoreInt32StackSlot(index);
593 translation->StoreDoubleStackSlot(index);
597 translation->StoreRegister(reg);
599 translation->StoreUint32Register(reg);
601 translation->StoreInt32Register(reg);
605 translation->StoreDoubleRegister(reg);
609 translation->StoreLiteral(src_index);
677 // Layout of the translation:
690 Translation translation(&translations_, frame_count, jsframe_count, zone());
691 WriteTranslation(environment, &translation);
694 environment->Register(deoptimization_index, translation.index(),