Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/verifier/
H A Dverifier.cpp403 std::optional<int64_t> first_imm = std::optional<int64_t> {}; in GetFirstImmFromInstruction() local
407 first_imm = bc_ins.GetImm64(index); in GetFirstImmFromInstruction()
410 return first_imm; in GetFirstImmFromInstruction()
642 std::optional<uint64_t> first_imm = {}; in GetIcSlotFromInstruction() local
644 first_imm = GetFirstImmFromInstruction(bc_ins); in GetIcSlotFromInstruction()
645 if (!first_imm.has_value()) { in GetIcSlotFromInstruction()
649 first_slot_index = first_imm.value(); in GetIcSlotFromInstruction()
653 first_imm = GetFirstImmFromInstruction(bc_ins); in GetIcSlotFromInstruction()
654 if (!first_imm.has_value()) { in GetIcSlotFromInstruction()
658 first_slot_index = first_imm in GetIcSlotFromInstruction()
[all...]

Completed in 2 milliseconds