Home
last modified time | relevance | path

Searched refs:bc_ins_cur (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/verifier/
H A Dverifier.h122 bool IsMethodBytecodeInstruction(const BytecodeInstruction &bc_ins_cur);
H A Dverifier.cpp590 bool Verifier::IsMethodBytecodeInstruction(const BytecodeInstruction &bc_ins_cur) in IsMethodBytecodeInstruction() argument
592 if (instruction_index_map_.find(bc_ins_cur.GetAddress()) != instruction_index_map_.end()) { in IsMethodBytecodeInstruction()
/arkcompiler/runtime_core/disassembler/
H A Ddisassembler.cpp824 static size_t getBytecodeInstructionNumber(BytecodeInstruction bc_ins_first, BytecodeInstruction bc_ins_cur) in getBytecodeInstructionNumber() argument
828 while (bc_ins_first.GetAddress() != bc_ins_cur.GetAddress()) { in getBytecodeInstructionNumber()
831 if (bc_ins_first.GetAddress() > bc_ins_cur.GetAddress()) { in getBytecodeInstructionNumber()

Completed in 6 milliseconds