Searched refs:dst_code_bytes (Results 1 – 1 of 1) sorted by relevance
1100 base::Vector<uint8_t> dst_code_bytes = in AddCodeForTesting() local1102 memcpy(dst_code_bytes.begin(), instructions.begin(), instructions.size()); in AddCodeForTesting()1105 intptr_t delta = reinterpret_cast<Address>(dst_code_bytes.begin()) - in AddCodeForTesting()1110 FindJumpTablesForRegionLocked(base::AddressRegionOf(dst_code_bytes)); in AddCodeForTesting()1111 Address dst_code_addr = reinterpret_cast<Address>(dst_code_bytes.begin()); in AddCodeForTesting()1114 for (RelocIterator it(dst_code_bytes, reloc_info.as_vector(), in AddCodeForTesting()1130 FlushInstructionCache(dst_code_bytes.begin(), dst_code_bytes.size()); in AddCodeForTesting()1135 dst_code_bytes, // instructions in AddCodeForTesting()1216 base::Vector<uint8_t> dst_code_bytes, const JumpTablesRef& jump_tables) { in AddCodeWithCodeSpace() argument1232 memcpy(dst_code_bytes.begin(), desc.buffer, in AddCodeWithCodeSpace()[all …]