Home
last modified time | relevance | path

Searched refs:fp_to_saved_caller_fp (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/diagnostics/
Dunwinding-info-win64.cc319 : fp_to_saved_caller_fp(CommonFrameConstants::kCallerFPOffset), in FrameOffsets()
323 return fp_to_saved_caller_fp == other.fp_to_saved_caller_fp && in IsDefault()
363 fp_adjustment.fp_to_saved_caller_fp - fp_adjustment.fp_to_caller_sp; in GetUnwindInfoForBuiltinFunction()
364 int stack_space = fp_adjustment.fp_to_saved_caller_fp; in GetUnwindInfoForBuiltinFunction()
610 void XdataEncoder::onFramePointerAdjustment(int fp_to_saved_caller_fp, in onFramePointerAdjustment() argument
612 current_frame_adjustment_.fp_to_saved_caller_fp = fp_to_saved_caller_fp; in onFramePointerAdjustment()
Dunwinding-info-win64.h120 int fp_to_saved_caller_fp; member
163 void onFramePointerAdjustment(int fp_to_saved_caller_fp, int fp_to_caller_sp);