/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | stub_builder.h | 32 #define SUBENTRY(messageId, condition) \ argument 40 #define SUBENTRY_WITH_GLUE(messageId, condition, glueArg) \ argument 49 #define ASM_ASSERT(messageId, condition) \ argument 54 #define ASM_ASSERT_WITH_GLUE(messageId, condition, glue) \ argument 57 #define ASM_ASSERT(messageId, condition) \ argument 62 #define ASM_ASSERT_WITH_GLUE(messageId, condition, glue) \ argument
|
D | async_function_lowering.cpp | 86 GateRef condition = builder_.Equal(offsetConstantGate, restoreOffsetGate); in RebuildGeneratorCfg() local 130 GateRef condition = builder_.Equal(offsetConstantGate, bcOffsetPhiGate); in RebuildGeneratorCfg() local
|
D | number_speculative_lowering.cpp | 484 GateRef condition = acc_.GetValueIn(gate, 0); in VisitBooleanJump() local 748 GateRef condition = Circuit::NullGate(); in CompareInts() local 779 GateRef condition = Circuit::NullGate(); in CompareDoubles() local
|
D | range_analysis.cpp | 252 auto condition = acc_.GetValueIn(jmp); in TryGetRangeOfBranch() local
|
D | mcr_lowering.cpp | 815 …GateRef condition = builder_.BoolNot(builder_.ExtractValue(MachineType::I1, result, builder_.Int32… in LowerOverflowCheck() local 826 GateRef condition = builder_.Int32UnsignedLessThanOrEqual(value, upperBound); in LowerInt32UnsignedUpperBoundCheck() local 841 …GateRef condition = builder_.BoolOr(rightGreaterZero, builder_.BoolAnd(rightLessZero, leftNotZero)… in LowerInt32DivWithCheck() local
|
D | circuit_builder.cpp | 77 GateRef CircuitBuilder::Branch(GateRef state, GateRef condition, uint32_t trueWeight, uint32_t fals… in Branch() 214 void CircuitBuilder::Branch(GateRef condition, Label *trueLabel, Label *falseLabel, in Branch() 304 GateRef CircuitBuilder::DeoptCheck(GateRef condition, GateRef frameState, DeoptType type) in DeoptCheck()
|
D | builtins_lowering.cpp | 93 GateRef condition = builder_.DoubleIsNAN(value); in TypedTrigonometric() local
|
D | ntype_hcr_lowering.cpp | 321 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
|
D | thread_env.h | 82 const bool condition; variable
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/include/ |
D | maple_phase_manager.h | 95 #define ADDMAPLEPHASE(PhaseName, condition) AddPhase(PhaseName, condition) argument 96 #define ADDMAPLEMEPHASE(PhaseName, condition) \ argument 100 #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/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/runtime_core/tests/checked/ |
D | checker.rb | 297 def TRUE(condition) argument 306 def SKIP_IF(condition) argument
|
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
D | builtins_stubs.h | 147 GateRef condition = BoolAnd(TaggedIsNumber(year), TaggedIsNumber(month)); in IsNumberYearMonthDay() local
|
/arkcompiler/runtime_core/static_core/tests/checked/ |
D | checker.rb | 352 def TRUE(condition) argument 361 def SKIP_IF(condition) 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/ets_frontend/ets2panda/linter-4.2/test/ |
D | array_literals.ts | 111 const condition = true; constant
|
D | object_literals.ts | 108 const condition = true; constant
|
/arkcompiler/ets_frontend/ets2panda/linter/test/ |
D | array_literals.ts | 111 const condition = true; constant
|
D | object_literals.ts | 108 const condition = true; constant
|
/arkcompiler/runtime_core/bytecode_optimizer/ |
D | bytecode_optimizer_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 | 160 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 | 34 #define ADDTARGETPHASE(PhaseName, condition) \ argument
|
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/ |
D | scopesInitPhase.cpp | 971 auto condition = [](ir::AstNode *prop) { in FilterInterfaceOverloads() local 983 auto condition = [](ir::AstNode *prop) { in FilterOverloads() local
|