Home
last modified time | relevance | path

Searched defs:InstGenerator (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
Dinst_generator.h85 explicit InstGenerator(ArenaAllocator &allocator) : allocator_(allocator) {} in InstGenerator() function
/arkcompiler/runtime_core/static_core/compiler/tests/
Dinst_generator.h128 explicit InstGenerator(ArenaAllocator &allocator) : allocator_(allocator) {} in InstGenerator() function
Dunit_test.h117 friend class InstGenerator; member