Home
last modified time | relevance | path

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

/art/compiler/trampolines/
Dtrampoline_compiler.cc71 std::unique_ptr<std::vector<uint8_t>> entry_stub(new std::vector<uint8_t>(cs)); in CreateTrampoline() local
72 MemoryRegion code(entry_stub->data(), entry_stub->size()); in CreateTrampoline()
75 return std::move(entry_stub); in CreateTrampoline()
110 std::unique_ptr<std::vector<uint8_t>> entry_stub(new std::vector<uint8_t>(cs)); in CreateTrampoline() local
111 MemoryRegion code(entry_stub->data(), entry_stub->size()); in CreateTrampoline()
114 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()
174 std::unique_ptr<std::vector<uint8_t>> entry_stub(new std::vector<uint8_t>(cs)); in CreateTrampoline() local
[all …]