Home
last modified time | relevance | path

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

123

/arkcompiler/runtime_core/libabckit/include/cpp/headers/
Dbasic_block_impl.h247 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/
DprivateNameInInExpressionTransform.ts21 check(a: any) { method in F
40 check(a: any) { method in Bar
/arkcompiler/runtime_core/static_core/plugins/ets/snippet_verifier/
Dverify.sh150 function check() { function
/arkcompiler/runtime_core/static_core/verification/
Dverification.rb27 def domain_types(check) argument
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/compiler/
Dtest-ts-private-class-element-6.ts23 check(v: any) { method in Foo
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/checker/
DBaseChecker.ts33 check(target: any): void; method
/arkcompiler/ets_frontend/arkguard/test/combinations/basic_grammar/13_forwhile/
D01_for_01.ts30 let check = ["01", "11", "21", "02", "12", "22", "03", "13", "23"]; variable
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/checker/migration/
DNoMethodOverridingFieldCheck.ts62 public check = (target: ArkClass): void => { property in NoMethodOverridingFieldCheck
DNoOptionalMethodCheck.ts47 public check = (target: ArkClass): void => { property in NoOptionalMethodCheck
DAppStorageGetCheck.ts68 public check = (targetMtd: ArkMethod): void => { property in AppStorageGetCheck
DModifyStateVarCheck.ts67 public check = (target: ArkMethod): void => { property in ModifyStateVarCheck
DCustomBuilderCheck.ts62 public check = (target: ArkMethod): void => { property in CustomBuilderCheck
DInteropDynamicObjectLiteralsCheck.ts69 public check = (scene: Scene): void => { property in InteropObjectLiteralCheck
DObservedDecoratorCheck.ts79 public check = (arkClass: ArkClass): void => { property in ObservedDecoratorCheck
DInteropJSModifyPropertyCheck.ts69 public check = (scene: Scene): void => { property in InteropJSModifyPropertyCheck
DInteropS2DObjectLiteralsCheck.ts71 public check = (arkMethod: ArkMethod): void => { property in InteropS2DObjectLiteralCheck
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/intersection_signature/
Dmain.ts92 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/
Decma_macros.h75 #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/
Djob.cpp59 const auto &check = Options().Check(); in DoChecks() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/proxies/ets_proxy/
Dcheck_access_primitives.js71 function check(o) { function
Dcheck_access_references.js76 function check(o, v) { function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder-inl.h198 LogicAndBuilder &LogicAndBuilder::And(GateRef check) in And()
244 LogicOrBuilder &LogicOrBuilder::Or(GateRef check) in Or()
Dtyped_hcr_lowering.cpp444 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/
Dmapget.js44 function check(key) { function
/arkcompiler/runtime_core/static_core/plugins/ets/tests/checked/ani/
Dquick_native.cpp71 ani_boolean check; in Static() local
199 ani_boolean check; in Virtual() local

123