Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/backend/x86_64/
Dcode_emit.cc229 const Assembler::Label* then_label = as->GetLabelAt(then_bb()->id()); in Emit()
241 const Assembler::Label* then_label = as->GetLabelAt(then_bb()->id()); in Emit()
242 const Assembler::Label* else_label = as->GetLabelAt(else_bb()->id()); in Emit()
331 as->Bind(as->GetLabelAt(bb->id())); in Emit()
341 as->set_next_label(as->GetLabelAt((*next_bb_it)->id())); in Emit()
346 as->SetRecoveryPoint(as->GetLabelAt(insn->recovery_bb()->id())); in Emit()
/frameworks/libs/binary_translation/backend/include/berberis/backend/
Dcode_emitter.h66 [[nodiscard]] Label* GetLabelAt(int id) { in GetLabelAt() function