Searched defs:fp_to_sp_delta (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Ddeoptimizer.cc65 int fp_to_sp_delta,
73 fp_to_sp_delta);
212 int fp_to_sp_delta)
218 fp_to_sp_delta_(fp_to_sp_delta),
228 fp_to_sp_delta - (2 * kPointerSize));
235 fp_to_sp_delta - (2 * kPointerSize));
61 New(JSFunction* function, BailoutType type, unsigned bailout_id, Address from, int fp_to_sp_delta, Isolate* isolate) argument
207 Deoptimizer(Isolate* isolate, JSFunction* function, BailoutType type, unsigned bailout_id, Address from, int fp_to_sp_delta) argument

Completed in 106 milliseconds