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

/external/chromium_org/v8/src/
H A Ddeoptimizer.cc82 int fp_to_sp_delta,
89 fp_to_sp_delta,
156 unsigned fp_to_sp_delta = (stack_slots * kPointerSize) + local
164 fp_to_sp_delta,
166 Address tos = frame->fp() - fp_to_sp_delta;
553 int fp_to_sp_delta,
560 fp_to_sp_delta_(fp_to_sp_delta),
78 New(JSFunction* function, BailoutType type, unsigned bailout_id, Address from, int fp_to_sp_delta, Isolate* isolate) argument
548 Deoptimizer(Isolate* isolate, JSFunction* function, BailoutType type, unsigned bailout_id, Address from, int fp_to_sp_delta, Code* optimized_code) argument

Completed in 378 milliseconds