Home
last modified time | relevance | path

Searched refs:find_dispatch_opcode (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/art/runtime/verifier/
H A Dmethod_verifier.cc1584 auto find_dispatch_opcode = [](Instruction::Code opcode) constexpr { in VerifyInstructions() local
1613 find_dispatch_opcode(enum_cast<Instruction::Code>(opcode)); \ in VerifyInstructions()