Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_graph.h256 struct DecodedInstruction { struct
264 explicit DecodedInstruction():vA(0), vB(0), vB_wide(0), vC(0), opcode(Instruction::NOP) { in DecodedInstruction() argument
273 static bool IsPseudoMirOp(Instruction::Code opcode) { in IsPseudoMirOp()
277 static bool IsPseudoMirOp(int opcode) { in IsPseudoMirOp()
281 bool IsInvoke() const { in IsInvoke()
285 bool IsStore() const { in IsStore()
289 bool IsLoad() const { in IsLoad()
293 bool IsConditionalBranch() const { in IsConditionalBranch()
300 bool IsCFieldOrConstant() const { in IsCFieldOrConstant()
307 bool IsBFieldOrConstant() const { in IsBFieldOrConstant()
[all …]