Home | History | Annotate | Download | only in arm64

Lines Matching refs:translation

245                                 Translation* translation) {
248 // The translation includes one command per value in the environment.
251 WriteTranslation(environment->outer(), translation);
252 WriteTranslationFrame(environment, translation);
259 environment, translation, value, environment->HasTaggedValueAt(i),
266 Translation* translation,
276 translation->DuplicateObject(dupe_of);
281 translation->BeginArgumentsObject(object_length);
283 translation->BeginCapturedObject(object_length);
291 translation,
304 translation->StoreStackSlot(index);
306 translation->StoreUint32StackSlot(index);
308 translation->StoreInt32StackSlot(index);
312 translation->StoreDoubleStackSlot(index);
316 translation->StoreRegister(reg);
318 translation->StoreUint32Register(reg);
320 translation->StoreInt32Register(reg);
324 translation->StoreDoubleRegister(reg);
328 translation->StoreLiteral(src_index);
347 Translation translation(&translations_, frame_count, jsframe_count, zone());
348 WriteTranslation(environment, &translation);
352 translation.index(),