Home | History | Annotate | Download | only in arm

Lines Matching refs:translation

574                                 Translation* translation) {
577 // The translation includes one command per value in the environment.
580 WriteTranslation(environment->outer(), translation);
581 WriteTranslationFrame(environment, translation);
588 environment, translation, value, environment->HasTaggedValueAt(i),
595 Translation* translation,
605 translation->DuplicateObject(dupe_of);
610 translation->BeginArgumentsObject(object_length);
612 translation->BeginCapturedObject(object_length);
620 translation,
633 translation->StoreStackSlot(index);
635 translation->StoreUint32StackSlot(index);
637 translation->StoreInt32StackSlot(index);
641 translation->StoreDoubleStackSlot(index);
645 translation->StoreRegister(reg);
647 translation->StoreUint32Register(reg);
649 translation->StoreInt32Register(reg);
653 translation->StoreDoubleRegister(reg);
657 translation->StoreLiteral(src_index);
753 // Layout of the translation:
766 Translation translation(&translations_, frame_count, jsframe_count, zone());
767 WriteTranslation(environment, &translation);
771 translation.index(),