Searched refs:current_method_thunks_ (Results 1 - 2 of 2) sorted by relevance

/art/compiler/linker/arm64/
H A Drelative_patcher_arm64.cc39 current_method_thunks_.reserve(16u * kAdrpThunkSize);
108 if (!current_method_thunks_.empty()) {
111 CHECK(IsAligned<kAdrpThunkSize>(current_method_thunks_.size()));
112 size_t num_thunks = current_method_thunks_.size() / kAdrpThunkSize;
123 if (!WriteMiscThunk(out, ArrayRef<const uint8_t>(current_method_thunks_))) {
126 offset = aligned_offset + current_method_thunks_.size();
127 current_method_thunks_.clear();
186 size_t thunks_code_offset = current_method_thunks_.size();
187 current_method_thunks_.resize(thunks_code_offset + kAdrpThunkSize);
188 SetInsn(&current_method_thunks_, thunks_code_offse
[all...]
H A Drelative_patcher_arm64.h66 std::vector<uint8_t> current_method_thunks_; member in class:art::linker::FINAL

Completed in 40 milliseconds