Lines Matching defs:address
83 std::string decompressed_type, uintptr_t address,
89 address_(address),
97 public_view_.address = address_;
209 // Base class representing a V8 object in the debuggee's address space.
213 TqObject(uintptr_t address) : address_(address) {}
233 // In ptr-compr builds, returns whether the address looks like a compressed
236 bool IsPointerCompressed(uintptr_t address);
238 // If the given address looks like a compressed pointer, returns a decompressed
239 // representation of it. Otherwise returns the address unmodified.
240 uintptr_t EnsureDecompressed(uintptr_t address,