Lines Matching refs:LinkerPatch
109 ThunkMapKey(linker::LinkerPatch::Type type, uint32_t custom_value1, uint32_t custom_value2)
123 linker::LinkerPatch::Type type_;
155 LengthPrefixedArrayAlloc<linker::LinkerPatch>(swap_space_.get())),
204 const LengthPrefixedArray<linker::LinkerPatch>* CompiledMethodStorage::DeduplicateLinkerPatches(
205 const ArrayRef<const linker::LinkerPatch>& linker_patches) {
210 const LengthPrefixedArray<linker::LinkerPatch>* linker_patches) {
215 const linker::LinkerPatch& linker_patch) {
219 case linker::LinkerPatch::Type::kBakerReadBarrierBranch:
223 case linker::LinkerPatch::Type::kCallRelative:
233 ArrayRef<const uint8_t> CompiledMethodStorage::GetThunkCode(const linker::LinkerPatch& linker_patch,
252 void CompiledMethodStorage::SetThunkCode(const linker::LinkerPatch& linker_patch,