Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/tests/
Dconstructor_test.cpp41 Encoder *encoder = nullptr; in ~ConstructorTest() local
105 Encoder *encoder = nullptr; in TEST_F() local
194 Encoder *encoder = nullptr; in TEST_F() local
Dunit_test.cpp145 Encoder *encoder = Encoder::Create(allocator_, arch_, false); in ~CommonTest() local
Dencoders_test.cpp196 auto encoder = GetEncoder(); in TEST_F() local
/arkcompiler/runtime_core/compiler/tests/aarch64/
Dencoder64_test.cpp3447 std::string &GetOutput(const aarch64::Aarch64Encoder &encoder) in GetOutput()
3474 aarch64::Aarch64Encoder encoder(GetAllocator()); in TEST_F() local
3483 aarch64::Aarch64Encoder encoder(GetAllocator()); in TEST_F() local
3492 aarch64::Aarch64Encoder encoder(GetAllocator()); in TEST_F() local
3501 aarch64::Aarch64Encoder encoder(GetAllocator()); in TEST_F() local
3510 aarch64::Aarch64Encoder encoder(GetAllocator()); in TEST_F() local
3519 aarch64::Aarch64Encoder encoder(GetAllocator()); in TEST_F() local
3528 aarch64::Aarch64Encoder encoder(GetAllocator()); in TEST_F() local
3537 aarch64::Aarch64Encoder encoder(GetAllocator()); in TEST_F() local
3550 aarch64::Aarch64Encoder encoder(GetAllocator()); in TEST_F() local
[all …]
Dregister64_test.cpp57 aarch64::Aarch64Encoder encoder(GetAllocator()); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_encoder.cpp100 void PGOProfilerEncoder::MergeWithExistProfile(PGOProfilerEncoder &encoder, PGOProfilerDecoder &dec… in MergeWithExistProfile()
160 PGOProfilerEncoder encoder(realOutPath_, hotnessThreshold_, mode_); in InternalSave() local
Dpgo_profiler_encoder.h82 explicit SaveTask(PGOProfilerEncoder *encoder, int32_t id) : Task(id), encoder_(encoder) {}; in SaveTask()
/arkcompiler/runtime_core/compiler/tests/aarch32/
Dregister32_test.cpp56 aarch32::Aarch32Encoder encoder(GetAllocator()); in TEST_F() local
/arkcompiler/runtime_core/compiler/tests/amd64/
Dregister64_test.cpp57 amd64::Amd64Encoder encoder(GetAllocator()); in TEST_F() local