Home
last modified time | relevance | path

Searched defs:condition (Results 1 – 25 of 36) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h32 #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
Dasync_function_lowering.cpp86 GateRef condition = builder_.Equal(offsetConstantGate, restoreOffsetGate); in RebuildGeneratorCfg() local
130 GateRef condition = builder_.Equal(offsetConstantGate, bcOffsetPhiGate); in RebuildGeneratorCfg() local
Dnumber_speculative_lowering.cpp484 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
Drange_analysis.cpp252 auto condition = acc_.GetValueIn(jmp); in TryGetRangeOfBranch() local
Dmcr_lowering.cpp815 …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
Dcircuit_builder.cpp77 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()
Dbuiltins_lowering.cpp93 GateRef condition = builder_.DoubleIsNAN(value); in TypedTrigonometric() local
Dntype_hcr_lowering.cpp321 auto condition = builder_.HasPendingException(glue_); in ReplaceGateWithPendingException() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dsafe_cast.h25 #define REGISTER_SAFE_CAST(type, condition) \ argument
Dthread_env.h82 const bool condition; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/include/
Dmaple_phase_manager.h95 #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/
Dcpp_function.rb27 def condition(cond) method in CppFunction
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dbranch_elimination.cpp322 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/
Dchecker.rb297 def TRUE(condition) argument
306 def SKIP_IF(condition) argument
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.h147 GateRef condition = BoolAnd(TaggedIsNumber(year), TaggedIsNumber(month)); in IsNumberYearMonthDay() local
/arkcompiler/runtime_core/static_core/tests/checked/
Dchecker.rb352 def TRUE(condition) argument
361 def SKIP_IF(condition) argument
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Dbytecode_optimizer_isapi.rb174 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/
Darray_literals.ts111 const condition = true; constant
Dobject_literals.ts108 const condition = true; constant
/arkcompiler/ets_frontend/ets2panda/linter/test/
Darray_literals.ts111 const condition = true; constant
Dobject_literals.ts108 const condition = true; constant
/arkcompiler/runtime_core/bytecode_optimizer/
Dbytecode_optimizer_isapi.rb168 def case_switch(types, condition, inner_cases) argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/src/
Dmaple_phase_manager.cpp160 void MaplePhaseManager::AddPhase(const std::string &phaseName, bool condition) in AddPhase()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcg.h34 #define ADDTARGETPHASE(PhaseName, condition) \ argument
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.cpp971 auto condition = [](ir::AstNode *prop) { in FilterInterfaceOverloads() local
983 auto condition = [](ir::AstNode *prop) { in FilterOverloads() local

12