Lines Matching defs:address
188 HRESULT GetModelForBasicField(const uint64_t address,
200 sp_ctx.Get(), Location{address}, type.Get(), result);
209 Location(address), uncompressed_type_name, sp_ctx,
216 HRESULT GetModelForBitField(uint64_t address, const uint8_t num_bits,
229 address += shift_bytes;
246 HRESULT hr = sp_debug_host_memory->ReadBytes(sp_ctx.Get(), address,
254 message << "Unable to read memory at 0x" << std::hex << address;
267 HRESULT GetModelForStruct(const uint64_t address,
281 address + field.offset, field.type_name, field.uncompressed_type_name,
284 RETURN_IF_FAIL(GetModelForBitField(address + field.offset, field.num_bits,
299 HRESULT GetModelForNativeArray(const uint64_t address,
317 sp_ctx.Get(), Location{address}, array_type.Get(), result);
360 ULONG64 address = prop->addr_value + index * prop->item_size;
364 return GetModelForBasicField(address, prop->type_name,
368 return GetModelForStruct(address, prop->fields, sp_ctx, object);
552 // Should be a v8::internal::Object at the address