Home
last modified time | relevance | path

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

/art/compiler/utils/
Dassembler.h222 void EmitSlowPaths(Assembler* sp_asm) { in EmitSlowPaths() function
357 virtual void EmitSlowPaths() { buffer_.EmitSlowPaths(this); } in EmitSlowPaths() function
/art/compiler/utils/arm64/
Dassembler_arm64.cc33 void Arm64Assembler::EmitSlowPaths() { in EmitSlowPaths() function in art::arm64::Arm64Assembler