Home | History | Annotate | Download | only in x64

Lines Matching refs:Translation

466                                 Translation* translation) {
469 // The translation includes one command per value in the environment.
474 WriteTranslation(environment->outer(), translation);
479 : Translation::kSelfLiteralId;
483 translation->BeginJSFrame(environment->ast_id(), closure_id, height);
486 translation->BeginConstructStubFrame(closure_id, translation_size);
491 translation->BeginGetterStubFrame(closure_id);
496 translation->BeginSetterStubFrame(closure_id);
499 translation->BeginArgumentsAdaptorFrame(closure_id, translation_size);
502 translation->BeginCompiledStubFrame();
511 translation,
522 Translation* translation,
532 translation->DuplicateObject(dupe_of);
537 translation->BeginArgumentsObject(object_length);
539 translation->BeginCapturedObject(object_length);
547 translation,
559 translation->StoreStackSlot(op->index());
561 translation->StoreUint32StackSlot(op->index());
563 translation->StoreInt32StackSlot(op->index());
566 translation->StoreDoubleStackSlot(op->index());
570 translation->StoreStackSlot(src_index);
574 translation->StoreRegister(reg);
576 translation->StoreUint32Register(reg);
578 translation->StoreInt32Register(reg);
582 translation->StoreDoubleRegister(reg);
586 translation->StoreLiteral(src_index);
655 // Layout of the translation:
668 Translation translation(&translations_, frame_count, jsframe_count, zone());
669 WriteTranslation(environment, &translation);
673 translation.index(),