| /arkcompiler/runtime_core/libpandafile/ |
| D | file_format_version.cpp | 20 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()
|
| D | file.cpp | 463 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/ |
| D | file_format_version.cpp | 23 std::string GetVersion(const std::array<uint8_t, File::VERSION_SIZE> &v) in GetVersion()
|
| D | file.cpp | 445 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/ |
| D | abc2program_compiler.cpp | 40 bool Abc2ProgramCompiler::CheckFileVersionIsSupported(std::array<uint8_t, panda_file::File::VERSION… in CheckFileVersionIsSupported()
|
| /arkcompiler/runtime_core/static_core/verification/absint/tests/ |
| D | exec_context_test.cpp | 35 void ProcessAbsIntExecContext(ExecContext &execCtx, std::array<const uint8_t *, 6> &cp, RegContext … in ProcessAbsIntExecContext()
|
| /arkcompiler/ets_runtime/test/fuzztest/jsnapisethostpromiserejectiontracker_fuzzer/ |
| D | jsnapisethostpromiserejectiontracker_fuzzer.cpp | 59 [&](std::string, uint8_t **, size_t *, std::string &) -> bool { return true; }); in JSNApiSetHostResolveBufferTrackerFuzzTest() argument
|
| /arkcompiler/toolchain/tooling/static/evaluation/ |
| D | base64.h | 117 …static void DecodeSextetsGroup(const std::array<uint8_t, ENCODED_GROUP_BYTES> &decodingBuffer, Spa… in DecodeSextetsGroup()
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/evaluation/ |
| D | base64.h | 118 static void DecodeSextetsGroup(const std::array<uint8_t, ENCODED_GROUP_BYTES> &decodingBuffer, in DecodeSextetsGroup()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| D | aot_file_info.cpp | 29 bool AOTFileInfo::CalCallSiteInfo(uintptr_t retAddr, std::tuple<uint64_t, uint8_t *, int, CalleeReg… in CalCallSiteInfo() argument
|
| /arkcompiler/runtime_core/static_core/libpandafile/tests/ |
| D | bytecode_emitter_tests.cpp | 425 … 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/ |
| D | file_header.h | 53 static std::string ConvToStr(const std::array<uint8_t, size> &array) in ConvToStr()
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | multithreaded_intern_string_table_test.cpp | 171 void TestConcurrentInsertion(const std::array<std::array<uint8_t, 4U>, TEST_ARRAY_SIZE> &strings, u… in TestConcurrentInsertion()
|
| D | interpreter_test.cpp | 527 …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/ |
| D | bytecode_emitter_tests.cpp | 630 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/ |
| D | verify_constant_pool_tests.cpp | 46 … std::array<uint8_t, panda_file::File::VERSION_SIZE> &original_version) in TestVerifierWithAbcVersionTampered()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | file_generators.cpp | 278 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/ |
| D | std_js_jsruntime.cpp | 334 CONVERT_LOCAL_VALUE(U1, uint8_t) in CONVERT_LOCAL_VALUE() argument
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/ |
| D | heap_dump_test.cpp | 107 … 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/ |
| D | codegen_test_1.cpp | 1783 static ArenaVector<std::pair<uint8_t, uint8_t>> ResoveParameterSequence( in ResoveParameterSequence()
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_third_tests.cpp | 700 [&](std::string, uint8_t **, size_t *, std::string &) -> bool { return true; }); in HWTEST_F_L0() argument
|
| /arkcompiler/runtime_core/libabckit/tests/helpers/ |
| D | helpers_nullptr.cpp | 1750 void TestNullptr(AbckitLiteral *(*apiToCheck)(AbckitFile *, uint8_t)) in TestNullptr() argument
|