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.cpp3443 std::string &GetOutput(const aarch64::Aarch64Encoder &encoder) in GetOutput()
3470 aarch64::Aarch64Encoder encoder(GetAllocator()); in TEST_F() local
3479 aarch64::Aarch64Encoder encoder(GetAllocator()); in TEST_F() local
3488 aarch64::Aarch64Encoder encoder(GetAllocator()); in TEST_F() local
3497 aarch64::Aarch64Encoder encoder(GetAllocator()); in TEST_F() local
3506 aarch64::Aarch64Encoder encoder(GetAllocator()); in TEST_F() local
3515 aarch64::Aarch64Encoder encoder(GetAllocator()); in TEST_F() local
3524 aarch64::Aarch64Encoder encoder(GetAllocator()); in TEST_F() local
3533 aarch64::Aarch64Encoder encoder(GetAllocator()); in TEST_F() local
3546 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