Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_x86_64.h325 void GenerateMethodEntryExitHook(HInstruction* instruction);
Dcode_generator_x86.h398 void GenerateMethodEntryExitHook(HInstruction* instruction);
Dcode_generator_riscv64.h377 void GenerateMethodEntryExitHook(HInstruction* instruction);
Dcode_generator_arm_vixl.h514 void GenerateMethodEntryExitHook(HInstruction* instruction);
Dcode_generator_arm64.h423 void GenerateMethodEntryExitHook(HInstruction* instruction);
Dcode_generator_arm64.cc1211 void InstructionCodeGeneratorARM64::GenerateMethodEntryExitHook(HInstruction* instruction) { in GenerateMethodEntryExitHook() function in art::arm64::InstructionCodeGeneratorARM64
1280 GenerateMethodEntryExitHook(instruction); in VisitMethodExitHook()
1290 GenerateMethodEntryExitHook(instruction); in VisitMethodEntryHook()
Dcode_generator_riscv64.cc2610 void InstructionCodeGeneratorRISCV64::GenerateMethodEntryExitHook(HInstruction* instruction) { in GenerateMethodEntryExitHook() function in art::riscv64::InstructionCodeGeneratorRISCV64
4599 GenerateMethodEntryExitHook(instruction); in VisitMethodEntryHook()
4612 GenerateMethodEntryExitHook(instruction); in VisitMethodExitHook()
Dcode_generator_x86_64.cc1666 void InstructionCodeGeneratorX86_64::GenerateMethodEntryExitHook(HInstruction* instruction) { in GenerateMethodEntryExitHook() function in art::x86_64::InstructionCodeGeneratorX86_64
1739 GenerateMethodEntryExitHook(instruction); in VisitMethodEntryHook()
1782 GenerateMethodEntryExitHook(instruction); in VisitMethodExitHook()
Dcode_generator_x86.cc1249 void InstructionCodeGeneratorX86::GenerateMethodEntryExitHook(HInstruction* instruction) { in GenerateMethodEntryExitHook() function in art::x86::InstructionCodeGeneratorX86
1320 GenerateMethodEntryExitHook(instruction); in VisitMethodExitHook()
1336 GenerateMethodEntryExitHook(instruction); in VisitMethodEntryHook()
Dcode_generator_arm_vixl.cc2188 void InstructionCodeGeneratorARMVIXL::GenerateMethodEntryExitHook(HInstruction* instruction) { in GenerateMethodEntryExitHook() function in art::arm::InstructionCodeGeneratorARMVIXL
2265 GenerateMethodEntryExitHook(instruction); in VisitMethodExitHook()
2279 GenerateMethodEntryExitHook(instruction); in VisitMethodEntryHook()