Home
last modified time | relevance | path

Searched full:name (Results 1 – 25 of 4143) sorted by relevance

12345678910>>...166

/arkcompiler/runtime_core/static_core/libpandabase/templates/
Dlogger.yaml15 - name: fatal
17 - name: error
19 - name: warning
21 - name: info
23 - name: debug
27 - name: alloc
28 - name: mm-obj-events
30 - name: assembler
31 - name: classlinker
33 - name: common
[all …]
/arkcompiler/runtime_core/libpandabase/templates/
Dlogger.yaml15 - name: fatal
17 - name: error
19 - name: warning
21 - name: info
23 - name: debug
27 - name: alloc
28 - name: mm-obj-events
30 - name: assembler
31 - name: classlinker
33 - name: common
[all …]
/arkcompiler/runtime_core/static_core/libpandabase/events/
Devents.yaml15 # - name - name of the event
17 # Then you can dump your event by writing EVENT_<name.upcase()>(values). For example, for 'osr_entr…
27 - name: osr_entry
29 - name: method_name
31 - name: bc_offset
33 - name: kind
36 - name: result
40 - name: inline
42 - name: caller
44 - name: callee
[all …]
/arkcompiler/runtime_core/libpandabase/events/
Devents.yaml15 # - name - name of the event
17 # Then you can dump your event by writing EVENT_<name.upcase()>(values). For example, for 'osr_entr…
27 - name: osr_entry
29 - name: method_name
31 - name: bc_offset
33 - name: kind
36 - name: result
40 - name: inline
42 - name: caller
44 - name: callee
[all …]
/arkcompiler/ets_frontend/ets2panda/lexer/scripts/
Dkeywords.yaml15 - name: 'js'
17 - name: 'ts'
19 - name: 'as'
21 - name: 'ets'
25 - name: 'abstract'
30 - name: 'any'
34 - name: 'anyref'
38 - name: 'arguments'
42 - name: 'as'
47 - name: 'assert'
[all …]
/arkcompiler/runtime_core/compiler/
Dcompiler.yaml15 name: compiler
19 - name: compiler-non-optimizing
25 - name: compiler-regex
31 - name: compiler-visualizer-dump
37 - name: compiler-dump
41 - name: final
45 - name: compact
49 - name: life-intervals
53 - name: folder
57 - name: bytecode
[all …]
/arkcompiler/runtime_core/static_core/compiler/
Dcompiler.yaml15 name: compiler
19 - name: compiler-non-optimizing
25 - name: compiler-regex
31 - name: compiler-visualizer-dump
37 - name: compiler-dump
41 - name: final
45 - name: compact
49 - name: life-intervals
53 - name: folder
57 - name: bytecode
[all …]
/arkcompiler/ets_runtime/test/resource/js_runtime/
Dohos_test.xml16 <target name="Base_001_Test">
18 <option name="push" value="test/test/libark_jsruntime_test.so -> /data/test" src="out"/>
21 <target name="Base_002_Test">
23 <option name="push" value="test/test/libark_jsruntime_test.so -> /data/test" src="out"/>
26 <target name="Base_003_Test">
28 <option name="push" value="test/test/libark_jsruntime_test.so -> /data/test" src="out"/>
31 <target name="BuiltinsArrayBufferAllocateArrayBufferFuzzTest">
33 <option name="push" value="test/test/libark_jsruntime_test.so -> /data/test" src="out"/>
36 <target name="BuiltinsArrayBufferArrayBufferConstructorFuzzTest">
38 <option name="push" value="test/test/libark_jsruntime_test.so -> /data/test" src="out"/>
[all …]
/arkcompiler/toolchain/test/resource/tooling/
Dohos_test.xml16 <target name="DebuggerEntryTest">
18 …<option name="push" value="obj/arkcompiler/toolchain/tooling/test/sample.abc -> /data/test" src="o…
19 …<option name="push" value="obj/arkcompiler/toolchain/tooling/test/exception.abc -> /data/test" src…
20 …<option name="push" value="obj/arkcompiler/toolchain/tooling/test/arrow_func.abc -> /data/test" sr…
21 …<option name="push" value="obj/arkcompiler/toolchain/tooling/test/async_func.abc -> /data/test" sr…
22 …<option name="push" value="obj/arkcompiler/toolchain/tooling/test/range_error.abc -> /data/test" s…
23 …<option name="push" value="obj/arkcompiler/toolchain/tooling/test/syntax_exception.abc -> /data/te…
24 …<option name="push" value="obj/arkcompiler/toolchain/tooling/test/throw_exception.abc -> /data/tes…
25 …<option name="push" value="obj/arkcompiler/toolchain/tooling/test/step.abc -> /data/test" src="out…
26 …<option name="push" value="obj/arkcompiler/toolchain/tooling/test/dropframe.abc -> /data/test" src…
[all …]
/arkcompiler/ets_runtime/test/aottest/ts_multi_inline_max_call/
Dexpect_output.txt14 [trace] aot inline function name: #*#foo@ts_multi_inline_max_call caller function name: func_main_0…
15 [trace] aot inline function name: #*#foo1@ts_multi_inline_max_call caller function name: #*#foo@ts_…
16 [trace] aot inline function name: #*#bar@ts_multi_inline_max_call caller function name: #*#foo1@ts_…
18 [trace] aot inline function name: #*#foo2@ts_multi_inline_max_call caller function name: #*#foo@ts_…
19 [trace] aot inline function name: #*#bar@ts_multi_inline_max_call caller function name: #*#foo2@ts_…
21 [trace] aot inline function name: #*#foo3@ts_multi_inline_max_call caller function name: #*#foo@ts_…
22 [trace] aot inline function name: #*#bar@ts_multi_inline_max_call caller function name: #*#foo3@ts_…
24 [trace] aot inline function name: #*#foo4@ts_multi_inline_max_call caller function name: #*#foo@ts_…
25 [trace] aot inline function name: #*#bar@ts_multi_inline_max_call caller function name: #*#foo4@ts_…
27 [trace] aot inline function name: #*#foo5@ts_multi_inline_max_call caller function name: #*#foo@ts_…
[all …]
/arkcompiler/ets_runtime/test/aottest/pgo_call_recursive_js/
Dexpect_output.txt14 [trace] aot inline function name: #*#foo@pgo_call_recursive_js caller function name: func_main_0@pg…
15 [trace] aot inline function name: #*#foo1@pgo_call_recursive_js caller function name: #*#foo@pgo_ca…
16 [trace] aot inline function name: #*#foo2@pgo_call_recursive_js caller function name: #*#foo1@pgo_c…
17 [trace] aot inline function name: #*#foo1@pgo_call_recursive_js caller function name: #*#foo@pgo_ca…
18 [trace] aot inline function name: #*#foo2@pgo_call_recursive_js caller function name: #*#foo1@pgo_c…
19 [trace] aot inline function name: #*#foo2@pgo_call_recursive_js caller function name: #*#foo@pgo_ca…
20 [trace] aot inline function name: #*#foo2@pgo_call_recursive_js caller function name: #*#foo@pgo_ca…
21 [trace] aot inline function name: #*#foo1@pgo_call_recursive_js caller function name: #*#foo@pgo_ca…
22 [trace] aot inline function name: #*#foo2@pgo_call_recursive_js caller function name: #*#foo1@pgo_c…
23 [trace] aot inline function name: #*#foo2@pgo_call_recursive_js caller function name: #*#foo@pgo_ca…
[all …]
/arkcompiler/ets_runtime/docs/
Dusing-the-toolchain.md1 # Using the Toolchain<a name="EN-US_TOPIC_0000001128256014"></a>
12 $ $ ./build.sh --product-name rk3568 --build-target ets_frontend_build
22 <a name="table2035444615599"></a>
24 …0128987101%" id="mcps1.1.6.1.1"><p id="p13354134619595"><a name="p13354134619595"></a><a name="p13…
26 …3806619338066%" id="mcps1.1.6.1.3"><p id="p157281281906"><a name="p157281281906"></a><a name="p157…
28 …2741725827417%" id="mcps1.1.6.1.4"><p id="p103276335016"><a name="p103276335016"></a><a name="p103…
30 …493350664935%" id="mcps1.1.6.1.5"><p id="p1835494695915"><a name="p1835494695915"></a><a name="p18…
34 …8987101%" headers="mcps1.1.6.1.1 "><p id="p881325510017"><a name="p881325510017"></a><a name="p881…
36 …9338066%" headers="mcps1.1.6.1.3 "><p id="p072882813015"><a name="p072882813015"></a><a name="p072…
38 …725827417%" headers="mcps1.1.6.1.4 "><p id="p10327833305"><a name="p10327833305"></a><a name="p103…
[all …]
DREADME_zh.md40 ./build.sh --product-name rk3568
47 ./build.sh --product-name rk3568 --build-target ark_js_host_linux_tools_packages
53 …./build.sh --product-name rk3568 --gn-args use_musl=true --target-cpu arm64 --build-target ark_js_…
59 ./build.sh --product-name rk3568 --build-target ark_js_packages
64 ./build.sh --product-name rk3568 --build-target ets_frontend_build
93 …./build.sh --product-name rk3568 --build-target ark_js_host_linux_tools_packages --build-target et…
138 ./build.sh --product-name rk3568 --build-target arkcompiler/runtime_core:ark_host_linux_tools_packa…
191 ./build.sh --product-name rk3568 --build-target ark_js_host_linux_tools_packages
197 ./build.sh --product-name rk3568 --build-target ets_frontend_build
214 …"top" width="50%" id="mcps1.1.3.1.1"><p id="p51552743010"><a name="p51552743010"></a><a name="p515…
[all …]
/arkcompiler/ets_frontend/
DREADME_zh.md1 # ets_frontend组件<a name="ZH-CN_TOPIC_0000001137330686"></a>
3 - [ets_frontend组件<a name="ZH-CN_TOPIC_0000001137330686"></a>](#ets_frontend组件)
4 - [简介<a name="section11660541593"></a>](#简介)
5 - [目录<a name="section161941989596"></a>](#目录)
6 - [编译构建<a name="section0446154755015"></a>](#编译构建)
7 - [使用说明<a name="section33105542504"></a>](#使用说明)
8 - [相关仓<a name="section1371113476307"></a>](#相关仓)
10 ## 简介<a name="section11660541593"></a>
20 ## 目录<a name="section161941989596"></a>
47 ## 编译构建<a name="section0446154755015"></a>
[all …]
DREADME.md1 # ets_frontend <a name="EN-US_TOPIC_0000001137330686"></a>
3 - [ets_frontend <a name="EN-US_TOPIC_0000001137330686"></a>](#ets_frontend-)
4 - [Introduction<a name="section11660541593"></a>](#introduction)
5 - [Directory Structure<a name="section161941989596"></a>](#directory-structure)
6 - [Build<a name="section0446154755015"></a>](#Build)
7 - [Usage Guidelines<a name="section33105542504"></a>](#usage-guidelines)
8 - [Repositories Involved<a name="section1371113476307"></a>](#repositories-involved)
10 ## Introduction<a name="section11660541593"></a>
20 ## Directory Structure<a name="section161941989596"></a>
47 ## Build<a name="section0446154755015"></a>
[all …]
/arkcompiler/runtime_core/static_core/runtime/
Doptions.yaml15 name: runtime
19 - name: boot-panda-files
26 - name: panda-files
32 - name: boot-intrinsic-spaces
41 - name: boot-class-spaces
50 - name: runtime-type
57 - name: load-runtimes
66 - name: runtime-compressed-strings-enabled
71 - name: explicit-concurrent-gc-enabled
76 - name: run-gc-in-place
[all …]
/arkcompiler/ets_runtime/test/aottest/pgo_call/
Dexpect_output.txt14 [trace] aot inline function name: #*#foo@pgo_call caller function name: #*#callFoo1@pgo_call
15 [trace] aot inline function name: #*#foo@pgo_call caller function name: #*#callFoo1@pgo_call
17 [trace] aot inline function name: #*#callFoo2@pgo_call caller function name: func_main_0@pgo_call
18 [trace] aot inline function name: #*#callFoo2@pgo_call caller function name: func_main_0@pgo_call
20 [trace] aot inline function name: #*#callFoo2@pgo_call caller function name: func_main_0@pgo_call
21 [trace] aot inline function name: #*#callFoo2@pgo_call caller function name: func_main_0@pgo_call
23 [trace] aot inline function name: #*#callFoo3@pgo_call caller function name: func_main_0@pgo_call
24 [trace] aot inline function name: #*#callFoo2@pgo_call caller function name: func_main_0@pgo_call
26 [trace] aot inline function name: #*#callFoo2@pgo_call caller function name: func_main_0@pgo_call
28 [trace] aot inline function name: #*#callFoo1@pgo_call caller function name: func_main_0@pgo_call
[all …]
/arkcompiler/ets_runtime/test/aottest/pgo_call_js/
Dexpect_output.txt14 [trace] aot inline function name: #*#foo@pgo_call_js caller function name: #*#callFoo1@pgo_call_js
15 [trace] aot inline function name: #*#foo@pgo_call_js caller function name: #*#callFoo1@pgo_call_js
16 [trace] aot inline function name: #*#callFoo2@pgo_call_js caller function name: func_main_0@pgo_cal…
17 [trace] aot inline function name: #*#callFoo2@pgo_call_js caller function name: func_main_0@pgo_cal…
18 [trace] aot inline function name: #*#callFoo2@pgo_call_js caller function name: func_main_0@pgo_cal…
19 [trace] aot inline function name: #*#callFoo2@pgo_call_js caller function name: func_main_0@pgo_cal…
20 [trace] aot inline function name: #*#callFoo3@pgo_call_js caller function name: func_main_0@pgo_cal…
21 [trace] aot inline function name: #*#callFoo2@pgo_call_js caller function name: func_main_0@pgo_cal…
22 [trace] aot inline function name: #*#callFoo2@pgo_call_js caller function name: func_main_0@pgo_cal…
23 [trace] aot inline function name: #*#callFoo1@pgo_call_js caller function name: func_main_0@pgo_cal…
[all …]
/arkcompiler/ets_frontend/legacy_bin/api8/
Dmanifest_tag.xml16 <remote name="origin" fetch="." review="https://openharmony.gitee.com/openharmony/"/>
20 …<project name="ability_ability_lite" path="foundation/aafwk/aafwk_lite" revision="a68d6d7043d8455c…
21 …<project name="ability_ability_runtime" path="foundation/aafwk/standard" revision="2d1fae94bc520c9…
22 …<project name="accessibility" path="base/accessibility" revision="8b7e96589b672c590a65b9ec58241ec0…
23 …<project name="account_os_account" path="base/account/os_account" revision="3fd5f525cdcdaab2b92872…
24 …<project name="ai_engine" path="foundation/ai/engine" revision="ea2bf753964f265c2875d06e17b46544a9…
25 …<project name="applications_admin_provisioning" path="applications/standard/admin_provisioning" re…
26 …<project name="applications_call" path="applications/standard/call" revision="19077cc0474000320fe7…
27 …<project name="applications_camera" path="applications/standard/camera" revision="d14dd4df946144e7…
28 …<project name="applications_camera_sample_communication" path="applications/sample/camera/communic…
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/spec/10.Interfaces/10.4.Interface_Members/
Dinterface_with_optional_attributes_0003.sts18 name: 10.Interfaces/10.04.Interface_Members/interface_with_optional_attributes_0003.sts
23 name: string;
30 name: string;
32 constructor(name: string) {
33 this.name = name;
38 name: string;
43 constructor(name: string, age: int, desc: string, teacher: Teacher) {
44 this.name = name;
50 constructor(name: string, age: int) {
51 this.name = name;
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
DCMakeLists.txt17 NAME calling_methods_test_1
23 NAME calling_methods_test_2
29 NAME calling_methods_test_3
35 NAME calling_methods_test_4
41 NAME calling_methods_test_5
47 NAME calling_methods_test_6
53 NAME calling_methods_test_7
59 NAME calling_methods_test_8
65 NAME accessing_objects_fields_test_1
71 NAME accessing_objects_fields_test_2
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/spec/09.classes/9.5.Field_Declaration/
Dclass_with_optional_attributes_0003.sts18 name: 09.Classes/09.05.Field_Ddeclarations/class_with_optional_attributes_0003.sts
23 name: string;
25 constructor(name: string) {
26 this.name = name;
31 name: string;
36 constructor(name: string, age: int, desc: string, teacher: Teacher) {
37 this.name = name;
43 constructor(name: string, age: int) {
44 this.name = name;
48 constructor(name: string, age: int, desc: string) {
[all …]
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints.yaml22 # * entrypoint: entrypoint function name.
25 - name: Deoptimize
33 - name: AbstractMethodError
41 - name: AnnotateSanitizers
50 - name: AnnotateSanitizersNoBridge
59 - name: CheckCast
68 - name: CheckCastSlowPath
77 - name: CheckCastDeoptimize
86 - name: CheckCastInterface
95 - name: CheckStoreArrayReference
[all …]
/arkcompiler/ets_frontend/ets2panda/compiler/scripts/
Dsignatures.yaml15 - name: '-'
17 - name: <ctor>
19 - name: <cctor>
21 - name: ETSGLOBAL
23 - name: _$init$_
25 - name: $_get
27 - name: $_set
29 - name: $_iterator
31 - name: 'ambient_indexer'
33 - name: 'ETSGLOBAL.main:'
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbc_call_signature.cpp28 #define INIT_SIGNATURES(name) \ in Initialize() argument
29 BytecodeHandlerCallSignature::Initialize(&callSigns_[name]); \ in Initialize()
30 callSigns_[name].SetID(ID_##name); \ in Initialize()
31 callSigns_[name].SetName(std::string("BCStub_") + #name); \ in Initialize()
32 callSigns_[name].SetConstructor( \ in Initialize()
35 new name##StubBuilder(&callSigns_[name], \ in Initialize()
40 #define INIT_SIGNATURES_DYN(name, ...) \ in Initialize() argument
41 INIT_SIGNATURES(name) \ in Initialize()
42 callSigns_[name].SetTargetKind(CallSignature::TargetKind::BYTECODE_PROFILE_HANDLER); in Initialize()
46 #define INIT_SIGNATURES_DYN(name, ...) \ in Initialize() argument
[all …]

12345678910>>...166