| /arkcompiler/runtime_core/libabckit/include/cpp/headers/ |
| D | basic_block_impl.h | 247 auto check = GetApiConfig()->cGapi_->bbCheckDominance(GetView(), dom.GetView()); in CheckDominance() local 265 auto check = GetApiConfig()->cGapi_->bbIsStart(GetView()); in IsStart() local 272 auto check = GetApiConfig()->cGapi_->bbIsEnd(GetView()); in IsEnd() local 279 auto check = GetApiConfig()->cGapi_->bbIsLoopHead(GetView()); in IsLoopHead() local 286 auto check = GetApiConfig()->cGapi_->bbIsLoopPrehead(GetView()); in IsLoopPrehead() local 293 auto check = GetApiConfig()->cGapi_->bbIsTryBegin(GetView()); in IsTryBegin() local 300 auto check = GetApiConfig()->cGapi_->bbIsTry(GetView()); in IsTry() local 307 auto check = GetApiConfig()->cGapi_->bbIsTryEnd(GetView()); in IsTryEnd() local 314 auto check = GetApiConfig()->cGapi_->bbIsCatchBegin(GetView()); in IsCatchBegin() local 321 auto check = GetApiConfig()->cGapi_->bbIsCatch(GetView()); in IsCatch() local
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/in_operator/ |
| D | privateNameInInExpressionTransform.ts | 21 check(a: any) { method in F 40 check(a: any) { method in Bar
|
| /arkcompiler/runtime_core/static_core/plugins/ets/snippet_verifier/ |
| D | verify.sh | 150 function check() { function
|
| /arkcompiler/runtime_core/static_core/verification/ |
| D | verification.rb | 27 def domain_types(check) argument
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/compiler/ |
| D | test-ts-private-class-element-6.ts | 23 check(v: any) { method in Foo
|
| /arkcompiler/ets_frontend/arkguard/test/combinations/basic_grammar/13_forwhile/ |
| D | 01_for_01.ts | 30 let check = ["01", "11", "21", "02", "12", "22", "03", "13", "23"]; variable
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/intersection_signature/ |
| D | main.ts | 92 const check = checkIntersectionInterface(arg as AgeNameInterfaceClass); constant 161 const check = checkIntersectionInterface(arg); constant 240 const check = checkUnionType(arg); constant 319 const check = checkLiteralType(arg); constant
|
| /arkcompiler/ets_frontend/ets2panda/ast_verifier/ |
| D | ASTVerifier.h | 137 auto check = *allocator->New<T>(*allocator); in AddInvariant() local
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/public/ |
| D | ast_verifier_short_test.cpp | 57 const auto check = "NodeHasParent"; in TEST_F() local 73 const auto check = "NodeHasSourceRange"; in TEST_F() local 89 auto check = "NodeHasType"; in TEST_F() local 310 const auto check = "VariableNameIdentifierNameSameForAll"; in TEST_F() local
|
| D | ast_verifier_reference_typeannotation_test.cpp | 58 const auto check = "ReferenceTypeAnnotationIsNullForAll"; in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/proxies/ets_proxy/ |
| D | check_access_primitives.js | 67 function check(o) { function
|
| D | check_access_references.js | 73 function check(o, v) { function
|
| /arkcompiler/runtime_core/static_core/verification/jobs/ |
| D | job.cpp | 59 const auto &check = Options().Check(); in DoChecks() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | circuit_builder-inl.h | 198 LogicAndBuilder &LogicAndBuilder::And(GateRef check) in And() 244 LogicOrBuilder &LogicOrBuilder::Or(GateRef check) in Or()
|
| D | typed_hcr_lowering.cpp | 415 GateRef check = builder_.Equal(receiverHClass, rootOnHeapHclass); in LowerTypedArrayCheck() local 419 GateRef check = builder_.Equal(receiverHClass, rootHclass); in LowerTypedArrayCheck() local 580 GateRef check = Circuit::NullGate(); in LowerRangeCheckPredicate() local 1529 GateRef check = builder_.Equal(funcMethodTarget, methodTarget); in LowerJSCallTargetTypeCheck() local 1549 GateRef check = builder_.Equal(funcMethodTarget, methodTarget); in LowerJSFastCallTargetTypeCheck() local 1565 GateRef check = builder_.Equal(methodId, acc_.GetValueIn(gate, 1)); in LowerJSCallThisTargetTypeCheck() local 1581 GateRef check = builder_.Equal(methodId, acc_.GetValueIn(gate, 1)); in LowerJSNoGCCallThisTargetTypeCheck() local 1597 GateRef check = builder_.Equal(methodId, acc_.GetValueIn(gate, 1)); in LowerJSFastCallThisTargetTypeCheck() local 1613 GateRef check = builder_.Equal(methodId, acc_.GetValueIn(gate, 1)); in LowerJSNoGCFastCallThisTargetTypeCheck() local 1636 GateRef check = lowering.CheckPara(gate, funcheck); in LowerCallTargetCheck() local [all …]
|
| D | mcr_lowering.cpp | 279 GateRef check = builder_.Load(VariableType::BOOL(), glue_, guardiansOffset); in LowerArrayGuardianCheck() local 291 GateRef check = builder_.IsStableElements(hclass); in LowerHClassStableArrayCheck() local 550 GateRef check = builder_.DoubleEqual(builder_.ChangeInt32ToFloat64(result), value); in LowerCheckFloat64AndConvert() local 586 GateRef check = builder_.Int32UnsignedLessThanOrEqual(value, upperBound); in LowerCheckUInt32AndConvert() local
|
| D | ntype_hcr_lowering.cpp | 151 GateRef check = builder_.BitAnd(builder_.Equal(actualArgc, expectedArgc), in LowerCreateArguments() local
|
| /arkcompiler/ets_runtime/test/moduletest/mapget/ |
| D | mapget.js | 44 function check(key) { function
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/ |
| D | interference_graph.cpp | 232 bool check = !(skipPhysical && GetNode(j).IsPhysical()) && HasEdge(nodeNum, j); in Dump() local
|
| /arkcompiler/runtime_core/libabckit/scripts/ |
| D | abckit_status.py | 244 def check(cond, msg=''): function
|
| /arkcompiler/runtime_core/libabckit/tests/scenarios/branch_eliminator/dynamic/ |
| D | branch_eliminator.cpp | 189 for (auto *check : checks) { in ReplaceLdObjByNameWithBoolean() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | checks_elimination.cpp | 192 auto check = GetHclassCheckFromLoads(userInst); in UpdateHclassChecks() local 347 bool NeedSetFlagNoHoist(Inst *check, Inst *input, RangeChecker rangeChecker, RangeCheckers... range… in NeedSetFlagNoHoist() 353 bool NeedSetFlagNoHoist(Inst *check, Inst *input, RangeChecker rangeChecker) in NeedSetFlagNoHoist()
|
| /arkcompiler/ets_runtime/test/jsperftest/ |
| D | run_js_test.py | 220 def check(is_degraded_str, ark_divide_v_8, ark_divide_v_8_with_jitless, ws): function
|
| /arkcompiler/runtime_core/static_core/verification/absint/ |
| D | abs_int_inl.h | 1732 bool check = CheckMethodArgs(ctorNameGetter, ctor, regs, objType); in CheckCallCtor() local 2071 bool ProcessStoreField(int vs, int vd, Type expectedFieldType, bool isStatic, Check check) in ProcessStoreField() 2456 bool CheckReturn(Type retType, Type accType, Check check) in CheckReturn() 2834 bool ProcessStoreFieldByName(int vd, Type expectedFieldType, Check check) in ProcessStoreFieldByName()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | inst.cpp | 939 auto check = inst->CastToHclassCheck(); in ExtendFlags() local
|