/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | stub_builder.h | 30 #define SUBENTRY(messageId, condition) \ argument 38 #define SUBENTRY_WITH_GLUE(messageId, condition, glueArg) \ argument 47 #define ASM_ASSERT(messageId, condition) \ argument 49 #define ASM_ASSERT_WITH_GLUE(messageId, condition, glue) \ argument 52 #define ASM_ASSERT(messageId, condition) \ argument 54 #define ASM_ASSERT_WITH_GLUE(messageId, condition, glue) \ argument
|
D | async_function_lowering.cpp | 85 GateRef condition = builder_.Equal(offsetConstantGate, restoreOffsetGate); in RebuildGeneratorCfg() local 126 GateRef condition = builder_.Equal(offsetConstantGate, bcOffsetPhiGate); in RebuildGeneratorCfg() local
|
D | number_speculative_lowering.cpp | 426 GateRef condition = acc_.GetValueIn(gate, 0); in VisitBooleanJump() local 627 GateRef condition = Circuit::NullGate(); in CompareInts() local 657 GateRef condition = Circuit::NullGate(); in CompareDoubles() local
|
D | lcr_lowering.cpp | 653 …GateRef condition = builder_.BoolNot(builder_.ExtractValue(MachineType::I1, result, builder_.Int32… in LowerOverflowCheck() local 664 GateRef condition = builder_.Int32UnsignedLessThanOrEqual(value, upperBound); in LowerInt32UnsignedUpperBoundCheck() local 679 …GateRef condition = builder_.BoolOr(rightGreaterZero, builder_.BoolAnd(rightLessZero, leftNotZero)… in LowerInt32DivWithCheck() local
|
D | range_analysis.cpp | 229 auto condition = acc_.GetValueIn(jmp); in TryGetRangeOfBranch() local
|
D | typed_array_stub_builder.cpp | 284 auto condition = Int32UnsignedGreaterThan(re, Int32(INT32_MAX)); in GetValueFromBuffer() local
|
D | builtins_lowering.cpp | 69 GateRef condition = builder_.DoubleIsNAN(value); in TypedTrigonometric() local
|
D | circuit_builder.cpp | 67 GateRef CircuitBuilder::Branch(GateRef state, GateRef condition) in Branch() 523 GateRef CircuitBuilder::DeoptCheck(GateRef condition, GateRef frameState, DeoptType type) in DeoptCheck() 1795 void CircuitBuilder::Branch(GateRef condition, Label *trueLabel, Label *falseLabel) in Branch()
|
D | operations_stub_builder.cpp | 822 auto condition = Int32UnsignedGreaterThan(val, Int32(INT32_MAX)); in Shr() local
|
D | ts_hcr_lowering.cpp | 500 GateRef condition = acc_.GetValueIn(gate, 0); in LowerConditionJump() local
|
D | type_mcr_lowering.cpp | 1258 auto condition = builder_.HasPendingException(glue); in ReplaceHirWithPendingException() local
|
D | slowpath_lowering.cpp | 133 auto condition = builder_.HasPendingException(glue_); in ReplaceHirWithPendingException() local 1718 GateRef condition = builder_.IsSpecial(value, JSTaggedValue::VALUE_FALSE); in LowerConditionJump() local
|
D | stub_builder.cpp | 50 void StubBuilder::Branch(GateRef condition, Label *trueLabel, Label *falseLabel) in Branch() 4561 GateRef condition = env->GetBuilder()->ExtractValue(MachineType::I1, res, Int32(1)); in FastAddSubAndMul() local 6011 void StubBuilder::Assert(int messageId, int line, GateRef glue, GateRef condition, Label *nextLabel) in Assert()
|
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
D | builtins_stubs.h | 147 GateRef condition = BoolAnd(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/bytecode_optimizer/ |
D | bytecode_optimizer_isapi.rb | 168 def case_switch(types, condition, inner_cases) argument
|
/arkcompiler/ets_frontend/ts2panda/src/ |
D | pandagen.ts | 906 condition(node: ts.Node, op: SyntaxKind, lhs: VReg, ifFalse: Label): void { method in PandaGen
|
/arkcompiler/toolchain/tooling/base/ |
D | pt_params.cpp | 316 std::string condition; in Create() local
|
D | pt_types.cpp | 3234 std::string condition; in Create() local
|