Home
last modified time | relevance | path

Searched refs:ThunkParams (Results 1 – 5 of 5) sorted by relevance

/art/compiler/linker/arm/
Drelative_patcher_arm_base.h67 union ThunkParams { union
75 ThunkKey(ThunkType type, ThunkParams params) : type_(type), params_(params) { } in ThunkKey()
97 ThunkParams params_;
Drelative_patcher_arm_base.cc323 ThunkKey key(key_type, ThunkParams{{ 0u, 0u }}); // NOLINT(whitespace/braces) in ProcessPatches()
Drelative_patcher_thumb2_test.cc100 ArmBaseRelativePatcher::ThunkParams{{ 0, 0 }}); // NOLINT(whitespace/braces) in CompileMethodCallThunk()
/art/compiler/linker/arm64/
Drelative_patcher_arm64.cc344 ThunkParams params; in GetBakerReadBarrierKey()
Drelative_patcher_arm64_test.cc165 ArmBaseRelativePatcher::ThunkParams{{ 0, 0 }}); // NOLINT(whitespace/braces) in CompileMethodCallThunk()