Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h29 #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
Dasync_function_lowering.cpp84 GateRef condition = builder_.Equal(offsetConstantGate, restoreOffsetGate); in RebuildGeneratorCfg() local
122 GateRef condition = builder_.Equal(offsetConstantGate, bcOffsetPhiGate); in RebuildGeneratorCfg() local
Dbuiltins_lowering.cpp69 GateRef condition = builder_.DoubleIsNAN(value); in TypedTrigonometric() local
188 GateRef condition = builder_.DoubleIsNAN(*value); in TypedSqrt() local
Dts_type_lowering.cpp680 GateRef condition = acc_.GetValueIn(gate, 0); in LowerConditionJump() local
691 GateRef condition = builder_.IsSpecial(value, JSTaggedValue::VALUE_FALSE); in SpeculateConditionJump() local
Dcircuit_builder.cpp67 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()
Dtype_lowering.cpp1611 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
Doperations_stub_builder.cpp734 auto condition = Int32UnsignedGreaterThan(val, Int32(INT32_MAX)); in Shr() local
Dslowpath_lowering.cpp2181 GateRef condition = builder_.IsSpecial(value, JSTaggedValue::VALUE_FALSE); in LowerConditionJump() local
3677 GateRef condition = acc_.GetValueIn(gate, 0); in LowerDeoptCheck() local
Dstub_builder.cpp42 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/
Dcpp_function.rb26 def condition(cond) method in CppFunction
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.h101 GateRef condition = BoolAnd(TaggedIsNumber(year), TaggedIsNumber(month)); in IsNumberYearMonthDay() local
/arkcompiler/runtime_core/tests/checked/
Dchecker.rb297 def TRUE(condition) argument
306 def SKIP_IF(condition) argument
/arkcompiler/runtime_core/bytecode_optimizer/
Dbytecode_optimizer_isapi.rb168 def case_switch(types, condition, inner_cases) argument
/arkcompiler/ets_frontend/ts2panda/src/
Dpandagen.ts906 condition(node: ts.Node, op: SyntaxKind, lhs: VReg, ifFalse: Label) { method in PandaGen
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Dcircuit_optimizer_tests.cpp545 auto condition = circuit.NewGate(circuit.Constant(1), in HWTEST_F_L0() local
/arkcompiler/toolchain/tooling/base/
Dpt_params.cpp316 std::string condition; in Create() local