Home
last modified time | relevance | path

Searched full:default (Results 1 – 25 of 1142) sorted by relevance

12345678910>>...46

/arkcompiler/runtime_core/runtime/
Doptions.yaml21 default:
28 default: []
34 default:
43 default:
52 default: core
59 default:
68 default: true
73 default: false
78 default: true
83 default: 3000
[all …]
/arkcompiler/runtime_core/compiler/
Dcompiler.yaml21 default: false
27 default: ".*"
33 default: false
43 default: false
47 default: false
51 default: false
55 default: ./ir_dump
59 default: false
63 default: false
72 default: false
[all …]
/arkcompiler/runtime_core/verification/verifier/
Doptions.yaml21 default:
28 default: []
34 default: []
40 default: []
48 default:
60 default:
77 default: error
88 default: std
97 default: ""
102 default: false
[all …]
/arkcompiler/toolchain/tooling/base/
Dpt_returns.h24 PtBaseReturns() = default;
25 ~PtBaseReturns() override = default;
39 ~EnableReturns() override = default;
44 EnableReturns() = default;
56 ~SetBreakpointByUrlReturns() override = default;
61 SetBreakpointByUrlReturns() = default;
75 ~EvaluateOnCallFrameReturns() override = default;
79 EvaluateOnCallFrameReturns() = default;
92 ~GetPossibleBreakpointsReturns() override = default;
97 GetPossibleBreakpointsReturns() = default;
[all …]
Dpt_params.h24 PtBaseParams() = default;
25 ~PtBaseParams() override = default;
38 EnableParams() = default;
39 ~EnableParams() override = default;
62 EvaluateOnCallFrameParams() = default;
63 ~EvaluateOnCallFrameParams() override = default;
93 GetPossibleBreakpointsParams() = default;
94 ~GetPossibleBreakpointsParams() override = default;
137 GetScriptSourceParams() = default;
138 ~GetScriptSourceParams() override = default;
[all …]
Dpt_events.h31 PtBaseEvents() = default;
32 ~PtBaseEvents() override = default;
42 BreakpointResolved() = default;
43 ~BreakpointResolved() override = default;
83 Paused() = default;
84 ~Paused() override = default;
153 default: { in GetReasonString()
207 Resumed() = default;
208 ~Resumed() override = default;
223 NativeCalling() = default;
[all …]
/arkcompiler/runtime_core/compiler/tools/paoc/
Dpaoc.yaml22 default: []
28 default: ""
33 default: ""
38 default: ""
43 default: ""
48 default: aot
57 default: none
62 default: none
67 default: out.an
72 default: boot.an
[all …]
/arkcompiler/runtime_core/tests/benchmarks/
DCMakeLists.txt30 FULL_DOCS "Stack limit for this benchmark in bytes. Set 0 to use default value")
49 BRIEF_DOCS "Run in default mode?"
50 FULL_DOCS "Run in default mode?")
55 name vmb_name stack_limit interpreter enforce_jit_compiler gc_type aot default)
69 panda_benchmark_run_default ${default})
81 # * 6. Gc type (default - for default gc)
83 # * 8. Run in default mode?
89 … | | | | | | 8.default
90 …d-morph" "Morph3d" 0 TRUE TRUE default TRUE TRUE)
91 …ccess-binary-trees" "AccessBinaryTrees" 0 TRUE TRUE default TRUE TRUE)
[all …]
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_opcode.h73 virtual ~RegExpOpCode() = default;
100 ~SaveStartOpCode() override = default;
110 ~SaveEndOpCode() override = default;
120 ~CharOpCode() override = default;
131 ~GotoOpCode() override = default;
141 ~SplitNextOpCode() override = default;
151 ~SplitFirstOpCode() override = default;
161 ~PushOpCode() override = default;
171 ~PopOpCode() override = default;
181 ~PushCharOpCode() override = default;
[all …]
/arkcompiler/runtime_core/docs/
Ddoxygen.config21 # that follow. The default is UTF-8 which is also the encoding used for all text
25 # The default value is: UTF-8.
33 # The default value is: My Project.
69 # The default value is: NO.
77 # The default value is: NO.
92 # The default value is: English.
99 # The default value is: YES.
108 # The default value is: YES.
136 # The default value is: NO.
144 # The default value is: NO.
[all …]
/arkcompiler/runtime_core/bytecode_optimizer/
Doptions.yaml22 default: 2
28 …timizations. N=1: New optimizer is turned on, only DCE is applied. N=2: (default): New optimizer i…
32 default: true
37 default: true
42 default: ""
47 default: false
52 default: true
57 default: true
/arkcompiler/ets_frontend/es2panda/lexer/token/
DsourceLocation.h35 explicit SourcePosition() noexcept = default;
39 ~SourcePosition() = default;
47 explicit SourceRange() noexcept = default;
51 ~SourceRange() = default;
59 explicit SourceLocation() noexcept = default;
63 ~SourceLocation() = default;
75 ~Range() = default;
87 ~OffsetEntry() = default;
101 explicit LineIndex() noexcept = default;
104 ~LineIndex() = default;
/arkcompiler/ets_runtime/ecmascript/
Djs_runtime_options.cpp36 "--aot-file: Path (file suffix not needed) to AOT output file. Default: \"aot_file\"\n"
39 "--asm-interpreter: Enable asm interpreter. Default: true\n"
41 "--assert-types: Enable type assertion for type inference tests. Default: false\n"
54 " Default: \"none\"\n"
56 "Default: \"none\"\n"
57 "--enable-ark-tools: Enable ark tools to debug. Default: false\n"
58 "--trace-bc: enable tracing bytecode for aot runtime. Default: false\n"
59 "--trace-deopt: enable tracing deopt for aot runtime. Default: false\n"
60 "--deopt-threshold: set max count which aot function can occur deoptimization. Default: 10\n"
61 "--opt-code-profiler: enable opt code Bytecode Statistics for aot runtime. Default: false\n"
[all …]
/arkcompiler/runtime_core/libpandabase/
Doptions.yaml25 default: error
36 default: std
46 default: ""
51 default:
84 default:
92 default:
100 default:
108 default:
116 default:
/arkcompiler/runtime_core/verification/value/
Dvariables.h47 Var() = default;
49 Var(const Var &) = default;
50 Var(Var &&) = default;
51 Var &operator=(const Var &a) = default;
52 Var &operator=(Var &&a) = default;
53 ~Var() = default;
76 Variables() = default;
79 ~Variables() = default;
Dorigin.h60 Origin() = default;
61 Origin(const Origin &) = default;
62 Origin(Origin &&) = default;
63 ~Origin() = default;
64 Origin &operator=(const Origin &) = default;
65 Origin &operator=(Origin &&) = default;
Dabstract_value.h31 AbstractValue() = default;
32 AbstractValue(const AbstractValue &) = default;
33 AbstractValue(AbstractValue &&) = default;
34 AbstractValue &operator=(const AbstractValue &) = default;
35 AbstractValue &operator=(AbstractValue &&) = default;
36 ~AbstractValue() = default;
/arkcompiler/runtime_core/verification/type/
Dtype_params.h35 TypeParams() = default;
36 TypeParams(const TypeParams &) = default;
37 TypeParams(TypeParams &&) = default;
38 TypeParams &operator=(const TypeParams &) = default;
39 TypeParams &operator=(TypeParams &&) = default;
40 ~TypeParams() = default;
Dtype_param.h29 TypeParam(TypeParam &&) = default;
30 TypeParam(const TypeParam &) = default;
31 TypeParam &operator=(TypeParam &&) = default;
32 TypeParam &operator=(const TypeParam &) = default;
33 ~TypeParam() = default;
Dtype_parametric.h40 ParametricType(const ParametricType &) = default;
41 ParametricType(ParametricType &&) = default;
42 ParametricType &operator=(const ParametricType &) = default;
43 ParametricType &operator=(ParametricType &&) = default;
44 ~ParametricType() = default;
/arkcompiler/runtime_core/assembler/
Dassembly-literals.h40 default: in IsBoolValue()
54 default: in IsByteValue()
65 default: in IsShortValue()
77 default: in IsIntegerValue()
88 default: in IsLongValue()
99 default: in IsFloatValue()
110 default: in IsDoubleValue()
124 default: in IsStringValue()
136 explicit LiteralArray() = default;
163 default: in GetArrayTagFromComponentType()
/arkcompiler/runtime_core/compiler/code_info/
Dcode_info_tables.h40 ~StackMap() = default;
101 ~InlineInfo() = default;
111 ~RegisterMask() = default;
121 ~StackMask() = default;
131 ~VRegisterMask() = default;
141 ~MethodId() = default;
151 ~VRegisterCatalogueIndex() = default;
162 ~VRegisterInfo() = default;
199 ~ImplicitNullChecks() = default;
209 ~ConstantTable() = default;
/arkcompiler/runtime_core/verification/util/
Drange.h41 Iterator() = default;
42 Iterator(const Iterator &) = default;
43 Iterator(Iterator &&) = default;
44 Iterator &operator=(const Iterator &) = default;
45 Iterator &operator=(Iterator &&) = default;
46 ~Iterator() = default;
90 Range() = default;
91 ~Range() = default;
Dabstract_index.h30 AbstractIndex() = default;
31 AbstractIndex(const AbstractIndex &) = default;
32 AbstractIndex(AbstractIndex &&) = default;
33 AbstractIndex &operator=(const AbstractIndex &) = default;
34 AbstractIndex &operator=(AbstractIndex &&) = default;
35 ~AbstractIndex() = default;
/arkcompiler/runtime_core/verification/util/tests/
Denvironment.h43 EnvOptions(const EnvOptions &) = default;
44 EnvOptions(EnvOptions &&) = default;
45 EnvOptions &operator=(const EnvOptions &) = default;
46 EnvOptions &operator=(EnvOptions &&) = default;
47 ~EnvOptions() = default;

12345678910>>...46