Home
last modified time | relevance | path

Searched defs:check (Results 1 - 20 of 20) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/mapget/
H A Dmapget.js43 function check(key) { function
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/snippet_verifier/
H A Dverify.sh150 function check() { function
/arkcompiler/ets_frontend/ets2panda/test/unit/public/
H A Dast_verifier_reference_typeannotation_test.cpp58 const auto check = "ReferenceTypeAnnotationIsNullForAll"; in TEST_F() local
H A 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 in TEST_F() local
[all...]
/arkcompiler/runtime_core/static_core/verification/jobs/
H A Djob.cpp59 const auto &check = Options().Check(); in DoChecks() local
/arkcompiler/ets_frontend/ets2panda/ast_verifier/
H A DASTVerifier.h136 auto check = *allocator->New<T>(*allocator); in AddInvariant() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcircuit_builder-inl.h198 LogicAndBuilder &LogicAndBuilder::And(GateRef check) in And() argument
244 LogicOrBuilder &LogicOrBuilder::Or(GateRef check) in Or() argument
H A Dntype_hcr_lowering.cpp151 GateRef check = builder_.BitAnd(builder_.Equal(actualArgc, expectedArgc), in LowerCreateArguments() local
H A Dmcr_lowering.cpp282 GateRef check = builder_.Load(VariableType::BOOL(), glue_, guardiansOffset); in LowerArrayGuardianCheck() local
294 GateRef check = builder_.IsStableElements(hclass); in LowerHClassStableArrayCheck() local
536 GateRef check = builder_.DoubleEqual(builder_.ChangeInt32ToFloat64(result), value); in LowerCheckFloat64AndConvert() local
569 GateRef check = builder_.Int32UnsignedLessThanOrEqual(value, upperBound); in LowerCheckUInt32AndConvert() local
H A Dtyped_hcr_lowering.cpp575 GateRef check = Circuit::NullGate(); in LowerRangeCheckPredicate() local
1487 GateRef check = builder_.Equal(funcMethodTarget, methodTarget); LowerJSCallTargetTypeCheck() local
1503 GateRef check = builder_.Equal(funcMethodTarget, methodTarget); LowerJSFastCallTargetTypeCheck() local
1515 GateRef check = builder_.Equal(methodId, acc_.GetValueIn(gate, 1)); LowerJSCallThisTargetTypeCheck() local
1527 GateRef check = builder_.Equal(methodId, acc_.GetValueIn(gate, 1)); LowerJSNoGCCallThisTargetTypeCheck() local
1539 GateRef check = builder_.Equal(methodId, acc_.GetValueIn(gate, 1)); LowerJSFastCallThisTargetTypeCheck() local
1551 GateRef check = builder_.Equal(methodId, acc_.GetValueIn(gate, 1)); LowerJSNoGCFastCallThisTargetTypeCheck() local
1574 GateRef check = lowering.CheckPara(gate, funcheck); LowerCallTargetCheck() local
1586 GateRef check = LogicAndBuilder(&env) LowerJSInlineTargetTypeCheck() local
1780 auto check = LogicAndBuilder(&env) LowerPrototypeCheck() local
2200 GateRef check = Circuit::NullGate(); LowerTypeOfCheck() local
2395 GateRef check = builder_.Equal(arrayFunc, newTarget); LowerFloat32ArrayConstructorCheck() local
3556 GateRef check = Circuit::NullGate(); LowerElementskindCheck() local
[all...]
/arkcompiler/ets_runtime/test/jsperftest/
H A Drun_js_test.py220 def check(is_degraded_str, ark_divide_v_8, ark_divide_v_8_with_jitless, ws): function
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dinst.cpp939 auto check = inst->CastToHclassCheck(); in ExtendFlags() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Darithmetic.cpp1036 auto check = checkMap[operationType]; in CheckArithmeticOperations() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dchecks_elimination.cpp192 auto check = GetHclassCheckFromLoads(userInst); in UpdateHclassChecks() local
H A Dpeepholes.cpp1923 bool check = !input0->IsConst() && !input0->IsParameter() && !input0->IsDominate(input1); CanReassociateShlShlAddSub() local
[all...]
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler.cpp1872 ProfileType PGOProfiler::GetProfileType(JSHClass *hclass, bool check) in GetProfileType() argument
/arkcompiler/runtime_core/static_core/verification/absint/
H A Dabs_int_inl.h1732 bool check = CheckMethodArgs(ctorNameGetter, ctor, regs, objType); in CheckCallCtor() local
2071 bool ProcessStoreField(int vs, int vd, Type expectedFieldType, bool isStatic, Check check) in ProcessStoreField() argument
2456 bool CheckReturn(Type retType, Type accType, Check check) in CheckReturn() argument
2834 ProcessStoreFieldByName(int vd, Type expectedFieldType, Check check) ProcessStoreFieldByName() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_array_stub_builder.cpp2937 GateRef check = LogicOrBuilder(env) in Fill() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_ir_builder.cpp2777 LLVMValueRef check = LLVMGetParam(function, 1); in GenDeoptEntry() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
H A Dlitecg_ir_builder.cpp2799 Expr check = lmirBuilder_->Dread(lmirBuilder_->GetParam(func, 1)); in GenDeoptEntry() local

Completed in 46 milliseconds