Searched refs:TargetAllocAddr (Results 1 – 1 of 1) sorted by relevance
447 JITTargetAddress TargetAllocAddr = TargetSegmentAddr; in allocateTargetBlocks() local452 sys::MemoryBlock(jitTargetAddressToPointer<void *>(TargetAllocAddr), in allocateTargetBlocks()455 TargetAllocAddr += TargetAllocSize; in allocateTargetBlocks()456 assert(TargetAllocAddr - TargetSegmentAddr <= in allocateTargetBlocks()475 auto TargetAllocAddr = pointerToJITTargetAddress(TargetBlock.base()); in copyAndProtect() local479 Client.writeMem(TargetAllocAddr, HostAllocBegin, TargetAllocSize); in copyAndProtect()