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

  /art/runtime/verifier/
method_verifier.cc 411 insn_flags_.reset(new InstructionFlags[code_item_->insns_size_in_code_units_]());
511 insn_flags_[dex_pc].SetLengthInCodeUnits(inst_size);
544 if (!insn_flags_[start].IsOpcode()) {
550 dex_pc += insn_flags_[dex_pc].GetLengthInCodeUnits()) {
551 insn_flags_[dex_pc].SetInTry();
562 if (!insn_flags_[dex_pc].IsOpcode()) {
567 insn_flags_[dex_pc].SetBranchTarget();
589 insn_flags_[0].SetBranchTarget();
590 insn_flags_[0].SetCompileTimeInfoPoint();
602 insn_flags_[dex_pc].SetCompileTimeInfoPoint()
    [all...]
method_verifier.h 284 * insn_flags_. Addresses that are in the middle of an instruction, or that are part of switch
388 // Updates "insn_flags_", setting the "branch target" flag.
392 // Updates "insn_flags_", setting the "branch target" flag.
475 * addresses. Does not set or clear any other flags in "insn_flags_".
700 UniquePtr<InstructionFlags[]> insn_flags_; member in class:art::verifier::MethodVerifier

Completed in 46 milliseconds