HomeSort by relevance Sort by last modified time
    Searched refs:IsBranchTarget (Results 1 - 3 of 3) sorted by null

  /art/runtime/verifier/
instruction_flags.cc 34 if (IsBranchTarget()) encoding[kBranchTarget] = 'B';
instruction_flags.h 58 bool IsBranchTarget() const {
method_verifier.cc 88 interesting = flags[i].IsCompileTimeInfoPoint() || flags[i].IsBranchTarget();
91 interesting = flags[i].IsBranchTarget();
    [all...]

Completed in 166 milliseconds