Home | History | Annotate | Download | only in x87

Lines Matching refs:translation

763                                 Translation* translation) {
766 // The translation includes one command per value in the environment.
769 WriteTranslation(environment->outer(), translation);
770 WriteTranslationFrame(environment, translation);
777 translation,
788 Translation* translation,
798 translation->DuplicateObject(dupe_of);
803 translation->BeginArgumentsObject(object_length);
805 translation->BeginCapturedObject(object_length);
813 translation,
826 translation->StoreStackSlot(index);
828 translation->StoreUint32StackSlot(index);
830 translation->StoreInt32StackSlot(index);
834 translation->StoreDoubleStackSlot(index);
838 translation->StoreRegister(reg);
840 translation->StoreUint32Register(reg);
842 translation->StoreInt32Register(reg);
846 translation->StoreDoubleRegister(reg);
850 translation->StoreLiteral(src_index);
936 // Layout of the translation:
949 Translation translation(&translations_, frame_count, jsframe_count, zone());
950 WriteTranslation(environment, &translation);
954 translation.index(),