Home
last modified time | relevance | path

Searched defs:uint8_t (Results 1 – 22 of 22) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
Dfile_format_version.cpp20 std::string GetVersion(const std::array<uint8_t, File::VERSION_SIZE> &v) in GetVersion()
34 bool IsVersionLessOrEqual(const std::array<uint8_t, File::VERSION_SIZE> &currrent_version, in IsVersionLessOrEqual()
Dfile.cpp463 inline std::string VersionToString(const std::array<uint8_t, File::VERSION_SIZE> &array) in VersionToString()
478 inline int CompareVersions(const std::array<uint8_t, File::VERSION_SIZE> &lhs, in CompareVersions()
490 inline bool operator<(const std::array<uint8_t, File::VERSION_SIZE> &lhs, in operator <()
496 inline bool operator>(const std::array<uint8_t, File::VERSION_SIZE> &lhs, in operator >()
644 void CheckFileVersion(const std::array<uint8_t, File::VERSION_SIZE> &file_version, const std::strin… in CheckFileVersion()
792 bool ContainsLiteralArrayInHeader(const std::array<uint8_t, File::VERSION_SIZE> &version) in ContainsLiteralArrayInHeader()
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile_format_version.cpp23 std::string GetVersion(const std::array<uint8_t, File::VERSION_SIZE> &v) in GetVersion()
Dfile.cpp445 inline std::string VersionToString(const std::array<uint8_t, File::VERSION_SIZE> &array) in VersionToString()
460 inline int CompareVersions(const std::array<uint8_t, File::VERSION_SIZE> &lhs, in CompareVersions()
472 inline bool operator<(const std::array<uint8_t, File::VERSION_SIZE> &lhs, in operator <()
478 inline bool operator>(const std::array<uint8_t, File::VERSION_SIZE> &lhs, in operator >()
/arkcompiler/runtime_core/abc2program/
Dabc2program_compiler.cpp40 bool Abc2ProgramCompiler::CheckFileVersionIsSupported(std::array<uint8_t, panda_file::File::VERSION… in CheckFileVersionIsSupported()
/arkcompiler/runtime_core/static_core/verification/absint/tests/
Dexec_context_test.cpp35 void ProcessAbsIntExecContext(ExecContext &execCtx, std::array<const uint8_t *, 6> &cp, RegContext … in ProcessAbsIntExecContext()
/arkcompiler/ets_runtime/test/fuzztest/jsnapisethostpromiserejectiontracker_fuzzer/
Djsnapisethostpromiserejectiontracker_fuzzer.cpp59 [&](std::string, uint8_t **, size_t *, std::string &) -> bool { return true; }); in JSNApiSetHostResolveBufferTrackerFuzzTest() argument
/arkcompiler/toolchain/tooling/static/evaluation/
Dbase64.h117 …static void DecodeSextetsGroup(const std::array<uint8_t, ENCODED_GROUP_BYTES> &decodingBuffer, Spa… in DecodeSextetsGroup()
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/evaluation/
Dbase64.h118 static void DecodeSextetsGroup(const std::array<uint8_t, ENCODED_GROUP_BYTES> &decodingBuffer, in DecodeSextetsGroup()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Daot_file_info.cpp29 bool AOTFileInfo::CalCallSiteInfo(uintptr_t retAddr, std::tuple<uint64_t, uint8_t *, int, CalleeReg… in CalCallSiteInfo() argument
/arkcompiler/runtime_core/static_core/libpandafile/tests/
Dbytecode_emitter_tests.cpp425 … const std::function<void(BytecodeEmitter *, uint8_t, const Label &label)> &emitJcmp) in JcmpBwd_V8_IMM8() argument
448 … const std::function<void(BytecodeEmitter *, uint8_t, const Label &label)> &emitJcmp) in JcmpFwd_V8_IMM8() argument
474 … const std::function<void(BytecodeEmitter *, uint8_t, const Label &label)> &emitJcmp) in JcmpBwd_V8_IMM16() argument
519 … const std::function<void(BytecodeEmitter *, uint8_t, const Label &label)> &emitJcmp) in JcmpFwd_V8_IMM16() argument
/arkcompiler/ets_runtime/ecmascript/base/
Dfile_header.h53 static std::string ConvToStr(const std::array<uint8_t, size> &array) in ConvToStr()
/arkcompiler/runtime_core/static_core/runtime/tests/
Dmultithreaded_intern_string_table_test.cpp171 void TestConcurrentInsertion(const std::array<std::array<uint8_t, 4U>, TEST_ARRAY_SIZE> &strings, u… in TestConcurrentInsertion()
Dinterpreter_test.cpp527 …const std::function<void(BytecodeEmitter *, uint8_t, const Label &)> &emit, std::ostringstream *ss) in TestOneLabelJmp() argument
560 const std::function<void(BytecodeEmitter *, uint8_t, const Label &)> &emit, in TestTwoLabelsJmp() argument
601 const std::function<void(BytecodeEmitter *, uint8_t, const Label &)> &emit) in TestConditionalJmp() argument
/arkcompiler/runtime_core/libpandafile/tests/
Dbytecode_emitter_tests.cpp630 static void Jmp_V8_IMM8(Opcode opcode, std::function<void(BytecodeEmitter *, uint8_t, const Label &… in Jmp_V8_IMM8() argument
639 static void Jmp_V8_IMM16(Opcode opcode, std::function<void(BytecodeEmitter *, uint8_t, const Label … in Jmp_V8_IMM16() argument
/arkcompiler/runtime_core/verifier/tests/
Dverify_constant_pool_tests.cpp46std::array<uint8_t, panda_file::File::VERSION_SIZE> &original_version) in TestVerifierWithAbcVersionTampered()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dfile_generators.cpp278 assembler->IterateSecInfos([&](size_t i, std::pair<uint8_t *, size_t> secInfo) { in CollectModuleSectionDes()
292 assembler_->IterateSecInfos([&](size_t i, std::pair<uint8_t *, size_t> secInfo) { in CollectAnModuleSectionDes()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/intrinsics/
Dstd_js_jsruntime.cpp334 CONVERT_LOCAL_VALUE(U1, uint8_t) in CONVERT_LOCAL_VALUE() argument
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_dump_test.cpp107 … Progress *progress = nullptr, std::function<void(uint8_t)> callback = [] (uint8_t) {}) in GenerateRawHeapSnashot() argument
862 std::function<void(uint8_t)> callback = [] (uint8_t) {}) override in DumpHeapSnapshot() argument
/arkcompiler/runtime_core/static_core/compiler/tests/codegen/
Dcodegen_test_1.cpp1783 static ArenaVector<std::pair<uint8_t, uint8_t>> ResoveParameterSequence( in ResoveParameterSequence()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_third_tests.cpp700 [&](std::string, uint8_t **, size_t *, std::string &) -> bool { return true; }); in HWTEST_F_L0() argument
/arkcompiler/runtime_core/libabckit/tests/helpers/
Dhelpers_nullptr.cpp1750 void TestNullptr(AbckitLiteral *(*apiToCheck)(AbckitFile *, uint8_t)) in TestNullptr() argument