Home
last modified time | relevance | path

Searched refs:API (Results 1 – 25 of 101) sorted by relevance

12345

/arkcompiler/runtime_core/static_core/compiler/
DCompilerIntrinsicsPostPlugins.cmake18 API ${PANDA_ROOT}/templates/plugin_options.rb
27 API ${PANDA_ROOT}/templates/plugin_options.rb
36 API ${PANDA_ROOT}/templates/plugin_options.rb
45 API ${PANDA_ROOT}/templates/plugin_options.rb
54 API ${PANDA_ROOT}/templates/plugin_options.rb
63 API ${PANDA_ROOT}/templates/plugin_options.rb
72 API ${PANDA_ROOT}/templates/plugin_options.rb
81 API ${PANDA_ROOT}/templates/plugin_options.rb
92 API ${PANDA_ROOT}/templates/plugin_options.rb
103 API ${PANDA_ROOT}/templates/plugin_options.rb
[all …]
/arkcompiler/ets_runtime/docs/
Doverview-zh.md47 - **并发:并发模型优化与并发API**
48 ECMAScript规范没有提供并发语义表述;业界引擎,如浏览器或者Node.js,通常会提供基于Actor并发模型的Worker API来支持多线程开发。Actor模型下执行体之间不共享任何数据对…
50 方舟编译运行时不只提供了业界通用的Worker API,还提供了TaskPool作为并发API的增强。TaskPool是一个支持优先级调度、工作线程自动扩缩容的任务池功能库。开发者无需关心并发实例的…
/arkcompiler/runtime_core/static_core/bytecode_optimizer/templates/
DBytecodeOptPostPlugins.cmake18 API ${PANDA_ROOT}/templates/plugin_options.rb
32 API ${PANDA_ROOT}/templates/plugin_options.rb
46 API ${PANDA_ROOT}/templates/plugin_options.rb
61 API
73 API ${PANDA_ROOT}/runtime/templates/intrinsics.rb
/arkcompiler/runtime_core/static_core/libllvmbackend/
DLLVMBackendPostPlugins.cmake20 API ${PANDA_ROOT}/templates/plugin_options.rb
34 API ${PANDA_ROOT}/templates/plugin_options.rb
43 API ${PANDA_ROOT}/templates/plugin_options.rb
58 API ${PANDA_ROOT}/templates/plugin_options.rb
67 API ${PANDA_ROOT}/templates/plugin_options.rb
DCMakeLists.txt116 API ${CMAKE_CURRENT_LIST_DIR}/templates/llvm_pass.rb
125 API ${PANDA_ROOT}/templates/common.rb
133 API ${CMAKE_CURRENT_LIST_DIR}/templates/intrinsics.rb
142 API ${CMAKE_CURRENT_LIST_DIR}/templates/intrinsics.rb
152 API ${CMAKE_CURRENT_LIST_DIR}/templates/intrinsics.rb
162 API ${CMAKE_CURRENT_LIST_DIR}/templates/intrinsics.rb
172 API ${CMAKE_CURRENT_LIST_DIR}/templates/entrypoints.rb
180 API ${CMAKE_CURRENT_LIST_DIR}/templates/entrypoints.rb
190 API ${PANDA_ROOT}/templates/common.rb
/arkcompiler/runtime_core/static_core/runtime/
DRuntimeLanguageContextPostPlugins.cmake18 API ${PANDA_ROOT}/templates/plugin_options.rb
27 API ${PANDA_ROOT}/templates/plugin_options.rb
36 API ${PANDA_ROOT}/templates/plugin_options.rb
45 API ${PANDA_ROOT}/templates/plugin_options.rb
DRuntimeIrtocPostPlugins.cmake18 API ${PANDA_ROOT}/templates/plugin_options.rb
27 API ${PANDA_ROOT}/templates/plugin_options.rb
DRuntimeEntrypointsPostPlugins.cmake36 API
49 API
/arkcompiler/runtime_core/static_core/cmake/
DTemplateBasedGen.cmake22 # * API -- a list of Ruby scripts that provide data-querying API for templates
23 # (Nth script from API should parse Nth YAML file from DATA)
35 set(multivalues DATA API TEMPLATES REQUIRES EXTRA_DEPENDENCIES EXTRA_ARGV)
53 message(FATAL_ERROR "`API` was not passed to `panda_gen` function")
81 API ${GEN_ARG_API}
120 API ${ISAPI}
134 # * API -- a list of Ruby scripts that provide data-querying API for templates
135 # (Nth script from API should parse Nth YAML file from DATA)
146 set(multivalues DATA API REQUIRES EXTRA_DEPENDENCIES EXTRA_ARGV)
161 message(FATAL_ERROR "`API` was not passed to `panda_gen_file` function")
[all …]
/arkcompiler/ets_frontend/arkguard/
DREADME-cn.md128 * 系统API列表中的属性名不会被混淆。系统API列表是构建时从SDK中自动提取出来的一个名称列表,其缓存文件为systemApiCache.json,路径为工程目录下build/cache/{..…
129 * 在Native API场景中,在so的d.ts文件中声明的API不会被混淆。
146 **2.** 系统API的属性白名单中不包含声明文件中使用的字符串常量值,比如示例中的字符串'ohos.want.action.home'不被包含在属性白名单中
149 // 系统API文件@ohos.app.ability.wantConstant片段:
157 …因此在开启了`-enable-string-property-obfuscation`选项时,如果想保留代码中使用的系统API字符串常量的属性不被混淆,比如obj['ohos.want.actio…
166 * 系统API列表中的顶层作用域名称不会被混淆。
190 * 系统API列表中的名称不会被混淆。
307 在Native API场景中,没有在so的d.ts文件中声明的API,如果要在ets/ts/js文件中使用需要手动保留。
/arkcompiler/runtime_core/docs/
Dtracing.md3 This document describes **Panda trace** subsystem. The subsystem provides API for creating *tracepo…
5 ## API section in Panda Tracing
6 Trace API is described in libpandabase/trace/trace.h file. It supports tracing a scope execution ti…
Dmemory-management-SW-requirements.md58 - allocator API for runtime
59 - TLAB API for compiler and interpreter
66 - Barriers API for compiler and interpreter
Dpanda-runtime.md9 * Documented design, rationales, and public API
/arkcompiler/runtime_core/static_core/docs/
Dtracing.md3 This document describes **Panda trace** subsystem. The subsystem provides API for creating *tracepo…
5 ## API section in Panda Tracing
6 Trace API is described in libpandabase/trace/trace.h file. It supports tracing a scope execution ti…
Dmemory-management-SW-requirements.md58 - allocator API for runtime
59 - TLAB API for compiler and interpreter
66 - Barriers API for compiler and interpreter
/arkcompiler/ets_frontend/ets2panda/linter/docs/rules/
Drecipe2.md1 # ``Symbol()`` API is not supported
7 TypeScript has ``Symbol()`` API, which can be used among other things to generate
8 unique property names at runtime. ArkTS does not support ``Symbol()`` API
/arkcompiler/ets_frontend/es2panda/test/parser/js/language/import/syntax/beta2/
Dimport-lazy-beta2-1-expected.txt1 …support using lazy import. Lazy import can be used in the beta3 version of API 12 or higher versio…
2 …SdkVersionStage in build-profile.json5.> If compatibleSdkVersion is set to API 12, then compatible…
/arkcompiler/runtime_core/static_core/libpandabase/
DLibpandabasePostPlugins.cmake40 API ${PROJECT_SOURCE_DIR}/libpandabase/templates/logger.rb
61 API ${PANDA_ROOT}/templates/plugin_options.rb
72 API ${PANDA_ROOT}/templates/plugin_options.rb
/arkcompiler/runtime_core/static_core/disassembler/
DDisassemblerPostPlugins.cmake18 API ${PANDA_ROOT}/templates/plugin_options.rb
27 API ${PANDA_ROOT}/templates/plugin_options.rb
/arkcompiler/runtime_core/static_core/libpandafile/
DLibpandafilePostPlugins.cmake19 API ${PANDA_ROOT}/templates/plugin_options.rb
28 API ${PANDA_ROOT}/templates/plugin_options.rb
/arkcompiler/runtime_core/isa/
DChangeLog.md4 + Removed builtins and API for template-based generation for builtins
/arkcompiler/runtime_core/static_core/isa/
DChangeLog.md12 + Removed builtins and API for template-based generation for builtins
/arkcompiler/runtime_core/static_core/verification/
DCMakeLists.txt27 API "${PANDA_ROOT}/verification/verification.rb"
60 API ${PANDA_ROOT}/templates/messages.rb
/arkcompiler/runtime_core/scripts/dep-lists/
Dubuntu-18-04-build18 ruby=1:2.5.1 # For working with Bytecode ISA API
/arkcompiler/runtime_core/static_core/scripts/dep-lists/
Dubuntu-18-04-build18 ruby=1:2.5.1 # For working with Bytecode ISA API

12345