Home
last modified time | relevance | path

Searched defs:BindLabel (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/
Dasm_printer.cpp21 void PrinterLabelHolder<AssemblyPrinter<aarch32::Aarch32Encoder>>::BindLabel(LabelId id) in BindLabel() function in ark::compiler::PrinterLabelHolder::Aarch32Encoder
44 void PrinterLabelHolder<AssemblyPrinter<aarch64::Aarch64Encoder>>::BindLabel(LabelId id) in BindLabel() function in ark::compiler::PrinterLabelHolder::Aarch64Encoder
66 void PrinterLabelHolder<AssemblyPrinter<amd64::Amd64Encoder>>::BindLabel(LabelId id) in BindLabel() function in ark::compiler::PrinterLabelHolder::Amd64Encoder
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dencode.cpp992 void Encoder::BindLabel(LabelHolder::LabelId id) in BindLabel() function in ark::compiler::Encoder
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
Dencode.cpp300 void Aarch32LabelHolder::BindLabel(LabelId id) in BindLabel() function in ark::compiler::aarch32::Aarch32LabelHolder
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/
Dencode.cpp319 void Amd64LabelHolder::BindLabel(LabelId id) in BindLabel() function in ark::compiler::amd64::Amd64LabelHolder
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
Dencode.cpp200 void Aarch64LabelHolder::BindLabel(LabelId id) in BindLabel() function in ark::compiler::aarch64::Aarch64LabelHolder