Lines Matching defs:offset
769 const int offset = EntryFrameConstants::kCallerFPOffset;
770 Address fp = Memory<Address>(this->fp() + offset);
776 const int offset = CWasmEntryFrameConstants::kCEntryFPOffset;
777 Address fp = Memory<Address>(this->fp() + offset);
822 const int offset = ExitFrameConstants::kFrameTypeOffset;
823 Object marker(Memory<Address>(fp + offset));
894 int offset =
896 return Object(Memory<Address>(fp() + offset));
977 const int offset = StandardFrameConstants::kExpressionsOffset;
978 return fp() + offset - n * kSystemPointerSize;
982 const int offset = UnoptimizedFrameConstants::kExpressionsOffset;
983 return fp() + offset - n * kSystemPointerSize;
1347 int offset = code.GetOffsetFromInstructionStart(isolate(), pc());
1351 isolate(), receiver(), function(), *abstract_code, offset,
1372 const int offset = StandardFrameConstants::kContextOffset;
1373 Object maybe_result(Memory<Address>(fp() + offset));
1515 const int offset = BuiltinContinuationFrameConstants::kFunctionOffset;
1516 return JSFunction::cast(Object(base::Memory<Address>(fp() + offset)));
1625 // For the special function entry bytecode offset (-1), which signals
1840 // to use FrameSummary to find the corresponding code offset in unoptimized
1993 const int offset = InterpreterFrameConstants::kExpressionsOffset;
1998 Address expression_offset = fp + offset - index * kSystemPointerSize;
2036 const int offset = BuiltinFrameConstants::kFunctionOffset;
2037 return JSFunction::cast(Object(base::Memory<Address>(fp() + offset)));
2041 const int offset = BuiltinFrameConstants::kLengthOffset;
2042 return Smi::ToInt(Object(base::Memory<Address>(fp() + offset))) -
2069 int func_code_offset = module->functions[func_index].code.offset();
2082 const int offset = WasmFrameConstants::kWasmInstanceOffset;
2083 Object instance(Memory<Address>(fp() + offset));
2111 int offset = static_cast<int>(pc() - code->instruction_start());
2112 return code->GetSourcePositionBefore(offset);
2128 int offset = static_cast<int>(pc() - code->instruction_start());
2130 FrameSummary::WasmFrameSummary summary(isolate(), instance, code, offset,
2143 int offset = static_cast<int>(callee_pc() - code->instruction_start());
2144 int pos = code->GetSourcePositionBefore(offset);
2252 const int offset = WasmCompileLazyFrameConstants::kWasmInstanceOffset;
2253 return FullObjectSlot(&Memory<Address>(fp() + offset));
2311 int offset = iframe->GetBytecodeOffset();
2312 int source_pos = AbstractCode::cast(bytecodes).SourcePosition(offset);
2314 accumulator->Add(":%d] [bytecode=%p offset=%d]", line,
2315 reinterpret_cast<void*>(bytecodes.ptr()), offset);
2437 // Predictably converts PC to uint32 by calculating offset of the PC in