Lines Matching defs:address
317 void WriteLogRecordedBuffer(uintptr_t address, int size, const char* name,
350 void PerfBasicLogger::WriteLogRecordedBuffer(uintptr_t address, int size,
359 base::OS::FPrint(perf_output_handle_, "%" V8PRIxPTR " %x %.*s\n", address,
994 for (const auto& address : addresses) {
995 LOG(isolate_, SharedLibraryEvent(address.library_path, address.start,
996 address.end, address.aslr_slide));
1183 CodeKind kind, uint8_t* address, int size,
1188 << reinterpret_cast<void*>(address) << Logger::kNext << size
1206 // <addr> is code object address
1221 // S<shared-function-info-address>
1280 deopt_data.GetInlinedFunction(i).address());
1348 msg << *script_name << kNext << reinterpret_cast<void*>(shared->address())
1361 msg << kNext << reinterpret_cast<void*>(vector.address()) << kNext
1393 << ":" << column << kNext << reinterpret_cast<void*>(shared->address())