| /arkcompiler/ets_runtime/test/aottest/builtins_array/ |
| D | builtins_array.ts | 81 const condition = (element) => element < 10; constant 89 const condition = (element) => element < 10; constant 110 const condition = (element) => element < 10; constant 119 const condition = (element) => element < 10; constant
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_builder.h | 34 #define SUBENTRY(messageId, condition) \ argument 42 #define SUBENTRY_WITH_LINE(messageId, condition, line) \ argument 50 #define SUBENTRY_WITH_GLUE(messageId, condition, glueArg) \ argument 59 #define ASM_ASSERT(messageId, condition) \ argument 65 #define ASM_ASSERT_WITH_LINE(messageId, condition, line) … argument 70 #define ASM_ASSERT_WITH_GLUE(messageId, condition, glue) \ argument 73 #define ASM_ASSERT(messageId, condition) \ argument 79 #define ASM_ASSERT_WITH_GLUE(messageId, condition, glue) \ argument
|
| D | circuit_builder.h | 261 #define BRANCH(condition, trueLabel, falseLabel) \ argument 268 #define BRANCH_CIR(condition, trueLabel, falseLabel) \ argument 275 #define BRANCH_LIKELY(condition, trueLabel, falseLabel) \ argument 283 #define BRANCH_CIR_LIKELY(condition, trueLabel, falseLabel) \ argument 291 #define BRANCH_UNLIKELY(condition, trueLabel, falseLabel) \ argument 299 #define BRANCH_CIR_UNLIKELY(condition, trueLabel, falseLabel) \ argument 307 #define BRANCH_NO_WEIGHT(condition, trueLabel, falseLabel) \ argument
|
| D | async_function_lowering.cpp | 88 GateRef condition = builder_.Equal(offsetConstantGate, restoreOffsetGate); in RebuildGeneratorCfg() local 132 GateRef condition = builder_.Equal(offsetConstantGate, bcOffsetPhiGate); in RebuildGeneratorCfg() local
|
| D | number_speculative_lowering.cpp | 473 GateRef condition = acc_.GetValueIn(gate, 0); in VisitBooleanJump() local 738 GateRef condition = Circuit::NullGate(); in CompareInts() local 769 GateRef condition = Circuit::NullGate(); in CompareDoubles() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ |
| D | safe_cast.h | 25 #define REGISTER_SAFE_CAST(type, condition) \ argument
|
| /arkcompiler/toolchain/tooling/static/types/ |
| D | url_breakpoint_request.cpp | 45 if (auto condition = object.template GetValue<JsonObject::StringT>("condition")) { in FromJson() local
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/ |
| D | url_breakpoint_request.cpp | 45 if (auto condition = object.template GetValue<JsonObject::StringT>("condition")) { in FromJson() local
|
| /arkcompiler/runtime_core/taihe/runtime/include/taihe/ |
| D | common.h | 26 #define TH_ASSERT(condition, message) \ argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/include/ |
| D | maple_phase_manager.h | 94 #define ADDMAPLEPHASE(PhaseName, condition) AddPhase(PhaseName, condition) argument 95 #define ADDMAPLEMEPHASE(PhaseName, condition) \ argument 99 #define ADDMODULEPHASE(PhaseName, condition) \ argument
|
| /arkcompiler/runtime_core/static_core/irtoc/lang/ |
| D | cpp_function.rb | 27 def condition(cond) method in CppFunction
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/extensions/ |
| D | debugger.py | 65 condition: typing.Optional[str] = None variable in UrlBreakpointRequest
|
| /arkcompiler/jsvm/src/ |
| D | js_native_api_v8.h | 34 #define RETURN_STATUS_IF_FALSE(env, condition, status) \ argument 41 #define RETURN_STATUS_IF_FALSE_WITHOUT_ENV(condition, status) \ argument 48 #define RETURN_STATUS_IF_FALSE_WITH_PREAMBLE(env, condition, status) \ argument 145 #define THROW_RANGE_ERROR_IF_FALSE(env, condition, error, message) \ argument
|
| /arkcompiler/runtime_core/tests/checked/ |
| D | checker.rb | 297 def TRUE(condition) argument 306 def SKIP_IF(condition) argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | branch_elimination.cpp | 322 std::optional<bool> BranchElimination::GetConditionResult(Inst *condition) in GetConditionResult() 424 std::optional<bool> BranchElimination::TryResolveResult(Inst *condition, Inst *dominantCondition, I… in TryResolveResult()
|
| /arkcompiler/toolchain/tooling/static/debugger/ |
| D | breakpoint_storage.cpp | 71 const std::string *condition, in SetBreakpoint()
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/debugger/ |
| D | breakpoint_storage.cpp | 71 const std::string *condition, in SetBreakpoint()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_stubs.h | 85 GateRef condition = BitAnd(TaggedIsNumber(year), TaggedIsNumber(month)); in IsNumberYearMonthDay() local
|
| /arkcompiler/runtime_core/libabckit/src/codegen/ |
| D | codegen_static_isapi.rb | 172 def if_(condition, true_expr, false_expr) argument 189 def case_switch(types, condition, inner_cases) argument
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| D | bytecode_optimizer_isapi.rb | 174 def if_(condition, true_expr, false_expr) argument 191 def case_switch(types, condition, inner_cases) argument
|
| /arkcompiler/runtime_core/static_core/tests/checked/ |
| D | checker.rb | 502 def TRUE(condition) argument 511 def SKIP_IF(condition) argument
|
| /arkcompiler/toolchain/test/autotest/aw/cdp/ |
| D | debugger.py | 80 condition: Optional[str] = None variable in BreakLocationUrl
|
| /arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/ |
| D | DummyMainCreater.ts | 198 …const condition = new ArkConditionExpr(countLocal, new Constant(count.toString(), NumberType.getIn… constant
|
| /arkcompiler/runtime_core/libabckit/src/codegen/templates_dynamic/ |
| D | codegen_dynamic_isapi.rb | 168 def case_switch(types, condition, inner_cases) argument
|
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| D | bytecode_optimizer_isapi.rb | 168 def case_switch(types, condition, inner_cases) argument
|