Home
last modified time | relevance | path

Searched defs:LoadMethodTypeSlowPathARM64 (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/art/compiler/optimizing/
H A Dcode_generator_arm64.cc278 class LoadMethodTypeSlowPathARM64 : public SlowPathCodeARM64 { class
280 explicit LoadMethodTypeSlowPathARM64(HLoadMethodType* mt) : SlowPathCodeARM64(mt) {} in LoadMethodTypeSlowPathARM64() function in art::arm64::LoadMethodTypeSlowPathARM64