Home
last modified time | relevance | path

Searched refs:exit_label (Results 1 – 3 of 3) sorted by relevance

/frameworks/libs/binary_translation/heavy_optimizer/riscv64/
Dcall_intrinsic_tests.cc54 auto* exit_label = as.MakeLabel(); in Init() local
55 as.set_exit_label_for_testing(exit_label); in Init()
70 as.Bind(exit_label); in Init()
/frameworks/libs/binary_translation/backend/x86_64/
Dcode_emit.cc139 auto* exit_label = as->MakeLabel(); in EmitRecoveryLabels() local
148 as->Jmp(*exit_label); in EmitRecoveryLabels()
151 as->Bind(exit_label); in EmitRecoveryLabels()
Dmachine_ir_exec_test.cc61 auto* exit_label = as.MakeLabel(); in Init() local
62 as.set_exit_label_for_testing(exit_label); in Init()
76 as.Bind(exit_label); in Init()