| /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/ast_verifier/ |
| D | ASTVerifier.h | 133 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_references.js | 73 function check(o, v) { function
|
| D | check_access_primitives.js | 67 function check(o) { function
|
| /arkcompiler/runtime_core/static_core/verification/jobs/ |
| D | job.cpp | 59 const auto &check = Options().Check(); in DoChecks() local
|
| /arkcompiler/ets_runtime/test/moduletest/mapget/ |
| D | mapget.js | 43 function check(key) { 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 | mcr_lowering.cpp | 285 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
|
| D | typed_hcr_lowering.cpp | 419 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 …]
|
| D | ntype_hcr_lowering.cpp | 151 GateRef check = builder_.BitAnd(builder_.Equal(actualArgc, expectedArgc), in LowerCreateArguments() local
|
| /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/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 | 1729 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/ |
| D | inst.cpp | 939 auto check = inst->CastToHclassCheck(); in ExtendFlags() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | arithmetic.cpp | 1048 auto check = checkMap[operationType]; in CheckBinaryOperator() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | checks_elimination.cpp | 192 auto check = GetHclassCheckFromLoads(userInst); in UpdateHclassChecks() local
|
| D | peepholes.cpp | 1923 bool check = !input0->IsConst() && !input0->IsParameter() && !input0->IsDominate(input1); in CanReassociateShlShlAddSub() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler.cpp | 1863 ProfileType PGOProfiler::GetProfileType(JSHClass *hclass, bool check) in GetProfileType()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_color_ra.cpp | 892 MemOperand *GraphColorRegAllocator::CreateSpillMem(uint32 spillIdx, SpillMemCheck check) in CreateSpillMem()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/ |
| D | llvm_ir_builder.cpp | 2777 LLVMValueRef check = LLVMGetParam(function, 1); in GenDeoptEntry() local
|