Home
last modified time | relevance | path

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

123

/arkcompiler/ets_runtime/test/aottest/builtins_array/
Dbuiltins_array.ts81 const condition = (element) => element < 10; constant
89 const condition = (element) => element < 10; constant
110 const condition = (element) => element < 10; constant
119 const condition = (element) => element < 10; constant
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h34 #define SUBENTRY(messageId, condition) \ argument
42 #define SUBENTRY_WITH_GLUE(messageId, condition, glueArg) \ argument
51 #define ASM_ASSERT(messageId, condition) \ argument
57 #define ASM_ASSERT_WITH_GLUE(messageId, condition, glue) \ argument
60 #define ASM_ASSERT(messageId, condition) \ argument
66 #define ASM_ASSERT_WITH_GLUE(messageId, condition, glue) \ argument
Dcircuit_builder.h257 #define BRANCH(condition, trueLabel, falseLabel) \ argument
264 #define BRANCH_CIR(condition, trueLabel, falseLabel) \ argument
271 #define BRANCH_LIKELY(condition, trueLabel, falseLabel) \ argument
279 #define BRANCH_CIR_LIKELY(condition, trueLabel, falseLabel) \ argument
287 #define BRANCH_UNLIKELY(condition, trueLabel, falseLabel) \ argument
295 #define BRANCH_CIR_UNLIKELY(condition, trueLabel, falseLabel) \ argument
303 #define BRANCH_NO_WEIGHT(condition, trueLabel, falseLabel) \ argument
Dasync_function_lowering.cpp88 GateRef condition = builder_.Equal(offsetConstantGate, restoreOffsetGate); in RebuildGeneratorCfg() local
132 GateRef condition = builder_.Equal(offsetConstantGate, bcOffsetPhiGate); in RebuildGeneratorCfg() local
Dnumber_speculative_lowering.cpp449 GateRef condition = acc_.GetValueIn(gate, 0); in VisitBooleanJump() local
714 GateRef condition = Circuit::NullGate(); in CompareInts() local
745 GateRef condition = Circuit::NullGate(); in CompareDoubles() local
Drange_analysis.cpp260 auto condition = acc_.GetValueIn(jmp); in TryGetRangeOfBranch() local
Dntype_bytecode_lowering.cpp390 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
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/evaluation/
Dconditions_storage.cpp19 void ConditionsStorage::AddCondition(BreakpointId id, const std::string &condition) in AddCondition()
/arkcompiler/runtime_core/static_core/irtoc/lang/
Dcpp_function.rb27 def condition(cond) method in CppFunction
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/include/
Dmaple_phase_manager.h94 #define ADDMAPLEPHASE(PhaseName, condition) AddPhase(PhaseName, condition) argument
95 #define ADDMAPLEMEPHASE(PhaseName, condition) \ argument
99 #define ADDMODULEPHASE(PhaseName, condition) \ argument
/arkcompiler/jsvm/src/
Djs_native_api_v8.h34 #define RETURN_STATUS_IF_FALSE(env, condition, status) \ argument
41 #define RETURN_STATUS_IF_FALSE_WITHOUT_ENV(condition, status) \ argument
48 #define RETURN_STATUS_IF_FALSE_WITH_PREAMBLE(env, condition, status) \ argument
145 #define THROW_RANGE_ERROR_IF_FALSE(env, condition, error, message) \ argument
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.h83 GateRef condition = BitAnd(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/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/toolchain/test/autotest/aw/cdp/
Ddebugger.py69 condition: Optional[str] = None variable in BreakLocationUrl
/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/runtime_core/libabckit/src/codegen/
Dcodegen_static_isapi.rb172 def if_(condition, true_expr, false_expr) argument
189 def case_switch(types, condition, inner_cases) argument
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Dthread_state.cpp105 … ThreadState::SetBreakpoint(const std::vector<PtLocation> &locations, const std::string *condition) in SetBreakpoint()
Ddebuggable_thread.cpp99 const std::string *condition) in SetBreakpoint()
/arkcompiler/runtime_core/static_core/tests/checked/
Dchecker.rb423 def TRUE(condition) argument
432 def SKIP_IF(condition) argument
/arkcompiler/runtime_core/bytecode_optimizer/
Dbytecode_optimizer_isapi.rb168 def case_switch(types, condition, inner_cases) argument
/arkcompiler/runtime_core/libabckit/src/codegen/templates_dynamic/
Dcodegen_dynamic_isapi.rb168 def case_switch(types, condition, inner_cases) argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_phase/src/
Dmaple_phase_manager.cpp161 void MaplePhaseManager::AddPhase(const std::string &phaseName, bool condition) in AddPhase()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcg.h36 #define ADDTARGETPHASE(PhaseName, condition) \ argument

123