Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_arm_vixl.cc945 class MethodEntryExitHooksSlowPathARMVIXL : public SlowPathCodeARMVIXL { class
947 explicit MethodEntryExitHooksSlowPathARMVIXL(HInstruction* instruction) in MethodEntryExitHooksSlowPathARMVIXL() function in art::arm::MethodEntryExitHooksSlowPathARMVIXL
971 DISALLOW_COPY_AND_ASSIGN(MethodEntryExitHooksSlowPathARMVIXL);
2195 new (codegen_->GetScopedAllocator()) MethodEntryExitHooksSlowPathARMVIXL(instruction); in GenerateMethodEntryExitHook()