Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/abc2program/
Dabc2program_compiler.cpp41 const std::array<uint8_t, panda_file::File::VERSION_SIZE> &version_1, in IsVersionLessEqual()
52 bool Abc2ProgramCompiler::CheckFileVersionIsSupported(std::array<uint8_t, panda_file::File::VERSION… in CheckFileVersionIsSupported()
/arkcompiler/runtime_core/libpandafile/
Dfile_format_version.cpp23 std::string GetVersion(const std::array<uint8_t, File::VERSION_SIZE> &v) in GetVersion()
Dfile.cpp482 inline std::string VersionToString(const std::array<uint8_t, File::VERSION_SIZE> &array) in VersionToString()
497 inline int CompareVersions(const std::array<uint8_t, File::VERSION_SIZE> &lhs, in CompareVersions()
509 inline bool operator<(const std::array<uint8_t, File::VERSION_SIZE> &lhs, in operator <()
515 inline bool operator>(const std::array<uint8_t, File::VERSION_SIZE> &lhs, in operator >()
651 void CheckFileVersion(const std::array<uint8_t, File::VERSION_SIZE> &file_version, const std::strin… in CheckFileVersion()
/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.cpp421 inline std::string VersionToString(const std::array<uint8_t, File::VERSION_SIZE> &array) in VersionToString()
436 inline int CompareVersions(const std::array<uint8_t, File::VERSION_SIZE> &lhs, in CompareVersions()
448 inline bool operator<(const std::array<uint8_t, File::VERSION_SIZE> &lhs, in operator <()
454 inline bool operator>(const std::array<uint8_t, File::VERSION_SIZE> &lhs, in operator >()
/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/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/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.cpp423 … const std::function<void(BytecodeEmitter *, uint8_t, const Label &label)> &emitJcmp) in JcmpBwd_V8_IMM8() argument
446 … const std::function<void(BytecodeEmitter *, uint8_t, const Label &label)> &emitJcmp) in JcmpFwd_V8_IMM8() argument
472 … const std::function<void(BytecodeEmitter *, uint8_t, const Label &label)> &emitJcmp) in JcmpBwd_V8_IMM16() argument
517 … const std::function<void(BytecodeEmitter *, uint8_t, const Label &label)> &emitJcmp) in JcmpFwd_V8_IMM16() argument
/arkcompiler/ets_runtime/ecmascript/base/
Dfile_header.h54 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.cpp526 …const std::function<void(BytecodeEmitter *, uint8_t, const Label &)> &emit, std::ostringstream *ss) in TestOneLabelJmp() argument
559 const std::function<void(BytecodeEmitter *, uint8_t, const Label &)> &emit, in TestTwoLabelsJmp() argument
600 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/static_core/plugins/ets/runtime/interop_js/intrinsics/
Dstd_js_jsruntime.cpp234 CONVERT_LOCAL_VALUE(U1, uint8_t) in CONVERT_LOCAL_VALUE() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
Dfile_generators.cpp284 assembler->IterateSecInfos([&](size_t i, std::pair<uint8_t *, size_t> secInfo) { in CollectModuleSectionDes()
302 assembler_->IterateSecInfos([&](size_t i, std::pair<uint8_t *, size_t> secInfo) { in CollectAnModuleSectionDes()
/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.cpp706 [&](std::string, uint8_t **, size_t *, std::string &) -> bool { return true; }); in HWTEST_F_L0() argument