| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_builder.h | 29 #define SUBENTRY(messageId, condition) \ argument 37 #define SUBENTRY_WITH_GLUE(messageId, condition, glueArg) \ argument 46 #define ASM_ASSERT(messageId, condition) \ argument 48 #define ASM_ASSERT_WITH_GLUE(messageId, condition, glue) \ argument 51 #define ASM_ASSERT(messageId, condition) \ argument 53 #define ASM_ASSERT_WITH_GLUE(messageId, condition, glue) \ argument
|
| D | async_function_lowering.cpp | 84 GateRef condition = builder_.Equal(offsetConstantGate, restoreOffsetGate); in RebuildGeneratorCfg() local 122 GateRef condition = builder_.Equal(offsetConstantGate, bcOffsetPhiGate); in RebuildGeneratorCfg() local
|
| D | builtins_lowering.cpp | 69 GateRef condition = builder_.DoubleIsNAN(value); in TypedTrigonometric() local 188 GateRef condition = builder_.DoubleIsNAN(*value); in TypedSqrt() local
|
| D | ts_type_lowering.cpp | 680 GateRef condition = acc_.GetValueIn(gate, 0); in LowerConditionJump() local 691 GateRef condition = builder_.IsSpecial(value, JSTaggedValue::VALUE_FALSE); in SpeculateConditionJump() local
|
| D | circuit_builder.cpp | 67 GateRef CircuitBuilder::Branch(GateRef state, GateRef condition) in Branch() 239 GateRef CircuitBuilder::DeoptCheck(GateRef condition, GateRef frameState, DeoptType type) in DeoptCheck() 977 void CircuitBuilder::Branch(GateRef condition, Label *trueLabel, Label *falseLabel) in Branch()
|
| D | type_lowering.cpp | 1611 auto condition = builder_.Int32UnsignedGreaterThan(res, builder_.Int32(INT32_MAX)); in ShiftNumber() local 1864 GateRef condition = Circuit::NullGate(); in CompareInt() local 1893 GateRef condition = Circuit::NullGate(); in CompareDouble() local
|
| D | operations_stub_builder.cpp | 734 auto condition = Int32UnsignedGreaterThan(val, Int32(INT32_MAX)); in Shr() local
|
| D | slowpath_lowering.cpp | 2181 GateRef condition = builder_.IsSpecial(value, JSTaggedValue::VALUE_FALSE); in LowerConditionJump() local 3677 GateRef condition = acc_.GetValueIn(gate, 0); in LowerDeoptCheck() local
|
| D | stub_builder.cpp | 42 void StubBuilder::Branch(GateRef condition, Label *trueLabel, Label *falseLabel) in Branch() 5142 void StubBuilder::Assert(int messageId, int line, GateRef glue, GateRef condition, Label *nextLabel) in Assert()
|
| /arkcompiler/runtime_core/irtoc/lang/ |
| D | cpp_function.rb | 26 def condition(cond) method in CppFunction
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_stubs.h | 101 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) { method in PandaGen
|
| /arkcompiler/ets_runtime/ecmascript/compiler/tests/ |
| D | circuit_optimizer_tests.cpp | 545 auto condition = circuit.NewGate(circuit.Constant(1), in HWTEST_F_L0() local
|
| /arkcompiler/toolchain/tooling/base/ |
| D | pt_params.cpp | 316 std::string condition; in Create() local
|