Home
last modified time | relevance | path

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

/aosp_15_r20/art/compiler/optimizing/
H A Dcode_generator_arm64.cc898 class MethodEntryExitHooksSlowPathARM64 : public SlowPathCodeARM64 { class
900 explicit MethodEntryExitHooksSlowPathARM64(HInstruction* instruction) in MethodEntryExitHooksSlowPathARM64() function in art::arm64::MethodEntryExitHooksSlowPathARM64
923 DISALLOW_COPY_AND_ASSIGN(MethodEntryExitHooksSlowPathARM64);
1298 new (codegen_->GetScopedAllocator()) MethodEntryExitHooksSlowPathARM64(instruction); in GenerateMethodEntryExitHook()