Home
last modified time | relevance | path

Searched defs:Version (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/runtime_core/static_core/dprof/libdprof/dprof/ipc/
Dipc_message_protocol.h26 struct Version { struct
27 std::string version;
/arkcompiler/runtime_core/docs/changelogs/
D2024-05-24-isa-changelog.md8 ## Version section in 2024-05-24-isa-changelog
D2024-07-10-isa-changelog.md8 ## Version section in 2024-07-10-isa-changelog
D2023-12-31-isa-changelog.md8 ## Version section in 2023-12-31-isa-changelog
D2024-05-12-isa.changelog.md8 ## Version section in 2024-05-12-isa-changelog
D2024-05-26-file_format-changelog.md7 ## Version section in 2024-05-26-file_format-changlog
D2024-03-20-isa-changelog.md8 ## Version section in 2024-03-20-isa-changelog
D2024-07-05-file_format-changelog.md7 ## Version section in 2024-07-05-file_format-changlog
D2024-04-08-file_format-changelog.md11 ## Version section in 2024-04-08-file_format-changelog
D2024-08-29-isa&&file_format-changelog.md10 ## Version section in 2024-08-29-isa&&file_format-changelog
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/
Dutils.h126 Version(int major, int minor, int build) : major_(major), minor_(minor), build_(build) {} in Version() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dets_vm_plugin.cpp38 static napi_value Version(napi_env env, [[maybe_unused]] napi_callback_info info) in Version() function