Home
last modified time | relevance | path

Searched refs:entry_stub (Results 1 – 1 of 1) sorted by relevance

/art/compiler/trampolines/
Dtrampoline_compiler.cc86 std::unique_ptr<std::vector<uint8_t>> entry_stub(new std::vector<uint8_t>(cs)); in CreateTrampoline() local
87 MemoryRegion code(entry_stub->data(), entry_stub->size()); in CreateTrampoline()
90 return std::move(entry_stub); in CreateTrampoline()
128 std::unique_ptr<std::vector<uint8_t>> entry_stub(new std::vector<uint8_t>(cs)); in CreateTrampoline() local
129 MemoryRegion code(entry_stub->data(), entry_stub->size()); in CreateTrampoline()
132 return std::move(entry_stub); in CreateTrampoline()
160 std::unique_ptr<std::vector<uint8_t>> entry_stub(new std::vector<uint8_t>(cs)); in CreateTrampoline() local
161 MemoryRegion code(entry_stub->data(), entry_stub->size()); in CreateTrampoline()
164 return std::move(entry_stub); in CreateTrampoline()
192 std::unique_ptr<std::vector<uint8_t>> entry_stub(new std::vector<uint8_t>(cs)); in CreateTrampoline() local
[all …]