Home
last modified time | relevance | path

Searched defs:setup (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/tests/checked/
Dchecker_tests.rb18 def setup; end method in CheckerTest
/arkcompiler/runtime_core/irtoc/lang/
Dinstructions_data.rb22 def self.setup(filename) singletonMethod in InstructionsData
Disa.rb35 def self.setup(isa_filename, isapi_filename) singletonMethod in ISA
Dinstruction.rb170 def self.setup singletonMethod in IRInstruction
184 define_method("Is#{opcode}?".to_sym) do
Doutput.rb23 def self.setup(file = nil) singletonMethod in Output
Dfunction.rb276 def self.setup singletonMethod in Function
/arkcompiler/runtime_core/irtoc/lang/tests/
Dregmask_test.rb27 def setup method in RegMaskTest