Home
last modified time | relevance | path

Searched defs:Visitor (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/docs/
Dir_format.md284 ## Visitor section in Panda Intermediate representation(IR) design
/arkcompiler/runtime_core/static_core/docs/
Dir_format.md293 ## Visitor section in Panda Intermediate representation(IR) design
/arkcompiler/runtime_core/bytecode_optimizer/
Dbytecode_optimizer_isapi.rb55 Visitor = Struct.new(:ir_op, :switch) constant
/arkcompiler/runtime_core/libabckit/src/codegen/templates_dynamic/
Dcodegen_dynamic_isapi.rb55 Visitor = Struct.new(:ir_op, :switch) constant
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Dbytecode_optimizer_isapi.rb55 Visitor = Struct.new(:ir_op, :cpp, :switch) constant
/arkcompiler/runtime_core/libabckit/src/codegen/
Dcodegen_static_isapi.rb53 Visitor = Struct.new(:ir_op, :cpp, :switch) constant