Home
last modified time | relevance | path

Searched defs:Encoder (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dencode.h73 class Encoder; variable
107 friend Encoder; variable
113 explicit Encoder(ArenaAllocator *aa, Arch arch) : Encoder(aa, arch, false) {} in Encoder() function
114 Encoder(ArenaAllocator *aa, Arch arch, bool jsNumberCast) in Encoder() function
Dspill_fill_encoder.h26 class Encoder; variable
Dencode_visitor.h23 class Encoder; variable
Dframe_info.h25 class Encoder; variable
Ddisassembly.h29 class Encoder; variable
Dcodegen.h48 class Encoder; variable
/arkcompiler/runtime_core/compiler/tests/
Dconstructor_test.cpp103 TEST_F(ConstructorTest, Encoder) in TEST_F() argument
/arkcompiler/runtime_core/static_core/compiler/tests/
Dconstructor_test.cpp108 TEST_F(ConstructorTest, Encoder) in TEST_F() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dgraph.h62 class Encoder; variable