Home
last modified time | relevance | path

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

/aosp_15_r20/art/compiler/optimizing/
H A Dcode_generator_x86_64.h335 void GenerateMethodEntryExitHook(HInstruction* instruction);
H A Dcode_generator_x86.h407 void GenerateMethodEntryExitHook(HInstruction* instruction);
H A Dcode_generator_riscv64.h376 void GenerateMethodEntryExitHook(HInstruction* instruction);
H A Dcode_generator_arm_vixl.h521 void GenerateMethodEntryExitHook(HInstruction* instruction);
H A Dcode_generator_arm64.h456 void GenerateMethodEntryExitHook(HInstruction* instruction);
H A Dcode_generator_riscv64.cc2624 void InstructionCodeGeneratorRISCV64::GenerateMethodEntryExitHook(HInstruction* instruction) { in GenerateMethodEntryExitHook() function in art::riscv64::InstructionCodeGeneratorRISCV64
4626 GenerateMethodEntryExitHook(instruction); in VisitMethodEntryHook()
4639 GenerateMethodEntryExitHook(instruction); in VisitMethodExitHook()
H A Dcode_generator_arm64.cc1290 void InstructionCodeGeneratorARM64::GenerateMethodEntryExitHook(HInstruction* instruction) { in GenerateMethodEntryExitHook() function in art::arm64::InstructionCodeGeneratorARM64
1358 GenerateMethodEntryExitHook(instruction); in VisitMethodExitHook()
1368 GenerateMethodEntryExitHook(instruction); in VisitMethodEntryHook()
H A Dcode_generator_x86_64.cc1685 void InstructionCodeGeneratorX86_64::GenerateMethodEntryExitHook(HInstruction* instruction) { in GenerateMethodEntryExitHook() function in art::x86_64::InstructionCodeGeneratorX86_64
1759 GenerateMethodEntryExitHook(instruction); in VisitMethodEntryHook()
1802 GenerateMethodEntryExitHook(instruction); in VisitMethodExitHook()
H A Dcode_generator_x86.cc1250 void InstructionCodeGeneratorX86::GenerateMethodEntryExitHook(HInstruction* instruction) { in GenerateMethodEntryExitHook() function in art::x86::InstructionCodeGeneratorX86
1319 GenerateMethodEntryExitHook(instruction); in VisitMethodExitHook()
1335 GenerateMethodEntryExitHook(instruction); in VisitMethodEntryHook()
H A Dcode_generator_arm_vixl.cc2189 void InstructionCodeGeneratorARMVIXL::GenerateMethodEntryExitHook(HInstruction* instruction) { in GenerateMethodEntryExitHook() function in art::arm::InstructionCodeGeneratorARMVIXL
2265 GenerateMethodEntryExitHook(instruction); in VisitMethodExitHook()
2279 GenerateMethodEntryExitHook(instruction); in VisitMethodEntryHook()