Lines Matching defs:value
145 TqMap(map_ptr.value).GetInstanceTypeValue(accessor);
147 return instance_type == type.value;
171 TqMap(map_ptr.value).GetInstanceTypeValue(accessor);
173 return GetTypedObjectByInstanceType(address, type.value,
180 FindKnownMapInstanceTypes(map_ptr.value, heap_addresses);
249 TChar value{};
252 reinterpret_cast<uint8_t*>(&value), sizeof(value));
253 return {validity, value};
321 !v8::internal::MapWord::IsPacked(map_ptr.value));
396 // Unpacks a value that was fetched from the debuggee. If the value indicates
399 T GetOrFinish(Value<T> value) {
400 if (value.validity != d::MemoryAccessResult::kOk) {
403 return value.value;
506 DCHECK(!v8::internal::MapWord::IsPacked(map_ptr.value));
507 TqMap map(map_ptr.value);
509 // On JSObject instances, this value is the start of in-object properties.
523 int num_properties = instance_size.value - start_offset.value;
527 object->GetMapAddress() + start_offset.value * i::kTaggedSize,
651 // untagged value.
652 int32_t value = i::PlatformSmiTagging::SmiToInt(address);
654 stream << value << " (0x" << std::hex << value << ")";
693 shared_function_info_ptr.value);
698 auto address = script_or_debug_info_ptr.value;
701 TqScript script(script_or_debug_info_ptr.value);
717 auto scope_info_address = name_or_scope_info_ptr.value;
731 indexed_field_slice_function_variable_info.value),
733 indexed_field_slice_function_variable_info.value),
754 std::get<1>(indexed_field_slice_position_info.value),
755 std::get<2>(indexed_field_slice_position_info.value),