Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/code_generator/
Dspill_fill_encoder.h26 class Encoder; variable
Ddisassembly.h29 class Encoder; variable
Dframe_info.h25 class Encoder; variable
Dcodegen.h46 class Encoder; variable
Dencode.h37 class Encoder; variable
71 friend Encoder; variable
77 explicit Encoder(ArenaAllocator *aa, Arch arch) : Encoder(aa, arch, false) {} in Encoder() function
78 Encoder(ArenaAllocator *aa, Arch arch, bool js_number_cast) in Encoder() function
/arkcompiler/runtime_core/compiler/tests/
Dconstructor_test.cpp103 TEST_F(ConstructorTest, Encoder) in TEST_F() argument
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph.h46 class Encoder; variable