Searched refs:linker_patch (Results 1 – 3 of 3) sorted by relevance
235 const linker::LinkerPatch& linker_patch) { in GetThunkMapKey() argument238 switch (linker_patch.GetType()) { in GetThunkMapKey()240 custom_value1 = linker_patch.EntrypointOffset(); in GetThunkMapKey()243 custom_value1 = linker_patch.GetBakerCustomValue1(); in GetThunkMapKey()244 custom_value2 = linker_patch.GetBakerCustomValue2(); in GetThunkMapKey()250 LOG(FATAL) << "Unexpected patch type: " << linker_patch.GetType(); in GetThunkMapKey()253 return ThunkMapKey(linker_patch.GetType(), custom_value1, custom_value2); in GetThunkMapKey()271 ArrayRef<const uint8_t> CompiledMethodStorage::GetThunkCode(const linker::LinkerPatch& linker_patch, in GetThunkCode() argument273 ThunkMapKey key = GetThunkMapKey(linker_patch); in GetThunkCode()290 void CompiledMethodStorage::SetThunkCode(const linker::LinkerPatch& linker_patch, in SetThunkCode() argument[all …]
83 ArrayRef<const uint8_t> GetThunkCode(const linker::LinkerPatch& linker_patch,87 void SetThunkCode(const linker::LinkerPatch& linker_patch,101 static ThunkMapKey GetThunkMapKey(const linker::LinkerPatch& linker_patch);
197 "linker/linker_patch.h",