Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h30 #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
Dasync_function_lowering.cpp85 GateRef condition = builder_.Equal(offsetConstantGate, restoreOffsetGate); in RebuildGeneratorCfg() local
126 GateRef condition = builder_.Equal(offsetConstantGate, bcOffsetPhiGate); in RebuildGeneratorCfg() local
Dnumber_speculative_lowering.cpp426 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
Dlcr_lowering.cpp653 …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
Drange_analysis.cpp229 auto condition = acc_.GetValueIn(jmp); in TryGetRangeOfBranch() local
Dtyped_array_stub_builder.cpp284 auto condition = Int32UnsignedGreaterThan(re, Int32(INT32_MAX)); in GetValueFromBuffer() local
Dbuiltins_lowering.cpp69 GateRef condition = builder_.DoubleIsNAN(value); in TypedTrigonometric() local
Dcircuit_builder.cpp67 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()
Doperations_stub_builder.cpp822 auto condition = Int32UnsignedGreaterThan(val, Int32(INT32_MAX)); in Shr() local
Dts_hcr_lowering.cpp500 GateRef condition = acc_.GetValueIn(gate, 0); in LowerConditionJump() local
Dtype_mcr_lowering.cpp1258 auto condition = builder_.HasPendingException(glue); in ReplaceHirWithPendingException() local
Dslowpath_lowering.cpp133 auto condition = builder_.HasPendingException(glue_); in ReplaceHirWithPendingException() local
1718 GateRef condition = builder_.IsSpecial(value, JSTaggedValue::VALUE_FALSE); in LowerConditionJump() local
Dstub_builder.cpp50 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/
Dbuiltins_stubs.h147 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): void { method in PandaGen
/arkcompiler/toolchain/tooling/base/
Dpt_params.cpp316 std::string condition; in Create() local
Dpt_types.cpp3234 std::string condition; in Create() local