Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/verifier/
Dverifier.cpp592 bool Verifier::IsMethodBytecodeInstruction(const BytecodeInstruction &bc_ins_cur) in IsMethodBytecodeInstruction() function in panda::verifier::Verifier
629 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()
Dverifier.h122 bool IsMethodBytecodeInstruction(const BytecodeInstruction &bc_ins_cur);