Home | History | Annotate | Download | only in mips

Lines Matching refs:translation

590                                 Translation* translation) {
593 // The translation includes one command per value in the environment.
596 WriteTranslation(environment->outer(), translation);
597 WriteTranslationFrame(environment, translation);
604 environment, translation, value, environment->HasTaggedValueAt(i),
611 Translation* translation,
621 translation->DuplicateObject(dupe_of);
626 translation->BeginArgumentsObject(object_length);
628 translation->BeginCapturedObject(object_length);
636 translation,
649 translation->StoreStackSlot(index);
651 translation->StoreUint32StackSlot(index);
653 translation->StoreInt32StackSlot(index);
657 translation->StoreDoubleStackSlot(index);
661 translation->StoreRegister(reg);
663 translation->StoreUint32Register(reg);
665 translation->StoreInt32Register(reg);
669 translation->StoreDoubleRegister(reg);
673 translation->StoreLiteral(src_index);
747 // Layout of the translation:
760 Translation translation(&translations_, frame_count, jsframe_count, zone());
761 WriteTranslation(environment, &translation);
765 translation.index(),