Lines Matching refs:entry_stub
50 std::unique_ptr<std::vector<uint8_t>> entry_stub(new std::vector<uint8_t>(cs)); in CreateTrampoline() local
51 MemoryRegion code(&(*entry_stub)[0], entry_stub->size()); in CreateTrampoline()
54 return entry_stub.release(); in CreateTrampoline()
87 std::unique_ptr<std::vector<uint8_t>> entry_stub(new std::vector<uint8_t>(cs)); in CreateTrampoline() local
88 MemoryRegion code(&(*entry_stub)[0], entry_stub->size()); in CreateTrampoline()
91 return entry_stub.release(); in CreateTrampoline()
117 std::unique_ptr<std::vector<uint8_t>> entry_stub(new std::vector<uint8_t>(cs)); in CreateTrampoline() local
118 MemoryRegion code(&(*entry_stub)[0], entry_stub->size()); in CreateTrampoline()
121 return entry_stub.release(); in CreateTrampoline()
134 std::unique_ptr<std::vector<uint8_t>> entry_stub(new std::vector<uint8_t>(cs)); in CreateTrampoline() local
135 MemoryRegion code(&(*entry_stub)[0], entry_stub->size()); in CreateTrampoline()
138 return entry_stub.release(); in CreateTrampoline()
152 std::unique_ptr<std::vector<uint8_t>> entry_stub(new std::vector<uint8_t>(cs)); in CreateTrampoline() local
153 MemoryRegion code(&(*entry_stub)[0], entry_stub->size()); in CreateTrampoline()
156 return entry_stub.release(); in CreateTrampoline()