| /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/ets2panda/linter/homecheck/src/checker/ |
| D | BaseChecker.ts | 33 check(target: any): void; method
|
| /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/ets_frontend/ets2panda/linter/homecheck/src/checker/migration/ |
| D | NoMethodOverridingFieldCheck.ts | 62 public check = (target: ArkClass): void => { property in NoMethodOverridingFieldCheck
|
| D | NoOptionalMethodCheck.ts | 47 public check = (target: ArkClass): void => { property in NoOptionalMethodCheck
|
| D | AppStorageGetCheck.ts | 68 public check = (targetMtd: ArkMethod): void => { property in AppStorageGetCheck
|
| D | ModifyStateVarCheck.ts | 67 public check = (target: ArkMethod): void => { property in ModifyStateVarCheck
|
| D | CustomBuilderCheck.ts | 62 public check = (target: ArkMethod): void => { property in CustomBuilderCheck
|
| D | InteropDynamicObjectLiteralsCheck.ts | 69 public check = (scene: Scene): void => { property in InteropObjectLiteralCheck
|
| D | ObservedDecoratorCheck.ts | 79 public check = (arkClass: ArkClass): void => { property in ObservedDecoratorCheck
|
| D | InteropJSModifyPropertyCheck.ts | 69 public check = (scene: Scene): void => { property in InteropJSModifyPropertyCheck
|
| D | InteropS2DObjectLiteralsCheck.ts | 71 public check = (arkMethod: ArkMethod): void => { property in InteropS2DObjectLiteralCheck
|
| /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_runtime/ecmascript/ |
| D | ecma_macros.h | 75 #define FIELD_ACCESS_CHECK(needCheck, name, check) \ argument 83 #define FIELD_ACCESS_CHECK(needCheck, name, check) argument 89 #define ACCESSORS_WITH_DCHECK_BASE(name, offset, endOffset, needCheck, check) … argument 140 #define ACCESSORS_DCHECK(name, offset, endOffset, check) … argument 158 #define ACCESSORS_SYNCHRONIZED_WITH_DCHECK_BASE(name, offset, endOffset, needCheck, check) … argument 185 #define ACCESSORS_SYNCHRONIZED_DCHECK(name, offset, endOffset, check) … argument 188 #define ACCESSORS_SYNCHRONIZED_DCHECK_WITH_RB_MODE(name, offset, endOffset, check) … argument 202 …ED_SIZE_FIELD_DCHECK_BASE(name, type, sizeType, offset, endOffset, needCheck, check) \ argument 228 #define ACCESSORS_PRIMITIVE_FIELD_DCHECK(name, type, offset, endOffset, check) … argument
|
| /arkcompiler/runtime_core/static_core/verification/jobs/ |
| D | job.cpp | 59 const auto &check = Options().Check(); in DoChecks() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/proxies/ets_proxy/ |
| D | check_access_primitives.js | 71 function check(o) { function
|
| D | check_access_references.js | 76 function check(o, v) { function
|
| /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 | 444 GateRef check = builder_.Equal(receiverHClass, rootOnHeapHclass); in LowerTypedArrayCheck() local 448 GateRef check = builder_.Equal(receiverHClass, rootHclass); in LowerTypedArrayCheck() local 685 GateRef check = Circuit::NullGate(); in LowerRangeCheckPredicate() local 1682 GateRef check = builder_.Equal(funcMethodTarget, methodTarget); in LowerJSCallTargetTypeCheck() local 1702 GateRef check = builder_.Equal(funcMethodTarget, methodTarget); in LowerJSFastCallTargetTypeCheck() local 1718 GateRef check = builder_.Equal(methodId, acc_.GetValueIn(gate, 1)); in LowerJSCallThisTargetTypeCheck() local 1734 GateRef check = builder_.Equal(methodId, acc_.GetValueIn(gate, 1)); in LowerJSNoGCCallThisTargetTypeCheck() local 1750 GateRef check = builder_.Equal(methodId, acc_.GetValueIn(gate, 1)); in LowerJSFastCallThisTargetTypeCheck() local 1766 GateRef check = builder_.Equal(methodId, acc_.GetValueIn(gate, 1)); in LowerJSNoGCFastCallThisTargetTypeCheck() local 1789 GateRef check = lowering.CheckPara(gate, funcheck); in LowerCallTargetCheck() local [all …]
|
| /arkcompiler/ets_runtime/test/moduletest/mapget/ |
| D | mapget.js | 44 function check(key) { function
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/checked/ani/ |
| D | quick_native.cpp | 71 ani_boolean check; in Static() local 199 ani_boolean check; in Virtual() local
|