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

  /art/compiler/optimizing/
bytecode_utils.h 174 return instruction.IsThrow() && instruction.Opcode() != Instruction::MONITOR_EXIT;
graph_checker.cc 31 return instruction->IsThrow() || instruction->IsReturn() || instruction->IsReturnVoid();
    [all...]
inliner.cc     [all...]
  /art/runtime/
dex_instruction.h 506 bool IsThrow() const {
  /external/v8/src/ast/
ast.h 959 bool IsJump() const override { return expression_->IsThrow(); }
    [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]

Completed in 1338 milliseconds