Home
last modified time | relevance | path

Searched defs:isa (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/runtime_core/static_core/tests/cts-generator/generator/
Dsingle_test.rb20 def initialize(command, isa, definitions, predefined, skip_header) argument
Dcommand.rb18 def initialize(command, isa, test_name, definitions, predefined, output, skip_header) argument
Dtest_base.rb18 def initialize(isa, command, definitions, predefined, skip_header) argument
/arkcompiler/runtime_core/tests/cts-generator/generator/
Dsingle_test.rb20 def initialize(command, isa, definitions, predefined, skip_header) argument
Dcommand.rb18 def initialize(command, isa, test_name, definitions, predefined, output, skip_header) argument
Dtest_base.rb18 def initialize(isa, command, definitions, predefined, skip_header) argument
/arkcompiler/runtime_core/static_core/isa/
DCMakeLists.txt14 project(isa) project
/arkcompiler/runtime_core/isa/
DCMakeLists.txt14 project(isa) project
/arkcompiler/runtime_core/libabckit/tests/ut/ir_core/graph/
Dgraph.cpp193 auto isa = g_implG->gGetIsa(graph); in TEST_F() local
204 auto isa = g_implG->gGetIsa(graph); in TEST_F() local
/arkcompiler/runtime_core/
Dcodecheck_ignore.json11 "isa": "*", string
/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/
Dtest-schema.json19 "isa": { object
92 "isa": { object
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dtest-schema.json19 "isa": { object
92 "isa": { object
/arkcompiler/runtime_core/static_core/runtime/
Druntime.cpp1493 void Runtime::InitNonZygoteOrPostFork(bool isSystemServer, [[maybe_unused]] const char *isa, in InitNonZygoteOrPostFork()