Home
last modified time | relevance | path

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

/art/dex2oat/driver/
Dcompiled_method_storage.cc235 const linker::LinkerPatch& linker_patch) { in GetThunkMapKey() argument
238 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() argument
273 ThunkMapKey key = GetThunkMapKey(linker_patch); in GetThunkCode()
290 void CompiledMethodStorage::SetThunkCode(const linker::LinkerPatch& linker_patch, in SetThunkCode() argument
[all …]
Dcompiled_method_storage.h83 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);
/art/compiler/
DAndroid.bp197 "linker/linker_patch.h",