Lines Matching defs:pc_offset
223 TRACE_IF(name, " +%u %-20s: %u bytes\n", pc_offset(), name, size);
251 void V8_NOINLINE error(const char* msg) { errorf(pc_offset(), "%s", msg); }
253 errorf(pc_offset(pc), "%s", msg);
262 verrorf(pc_offset(), format, args);
278 verrorf(pc_offset(pc), format, args);
333 uint32_t V8_INLINE pc_offset(const uint8_t* pc) const {
338 uint32_t pc_offset() const { return pc_offset(pc_); }
387 TRACE(" +%u %-20s: ", pc_offset(), name);
406 TRACE_IF(trace, " +%u %-20s: ", pc_offset(), name);