Home
last modified time | relevance | path

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

/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/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/runtime_core/static_core/plugins/ets/tests/interop_js/tests/proxies/ets_proxy/
Dcheck_access_references.js59 function check(o, v) { function in TestTypecheck
Dcheck_access_primitives.js68 function check(o) { function
/arkcompiler/runtime_core/static_core/verification/jobs/
Djob.cpp59 const auto &check = Options().Check(); in DoChecks() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_hcr_lowering.cpp582 GateRef check = Circuit::NullGate(); in LowerRangeCheckPredicate() local
1369 … GateRef check = builder_.JudgeAotAndFastCall(func, CircuitBuilder::JudgeMethodType::HAS_AOT); in LowerJSCallTargetFromDefineFuncCheck() local
1394 GateRef check = builder_.BoolAnd(checkFunc, builder_.Equal(funcMethodTarget, methodTarget)); in LowerJSCallTargetTypeCheck() local
1418 GateRef check = builder_.BoolAnd(checkFunc, builder_.Equal(funcMethodTarget, methodTarget)); in LowerJSFastCallTargetTypeCheck() local
1436 GateRef check = builder_.BoolAnd(isObj, isOptimized); in LowerJSCallThisTargetTypeCheck() local
1456 …GateRef check = builder_.BoolAnd(checkOptimized, builder_.Equal(methodId, acc_.GetValueIn(gate, 1)… in LowerJSNoGCCallThisTargetTypeCheck() local
1474 GateRef check = builder_.BoolAnd(isObj, canFastCall); in LowerJSFastCallThisTargetTypeCheck() local
1494 …GateRef check = builder_.BoolAnd(checkOptimized, builder_.Equal(methodId, acc_.GetValueIn(gate, 1)… in LowerJSNoGCFastCallThisTargetTypeCheck() local
1510 GateRef check = lowering.CheckPara(gate, funcheck); in LowerCallTargetCheck() local
1525 …GateRef check = builder_.BoolAnd(checkFunc, builder_.Equal(GetMethodId, acc_.GetValueIn(gate, 1))); in LowerJSInlineTargetTypeCheck() local
[all …]
Dmcr_lowering.cpp260 GateRef check = builder_.Load(VariableType::BOOL(), glue_, guardiansOffset); in LowerArrayGuardianCheck() local
272 GateRef check = Circuit::NullGate(); in LowerHClassStableArrayCheck() local
458 GateRef check = builder_.Int32UnsignedLessThanOrEqual(value, upperBound); in LowerCheckUInt32AndConvert() local
Dlitecg_ir_builder.cpp2036 Expr check = lmirBuilder_->Dread(lmirBuilder_->GetParam(func, 1)); in GenDeoptEntry() local
Dllvm_ir_builder.cpp2449 LLVMValueRef check = LLVMGetParam(function, 1); in GenDeoptEntry() local
/arkcompiler/ets_frontend/ets2panda/test/unit/public/
Dast_verifier_test.cpp110 const auto check = "NodeHasParent"; in TEST_F() local
126 auto check = "NodeHasType"; in TEST_F() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Darithmetic.cpp677 auto check = checkMap[op]; in CheckBinaryOperator() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinst.cpp775 auto check = inst->CastToHclassCheck(); in ExtendFlags() local
/arkcompiler/runtime_core/static_core/verification/absint/
Dabs_int_inl.h1742 bool check = CheckMethodArgs(ctorNameGetter, ctor, regs, objType); in CheckCallCtor() local
2501 bool CheckReturn(Type retType, Type accType, Check check) in CheckReturn()
2777 bool ProcessStoreFieldByName(int vd, Type expectedFieldType, Check check) in ProcessStoreFieldByName()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dchecks_elimination.cpp190 auto check = GetHclassCheckFromLoads(userInst); in UpdateHclassChecks() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_color_ra.cpp1351 MemOperand *GraphColorRegAllocator::CreateSpillMem(uint32 spillIdx, SpillMemCheck check) in CreateSpillMem()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_nodes.h1496 void SetBoundsCheck(bool check) in SetBoundsCheck()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js20128 check() { method in anonymousFunction0278022839900.anonymousFunction0278022839a00.go