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

  /external/v8/src/compiler/
frame-elider.cc 58 if (last->IsThrow() || last->IsTailCall() ||
instruction.h 914 bool IsThrow() const {
    [all...]
  /art/runtime/
bytecode_utils.h 175 return instruction.IsThrow() && instruction.Opcode() != Instruction::MONITOR_EXIT;
dex_instruction.h 561 bool IsThrow() const {
  /art/compiler/optimizing/
code_sinking.cc 33 if (exit_predecessor->GetLastInstruction()->IsThrow()) {
graph_checker.cc 33 return instruction->IsThrow() || instruction->IsReturn() || instruction->IsReturnVoid();
    [all...]
inliner.cc     [all...]
nodes.cc     [all...]
  /external/v8/src/ast/
ast.h 849 bool IsJump() const { return expression_->IsThrow(); }
    [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]

Completed in 347 milliseconds