Searched defs:kBranch (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dinstrumentation.h129 kBranch = 0x80, enumerator in enum:art::instrumentation::Instrumentation::InstrumentationEvent
H A Ddex_instruction.h141 kBranch = 0x0000001, // conditional or unconditional branch enumerator in enum:art::Instruction::Flags
520 return (kInstructionFlags[Opcode()] & kBranch) != 0;

Completed in 181 milliseconds