Lines Matching defs:fp
91 int32_t low_bits = reinterpret_cast<int32_t>(calling_frame->fp());
96 uint64_t fp = reinterpret_cast<uint64_t>(calling_frame->fp());
97 int32_t low_bits = static_cast<int32_t>(fp & 0xffffffff);
98 int32_t high_bits = static_cast<int32_t>(fp >> 32);
129 " fp = new FPGrabber();"
130 " %s(fp.low_bits, fp.high_bits);"
244 Address fp;
246 fp = reinterpret_cast<Address>(__builtin_frame_address(0));
250 fp = &dummy_parameter - 2 * sizeof(void*); // NOLINT
254 i::TraceExtension::DoTrace(fp);