Home
last modified time | relevance | path

Searched defs:condition (Results 1 – 25 of 63) 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_LINE(messageId, condition, line) \ argument
50 #define SUBENTRY_WITH_GLUE(messageId, condition, glueArg) \ argument
59 #define ASM_ASSERT(messageId, condition) \ argument
65 #define ASM_ASSERT_WITH_LINE(messageId, condition, line) … argument
70 #define ASM_ASSERT_WITH_GLUE(messageId, condition, glue) \ argument
73 #define ASM_ASSERT(messageId, condition) \ argument
79 #define ASM_ASSERT_WITH_GLUE(messageId, condition, glue) \ argument
Dcircuit_builder.h261 #define BRANCH(condition, trueLabel, falseLabel) \ argument
268 #define BRANCH_CIR(condition, trueLabel, falseLabel) \ argument
275 #define BRANCH_LIKELY(condition, trueLabel, falseLabel) \ argument
283 #define BRANCH_CIR_LIKELY(condition, trueLabel, falseLabel) \ argument
291 #define BRANCH_UNLIKELY(condition, trueLabel, falseLabel) \ argument
299 #define BRANCH_CIR_UNLIKELY(condition, trueLabel, falseLabel) \ argument
307 #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.cpp473 GateRef condition = acc_.GetValueIn(gate, 0); in VisitBooleanJump() local
738 GateRef condition = Circuit::NullGate(); in CompareInts() local
769 GateRef condition = Circuit::NullGate(); in CompareDoubles() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dsafe_cast.h25 #define REGISTER_SAFE_CAST(type, condition) \ argument
/arkcompiler/toolchain/tooling/static/types/
Durl_breakpoint_request.cpp45 if (auto condition = object.template GetValue<JsonObject::StringT>("condition")) { in FromJson() local
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/
Durl_breakpoint_request.cpp45 if (auto condition = object.template GetValue<JsonObject::StringT>("condition")) { in FromJson() local
/arkcompiler/runtime_core/taihe/runtime/include/taihe/
Dcommon.h26 #define TH_ASSERT(condition, message) \ argument
/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/runtime_core/static_core/irtoc/lang/
Dcpp_function.rb27 def condition(cond) method in CppFunction
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/extensions/
Ddebugger.py65 condition: typing.Optional[str] = None variable in UrlBreakpointRequest
/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/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/tooling/static/debugger/
Dbreakpoint_storage.cpp71 const std::string *condition, in SetBreakpoint()
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/debugger/
Dbreakpoint_storage.cpp71 const std::string *condition, in SetBreakpoint()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.h85 GateRef condition = BitAnd(TaggedIsNumber(year), TaggedIsNumber(month)); in IsNumberYearMonthDay() local
/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/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/static_core/tests/checked/
Dchecker.rb502 def TRUE(condition) argument
511 def SKIP_IF(condition) argument
/arkcompiler/toolchain/test/autotest/aw/cdp/
Ddebugger.py80 condition: Optional[str] = None variable in BreakLocationUrl
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/common/
DDummyMainCreater.ts198 …const condition = new ArkConditionExpr(countLocal, new Constant(count.toString(), NumberType.getIn… constant
/arkcompiler/runtime_core/libabckit/src/codegen/templates_dynamic/
Dcodegen_dynamic_isapi.rb168 def case_switch(types, condition, inner_cases) argument
/arkcompiler/runtime_core/bytecode_optimizer/
Dbytecode_optimizer_isapi.rb168 def case_switch(types, condition, inner_cases) argument

123