| /arkcompiler/runtime_core/libpandabase/ |
| D | options.yaml | 49 - name: log-components 79 description: Enable logs from specified components 86 possible_values: $log-components 87 description: Enable debug or above logs from specified components 94 possible_values: $log-components 95 description: Enable info or above logs from specified components 102 possible_values: $log-components 103 description: Enable warning or above logs from specified components 110 possible_values: $log-components 111 description: Enable error or above logs from specified components [all …]
|
| /arkcompiler/runtime_core/static_core/libpandabase/ |
| D | options.yaml | 49 - name: log-components 82 description: Enable logs from specified components 89 possible_values: $log-components 90 description: Enable debug or above logs from specified components 97 possible_values: $log-components 98 description: Enable info or above logs from specified components 105 possible_values: $log-components 106 description: Enable warning or above logs from specified components 113 possible_values: $log-components 114 description: Enable error or above logs from specified components [all …]
|
| /arkcompiler/runtime_core/compiler/ |
| D | compiler_logger.cpp | 19 std::bitset<CompilerLoggerComponents::LOG_COMPONENTS_NUM> CompilerLogger::components(0); member in panda::compiler::CompilerLogger 25 components.reset(); in SetComponents() 28 components.set(); in SetComponents() 32 components.reset(); in SetComponents() 38 components.set(COMPONENT); \ in SetComponents()
|
| D | compiler_logger.h | 50 return components.test(comp); in IsComponentEnabled() 55 components.set(comp); in EnableComponent() 63 static std::bitset<CompilerLoggerComponents::LOG_COMPONENTS_NUM> components;
|
| /arkcompiler/runtime_core/static_core/libpandabase/templates/ |
| D | logger.rb | 50 def components method 51 @components 61 @components = data.components.map { |op| Component.new(op) }
|
| D | logger_impl_gen.inc.erb | 20 % LoggerData.components.each do |c| 55 % LoggerData.components.each do |c| 97 % LoggerData.components.each do |c|
|
| D | logger_gen.rb | 46 data['components'] += plugin_data['components'] if plugin_data
|
| /arkcompiler/runtime_core/libpandabase/templates/ |
| D | logger.rb | 50 def components method 51 @components 61 @components = data.components.map { |op| Component.new(op) }
|
| D | logger_impl_gen.inc.erb | 20 % LoggerData.components.each do |c| 55 % LoggerData.components.each do |c| 97 % LoggerData.components.each do |c|
|
| D | logger_gen.rb | 46 data['components'] += plugin_data['components'] if plugin_data
|
| /arkcompiler/runtime_core/static_core/plugins/ets/playground/frontend/src/ |
| D | App.tsx | 18 import MosaicApp from './components/mosaic/MosaicApp'; 19 import {ThemeProvider} from './components/theme/ThemeContext'; 20 import Header from './components/header/Header';
|
| /arkcompiler/runtime_core/gn/build/ |
| D | fixup-third-party.sh | 22 # components shoild be placed in $ARK_ROOT/gn/ark-third-party directory, 24 COMPONENTS='utils_native zlib icu' 32 for component in $COMPONENTS
|
| /arkcompiler/runtime_core/static_core/gn/build/ |
| D | fixup-third-party.sh | 22 # components shoild be placed in $ARK_ROOT/gn/third_party directory, 24 COMPONENTS='utils_native zlib' 32 for component in $COMPONENTS; do
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | task_manager.md | 3 Internally in VM we have different tasks for two components `GC` and `JIT`. Both of this components… 31 …eue for tasks of the same "kind" or "components" (for example "JIT") which is fullfilled by corres…
|
| D | memory-management-SW-requirements.md | 3 The main components of Panda memory management: 54 # 4. INTERACTION WITH OTHER COMPONENTS
|
| D | design-of-interpreter.md | 5 This document outlines the key design decisions in the interpreter and its companion components: 21 and all related components of the platform: 36 across all components of the platform. 52 is the main form of program representation, information about it is needed in many components of 221 beside too granular unit tests to ensure quality of the interpreter and companion components
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/checked/inlining_test/ |
| D | inlining_order_1.sts | 17 …-threshold=100 --compiler-hotness-threshold=22 --log-level=debug --log-components=compiler --compi… 22 …ng-threshold=0 --compiler-hotness-threshold=30 --log-level=debug --log-components=compiler --compi… 30 //! RUN options: "--log-level=debug --log-components=compiler --compiler-log=inlining", en…
|
| D | inlining_order_3.sts | 18 …-threshold=100 --compiler-hotness-threshold=30 --log-level=debug --log-components=compiler --compi… 25 …ng-threshold=0 --compiler-hotness-threshold=30 --log-level=debug --log-components=compiler --compi… 37 //! RUN options: "--log-level=debug --log-components=compiler --compiler-log=inlining", en…
|
| /arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_increace_compile/entry/src/main/ets/pages/ |
| D | Index.ets | 16 import {testA} from "bytecodehar/src/main/ets/components/TestA" 17 import {testB} from "bytecodehar/src/main/ets/components/TestB"
|
| /arkcompiler/ets_frontend/arkguard/test/ut/utils/ |
| D | ProjectCollections.spec.ts | 419 …ault\\default@HarCompileArkTS\\esmodule\\release\\libraryHar\\src\\main\\ets\\components\\test.ts", 420 relativeSourceFilePath: "libraryHar/src/main/ets/components/test.ets", 421 originSourceFilePath: "D:/WORK/demo/libraryHar/src/main/ets/components/test.ets", 422 rollupModuleId: "D:\\WORK\\demo\\libraryHar\\src\\main\\ets\\components\\test.ets" 429 "libraryHar/src/main/ets/components/test.ets" 438 …ault\\default@HarCompileArkTS\\esmodule\\release\\libraryHar\\src\\main\\ets\\components\\test.ts", 439 relativeSourceFilePath: "libraryHar/src/main/ets/components/test.ets", 440 originSourceFilePath: "D:/WORK/demo/libraryHar/src/main/ets/components/test.ets", 441 rollupModuleId: "D:\\WORK\\demo\\libraryHar\\src\\main\\ets\\components\\test.ets" 448 "libraryHar/src/main/ets/components/test.ets" [all …]
|
| /arkcompiler/runtime_core/docs/ |
| D | memory-management-SW-requirements.md | 3 The main components of Panda memory management: 54 # 4. INTERACTION WITH OTHER COMPONENTS
|
| D | design-of-interpreter.md | 5 This document outlines the key design decisions in the interpreter and its companion components: 21 and all related components of the platform: 36 across all components of the platform. 52 is the main form of program representation, information about it is needed in many components of 221 beside too granular unit tests to ensure quality of the interpreter and companion components
|
| /arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_increace_compile/bytecodehar/ |
| D | Index.ets | 16 export { MainPage } from './src/main/ets/components/MainPage';
|
| /arkcompiler/ets_frontend/ |
| D | bundle.json | 20 "components": [ array
|
| /arkcompiler/ets_frontend/test/sdk_test_projects/bytecodehar_increace_compile/library/ |
| D | Index.ets | 16 export { MainPage } from './src/main/ets/components/MainPage';
|