Searched refs:linker_patch (Results 1 – 3 of 3) sorted by relevance
215 const linker::LinkerPatch& linker_patch) { in GetThunkMapKey() argument218 switch (linker_patch.GetType()) { in GetThunkMapKey()220 custom_value1 = linker_patch.EntrypointOffset(); in GetThunkMapKey()223 custom_value1 = linker_patch.GetBakerCustomValue1(); in GetThunkMapKey()224 custom_value2 = linker_patch.GetBakerCustomValue2(); in GetThunkMapKey()230 LOG(FATAL) << "Unexpected patch type: " << linker_patch.GetType(); in GetThunkMapKey()233 return ThunkMapKey(linker_patch.GetType(), custom_value1, custom_value2); in GetThunkMapKey()236 ArrayRef<const uint8_t> CompiledMethodStorage::GetThunkCode(const linker::LinkerPatch& linker_patch, in GetThunkCode() argument238 ThunkMapKey key = GetThunkMapKey(linker_patch); in GetThunkCode()255 void CompiledMethodStorage::SetThunkCode(const linker::LinkerPatch& linker_patch, in SetThunkCode() argument[all …]
70 ArrayRef<const uint8_t> GetThunkCode(const linker::LinkerPatch& linker_patch,74 void SetThunkCode(const linker::LinkerPatch& linker_patch,88 static ThunkMapKey GetThunkMapKey(const linker::LinkerPatch& linker_patch);
178 "linker/linker_patch.h",