Home | History | Annotate | Download | only in x64

Lines Matching refs:translation

517                                 Translation* translation) {
520 // The translation includes one command per value in the environment.
523 WriteTranslation(environment->outer(), translation);
524 WriteTranslationFrame(environment, translation);
531 translation, value, environment->HasTaggedValueAt(i),
538 Translation* translation,
548 translation->DuplicateObject(dupe_of);
553 translation->BeginArgumentsObject(object_length);
555 translation->BeginCapturedObject(object_length);
563 translation,
576 translation->StoreStackSlot(index);
578 translation->StoreUint32StackSlot(index);
580 translation->StoreInt32StackSlot(index);
584 translation->StoreDoubleStackSlot(index);
588 translation->StoreRegister(reg);
590 translation->StoreUint32Register(reg);
592 translation->StoreInt32Register(reg);
596 translation->StoreDoubleRegister(reg);
600 translation->StoreLiteral(src_index);
687 // Layout of the translation:
700 Translation translation(&translations_, frame_count, jsframe_count, zone());
701 WriteTranslation(environment, &translation);
705 translation.index(),