Home
last modified time | relevance | path

Searched defs:DumpCode (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/frameworks/libs/binary_translation/assembler/
Dmachine_code.cc92 void MachineCode::DumpCode(InstructionSize insn_size) const { in DumpCode() function in berberis::MachineCode
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.h89 bool DumpCode; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.h316 bool DumpCode; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DGCNSubtarget.h94 bool DumpCode = false; variable
/aosp_15_r20/art/oatdump/
H A Doatdump.cc1531 void DumpCode(VariableIndentationOutputStream* vios, in DumpCode() function in art::OatDumper