Home
last modified time | relevance | path

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

12

/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/ast_verifier/
DASTVerifier.h133 auto check = *allocator->New<T>(*allocator); in AddInvariant() local
/arkcompiler/ets_frontend/ets2panda/test/unit/public/
Dast_verifier_short_test.cpp57 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
Dast_verifier_reference_typeannotation_test.cpp58 const auto check = "ReferenceTypeAnnotationIsNullForAll"; in TEST_F() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/proxies/ets_proxy/
Dcheck_access_references.js73 function check(o, v) { function
Dcheck_access_primitives.js67 function check(o) { function
/arkcompiler/runtime_core/static_core/verification/jobs/
Djob.cpp59 const auto &check = Options().Check(); in DoChecks() local
/arkcompiler/ets_runtime/test/moduletest/mapget/
Dmapget.js43 function check(key) { 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()
Dmcr_lowering.cpp285 GateRef check = builder_.Load(VariableType::BOOL(), glue_, guardiansOffset); in LowerArrayGuardianCheck() local
297 GateRef check = Circuit::NullGate(); in LowerHClassStableArrayCheck() local
326 GateRef check = builder_.Equal(builder_.Int32(static_cast<int32_t>(kind)), in LowerElementskindCheck() local
574 GateRef check = builder_.DoubleEqual(builder_.ChangeInt32ToFloat64(result), value); in LowerCheckFloat64AndConvert() local
607 GateRef check = builder_.Int32UnsignedLessThanOrEqual(value, upperBound); in LowerCheckUInt32AndConvert() local
Dtyped_hcr_lowering.cpp419 GateRef check = LogicOrBuilder(&env) in LowerTypedArrayCheck() local
572 GateRef check = Circuit::NullGate(); in LowerRangeCheckPredicate() local
1484 GateRef check = builder_.Equal(funcMethodTarget, methodTarget); in LowerJSCallTargetTypeCheck() local
1500 GateRef check = builder_.Equal(funcMethodTarget, methodTarget); in LowerJSFastCallTargetTypeCheck() local
1512 GateRef check = builder_.Equal(methodId, acc_.GetValueIn(gate, 1)); in LowerJSCallThisTargetTypeCheck() local
1524 GateRef check = builder_.Equal(methodId, acc_.GetValueIn(gate, 1)); in LowerJSNoGCCallThisTargetTypeCheck() local
1536 GateRef check = builder_.Equal(methodId, acc_.GetValueIn(gate, 1)); in LowerJSFastCallThisTargetTypeCheck() local
1548 GateRef check = builder_.Equal(methodId, acc_.GetValueIn(gate, 1)); in LowerJSNoGCFastCallThisTargetTypeCheck() local
1571 GateRef check = lowering.CheckPara(gate, funcheck); in LowerCallTargetCheck() local
1583 GateRef check = LogicAndBuilder(&env) in LowerJSInlineTargetTypeCheck() local
[all …]
Dntype_hcr_lowering.cpp151 GateRef check = builder_.BitAnd(builder_.Equal(actualArgc, expectedArgc), in LowerCreateArguments() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
Dinterference_graph.cpp232 bool check = !(skipPhysical && GetNode(j).IsPhysical()) && HasEdge(nodeNum, j); in Dump() local
/arkcompiler/ets_runtime/test/jsperftest/
Drun_js_test.py220 def check(is_degraded_str, ark_divide_v_8, ark_divide_v_8_with_jitless, ws): function
/arkcompiler/runtime_core/static_core/verification/absint/
Dabs_int_inl.h1729 bool check = CheckMethodArgs(ctorNameGetter, ctor, regs, objType); in CheckCallCtor() local
2068 bool ProcessStoreField(int vs, int vd, Type expectedFieldType, bool isStatic, Check check) in ProcessStoreField()
2453 bool CheckReturn(Type retType, Type accType, Check check) in CheckReturn()
2831 bool ProcessStoreFieldByName(int vd, Type expectedFieldType, Check check) in ProcessStoreFieldByName()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinst.cpp939 auto check = inst->CastToHclassCheck(); in ExtendFlags() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Darithmetic.cpp1048 auto check = checkMap[operationType]; in CheckBinaryOperator() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dchecks_elimination.cpp192 auto check = GetHclassCheckFromLoads(userInst); in UpdateHclassChecks() local
Dpeepholes.cpp1923 bool check = !input0->IsConst() && !input0->IsParameter() && !input0->IsDominate(input1); in CanReassociateShlShlAddSub() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp1863 ProfileType PGOProfiler::GetProfileType(JSHClass *hclass, bool check) in GetProfileType()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_color_ra.cpp892 MemOperand *GraphColorRegAllocator::CreateSpillMem(uint32 spillIdx, SpillMemCheck check) in CreateSpillMem()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.cpp2777 LLVMValueRef check = LLVMGetParam(function, 1); in GenDeoptEntry() local

12