Home
last modified time | relevance | path

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

/art/compiler/trampolines/
Dtrampoline_compiler.cc79 std::unique_ptr<std::vector<uint8_t>> entry_stub(new std::vector<uint8_t>(cs)); in CreateTrampoline() local
80 MemoryRegion code(entry_stub->data(), entry_stub->size()); in CreateTrampoline()
83 return std::move(entry_stub); in CreateTrampoline()
121 std::unique_ptr<std::vector<uint8_t>> entry_stub(new std::vector<uint8_t>(cs)); in CreateTrampoline() local
122 MemoryRegion code(entry_stub->data(), entry_stub->size()); in CreateTrampoline()
125 return std::move(entry_stub); in CreateTrampoline()
142 std::unique_ptr<std::vector<uint8_t>> entry_stub(new std::vector<uint8_t>(cs)); in CreateTrampoline() local
143 MemoryRegion code(entry_stub->data(), entry_stub->size()); in CreateTrampoline()
146 return std::move(entry_stub); in CreateTrampoline()
163 std::unique_ptr<std::vector<uint8_t>> entry_stub(new std::vector<uint8_t>(cs)); in CreateTrampoline() local
[all …]