Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiled_method_storage.cc215 const linker::LinkerPatch& linker_patch) { in GetThunkMapKey() argument
218 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() argument
238 ThunkMapKey key = GetThunkMapKey(linker_patch); in GetThunkCode()
255 void CompiledMethodStorage::SetThunkCode(const linker::LinkerPatch& linker_patch, in SetThunkCode() argument
[all …]
Dcompiled_method_storage.h70 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);
/art/compiler/
DAndroid.bp178 "linker/linker_patch.h",