| /arkcompiler/runtime_core/abc2program/ |
| D | abc2program_compiler.cpp | 41 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/ |
| D | file_format_version.cpp | 23 std::string GetVersion(const std::array<uint8_t, File::VERSION_SIZE> &v) in GetVersion()
|
| D | file.cpp | 482 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/ |
| D | file_format_version.cpp | 23 std::string GetVersion(const std::array<uint8_t, File::VERSION_SIZE> &v) in GetVersion()
|
| D | file.cpp | 421 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/ |
| D | jsnapisethostpromiserejectiontracker_fuzzer.cpp | 59 [&](std::string, uint8_t **, size_t *, std::string &) -> bool { return true; }); in JSNApiSetHostResolveBufferTrackerFuzzTest() argument
|
| /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/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 | 423 … 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/ |
| D | file_header.h | 54 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 | 526 …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/ |
| 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/static_core/plugins/ets/runtime/interop_js/intrinsics/ |
| D | std_js_jsruntime.cpp | 234 CONVERT_LOCAL_VALUE(U1, uint8_t) in CONVERT_LOCAL_VALUE() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | file_generators.cpp | 284 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/ |
| 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 | 706 [&](std::string, uint8_t **, size_t *, std::string &) -> bool { return true; }); in HWTEST_F_L0() argument
|