Lines Matching refs:HexString

253                       HexString(in_word) << " without high";  in UTF16ToUTF8()
260 HexString(in_word) << " at end of string"; in UTF16ToUTF8()
267 HexString(high_word) << " without low " << in UTF16ToUTF8()
268 HexString(in_word); in UTF16ToUTF8()
296 HexString(unichar) << " in UTF-8"; in UTF16ToUTF8()
1093 HexString(cpu_type); in Read()
1175 HexString(context_cpu_type) << in CheckAgainstSystemInfo()
1177 HexString(system_info_cpu_type); in CheckAgainstSystemInfo()
1297 HexString(address) << "+" << sizeof(T) << "/" << in GetMemoryAtAddressInternal()
1298 HexString(descriptor_->start_of_memory_range) << "+" << in GetMemoryAtAddressInternal()
1299 HexString(descriptor_->memory.data_size); in GetMemoryAtAddressInternal()
1416 HexString(thread_.stack.start_of_memory_range) << "+" << in Read()
1417 HexString(thread_.stack.memory.data_size) << in Read()
1418 ", RVA 0x" << HexString(thread_.stack.memory.rva); in Read()
1633 HexString(thread_id) << " at thread " << in Read()
1771 HexString(module_.base_of_image) << "+" << in Read()
1772 HexString(module_.size_of_image); in Read()
1880 "found " << HexString(raw_system_info->platform_id); in code_identifier()
2560 HexString(base_address) << "+" << in Read()
2561 HexString(module_size); in Read()
2567 HexString(base_address) << "+" << in Read()
2568 HexString(module_size); in Read()
2593 HexString(address); in GetModuleForAddress()
2790 ", " << HexString(base_address) << "+" << in Read()
2791 HexString(region_size); in Read()
2798 HexString(base_address) << "+" << in Read()
2799 HexString(region_size); in Read()
2844 HexString(address); in GetMemoryRegionForAddress()
3215 HexString(system_info_.platform_id); in GetOS()
3263 HexString(system_info_.processor_architecture); in GetCPU()
3760 HexString(memory_info_.base_address) << "+" << in Read()
3761 HexString(memory_info_.region_size); in Read()
3904 HexString(base_address) << "+" << in Read()
3905 HexString(region_size); in Read()
3948 HexString(address); in GetMemoryInfoForAddress()
4140 HexString(header_.signature) << ", " << in Read()
4141 HexString(signature_swapped) << ") != " << in Read()
4142 HexString(MD_HEADER_SIGNATURE); in Read()
4169 HexString(header_.version & 0x0000ffff) << " != " << in Read()
4170 HexString(MD_HEADER_VERSION); in Read()