Lines Matching defs:from

193 // We rely on this function not causing a GC. It is called from generated code
196 Address from, int fp_to_sp_delta,
200 new Deoptimizer(isolate, function, kind, from, fp_to_sp_delta);
293 // Move marked code from the optimized code list to the deoptimized code list,
334 // Move marked code from the optimized code list to the deoptimized code list.
441 // be different from the code on the function - evict it if necessary.
449 // this call from here.
471 DeoptimizeKind kind, Address from, int fp_to_sp_delta)
476 from_(from),
498 DCHECK_NE(from, kNullAddress);
519 // Calculate the deopt exit index from return address.
773 // We rely on this function not causing a GC. It is called from generated code
777 // been removed from the stack by the DeoptimizationEntry builtin, so the
791 // from input frame. Compute caller's frame top address.
1016 // The top address of the frame is computed from the previous frame's top and
1051 // input frame. For all subsequent output frames, it can be read from the
1052 // previous one. This frame's pc can be computed from the non-optimized
1062 // read from the previous one. Also compute and set this frame's frame
1077 // from the input frame. For subsequent output frames, it can be read from
1085 // For the bottommost output frame the context can be gotten from the input
1086 // frame. For all subsequent output frames it can be gotten from the function
1090 // from a register that was specified in the handler table.
1099 // Read the context from the translations.
1134 // The return_value_offset is counted from the top. Here, we compute the
1135 // register index (counted from the start).
1160 // This is not return value, just write the value from the translations.
1204 // frames, the return value from the callee will become the accumulator.
1284 // The top address of the frame is computed from the previous frame's top and
1289 // This is not a real frame, we take PC and FP values from the parent frame.
1353 // The top address of the frame is computed from the previous frame's top and
1375 // Read caller's PC from the previous frame.
1379 // Read caller's FP from the previous frame, and set this frame's FP.
1391 // Read the caller's constant pool from the previous frame.
1566 // ContinueToBuiltin stub restores the register state from the frame and tail
1569 // are taken from the deopt's FrameState.
1577 // value returned from the callee of the call site triggering the LAZY deopt
1608 // | builtin input GPR reg0 |<- populated from deopt FrameState using
1632 // of the Wasm call, extracted from the input FrameDescription.
1698 // The top address of the frame is computed from the previous frame's top and
1756 "exception (from accumulator)\n");
1777 // sure that it's harvested from the translation and copied into the register
1794 // Read caller's FP from the previous frame, and set this frame's FP.
1805 // Read the caller's constant pool from the previous frame.
1824 // The delta from the SP to the FP; used to reconstruct SP in
1954 PrintF(file, "Feedback updated from deoptimization at ");