Searched refs:IsMethodBytecodeInstruction (Results 1 – 2 of 2) sorted by relevance
592 bool Verifier::IsMethodBytecodeInstruction(const BytecodeInstruction &bc_ins_cur) in IsMethodBytecodeInstruction() function in panda::verifier::Verifier629 if (!IsMethodBytecodeInstruction(bc_ins_dest)) { in VerifyJumpInstruction()691 if (!IsMethodBytecodeInstruction(handler_begin_bc_ins)) { in VerifyCatchBlocks()703 if (!IsMethodBytecodeInstruction(handler_end_bc_ins)) { in VerifyCatchBlocks()736 if (!IsMethodBytecodeInstruction(try_begin_bc_ins)) { in VerifyTryBlocks()748 if (!IsMethodBytecodeInstruction(try_end_bc_ins)) { in VerifyTryBlocks()881 if (!IsMethodBytecodeInstruction(bc_ins)) { in CheckConstantPoolMethodContent()
122 bool IsMethodBytecodeInstruction(const BytecodeInstruction &bc_ins_cur);