| /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_GLUE(messageId, condition, glueArg) \ argument 51 #define ASM_ASSERT(messageId, condition) \ argument 57 #define ASM_ASSERT_WITH_GLUE(messageId, condition, glue) \ argument 60 #define ASM_ASSERT(messageId, condition) \ argument 66 #define ASM_ASSERT_WITH_GLUE(messageId, condition, glue) \ argument
|
| D | circuit_builder.h | 257 #define BRANCH(condition, trueLabel, falseLabel) \ argument 264 #define BRANCH_CIR(condition, trueLabel, falseLabel) \ argument 271 #define BRANCH_LIKELY(condition, trueLabel, falseLabel) \ argument 279 #define BRANCH_CIR_LIKELY(condition, trueLabel, falseLabel) \ argument 287 #define BRANCH_UNLIKELY(condition, trueLabel, falseLabel) \ argument 295 #define BRANCH_CIR_UNLIKELY(condition, trueLabel, falseLabel) \ argument 303 #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 | 449 GateRef condition = acc_.GetValueIn(gate, 0); in VisitBooleanJump() local 714 GateRef condition = Circuit::NullGate(); in CompareInts() local 745 GateRef condition = Circuit::NullGate(); in CompareDoubles() local
|
| D | range_analysis.cpp | 260 auto condition = acc_.GetValueIn(jmp); in TryGetRangeOfBranch() local
|
| D | ntype_bytecode_lowering.cpp | 390 auto condition = builder_.HasPendingException(glue); in ReplaceGateWithPendingException() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ |
| D | safe_cast.h | 25 #define REGISTER_SAFE_CAST(type, condition) \ argument
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/evaluation/ |
| D | conditions_storage.cpp | 19 void ConditionsStorage::AddCondition(BreakpointId id, const std::string &condition) in AddCondition()
|
| /arkcompiler/runtime_core/static_core/irtoc/lang/ |
| D | cpp_function.rb | 27 def condition(cond) method in CppFunction
|
| /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/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/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_stubs.h | 83 GateRef condition = BitAnd(TaggedIsNumber(year), TaggedIsNumber(month)); in IsNumberYearMonthDay() local
|
| /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/test/autotest/aw/cdp/ |
| D | debugger.py | 69 condition: Optional[str] = None variable in BreakLocationUrl
|
| /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/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/runtime/tooling/inspector/ |
| D | thread_state.cpp | 105 … ThreadState::SetBreakpoint(const std::vector<PtLocation> &locations, const std::string *condition) in SetBreakpoint()
|
| D | debuggable_thread.cpp | 99 const std::string *condition) in SetBreakpoint()
|
| /arkcompiler/runtime_core/static_core/tests/checked/ |
| D | checker.rb | 423 def TRUE(condition) argument 432 def SKIP_IF(condition) argument
|
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| D | bytecode_optimizer_isapi.rb | 168 def case_switch(types, condition, inner_cases) argument
|
| /arkcompiler/runtime_core/libabckit/src/codegen/templates_dynamic/ |
| D | codegen_dynamic_isapi.rb | 168 def case_switch(types, condition, inner_cases) argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/src/ |
| D | maple_phase_manager.cpp | 161 void MaplePhaseManager::AddPhase(const std::string &phaseName, bool condition) in AddPhase()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | cg.h | 36 #define ADDTARGETPHASE(PhaseName, condition) \ argument
|