/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/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/runtime_core/static_core/plugins/ets/tests/interop_js/tests/proxies/ets_proxy/ |
D | check_access_references.js | 59 function check(o, v) { function in TestTypecheck
|
D | check_access_primitives.js | 68 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/ecmascript/compiler/ |
D | typed_hcr_lowering.cpp | 582 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 …]
|
D | mcr_lowering.cpp | 260 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
|
D | litecg_ir_builder.cpp | 2036 Expr check = lmirBuilder_->Dread(lmirBuilder_->GetParam(func, 1)); in GenDeoptEntry() local
|
D | llvm_ir_builder.cpp | 2449 LLVMValueRef check = LLVMGetParam(function, 1); in GenDeoptEntry() local
|
/arkcompiler/ets_frontend/ets2panda/test/unit/public/ |
D | ast_verifier_test.cpp | 110 const auto check = "NodeHasParent"; in TEST_F() local 126 auto check = "NodeHasType"; in TEST_F() local
|
/arkcompiler/ets_frontend/ets2panda/checker/ets/ |
D | arithmetic.cpp | 677 auto check = checkMap[op]; in CheckBinaryOperator() local
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
D | inst.cpp | 775 auto check = inst->CastToHclassCheck(); in ExtendFlags() local
|
/arkcompiler/runtime_core/static_core/verification/absint/ |
D | abs_int_inl.h | 1742 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/ |
D | checks_elimination.cpp | 190 auto check = GetHclassCheckFromLoads(userInst); in UpdateHclassChecks() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
D | aarch64_color_ra.cpp | 1351 MemOperand *GraphColorRegAllocator::CreateSpillMem(uint32 spillIdx, SpillMemCheck check) in CreateSpillMem()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
D | mir_nodes.h | 1496 void SetBoundsCheck(bool check) in SetBoundsCheck()
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
D | cocos_worker_test.js | 20128 check() { method in anonymousFunction0278022839900.anonymousFunction0278022839a00.go
|