| /arkcompiler/ets_runtime/test/moduletest/mapget/ |
| H A D | mapget.js | 43 function check(key) { function [all...] |
| /arkcompiler/runtime_core/static_core/plugins/ets/snippet_verifier/ |
| H A D | verify.sh | 150 function check() { function
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/public/ |
| H A D | ast_verifier_reference_typeannotation_test.cpp | 58 const auto check = "ReferenceTypeAnnotationIsNullForAll"; in TEST_F() local
|
| H A 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 in TEST_F() local [all...] |
| /arkcompiler/runtime_core/static_core/verification/jobs/ |
| H A D | job.cpp | 59 const auto &check = Options().Check(); in DoChecks() local
|
| /arkcompiler/ets_frontend/ets2panda/ast_verifier/ |
| H A D | ASTVerifier.h | 136 auto check = *allocator->New<T>(*allocator); in AddInvariant() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | circuit_builder-inl.h | 198 LogicAndBuilder &LogicAndBuilder::And(GateRef check) in And() argument 244 LogicOrBuilder &LogicOrBuilder::Or(GateRef check) in Or() argument
|
| H A D | ntype_hcr_lowering.cpp | 151 GateRef check = builder_.BitAnd(builder_.Equal(actualArgc, expectedArgc), in LowerCreateArguments() local
|
| H A D | mcr_lowering.cpp | 282 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 D | typed_hcr_lowering.cpp | 575 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 D | run_js_test.py | 220 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 D | inst.cpp | 939 auto check = inst->CastToHclassCheck(); in ExtendFlags() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| H A D | arithmetic.cpp | 1036 auto check = checkMap[operationType]; in CheckArithmeticOperations() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| H A D | checks_elimination.cpp | 192 auto check = GetHclassCheckFromLoads(userInst); in UpdateHclassChecks() local
|
| H A D | peepholes.cpp | 1923 bool check = !input0->IsConst() && !input0->IsParameter() && !input0->IsDominate(input1); CanReassociateShlShlAddSub() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| H A D | pgo_profiler.cpp | 1872 ProfileType PGOProfiler::GetProfileType(JSHClass *hclass, bool check) in GetProfileType() argument
|
| /arkcompiler/runtime_core/static_core/verification/absint/ |
| H A D | abs_int_inl.h | 1732 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 D | builtins_array_stub_builder.cpp | 2937 GateRef check = LogicOrBuilder(env) in Fill() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/ |
| H A D | llvm_ir_builder.cpp | 2777 LLVMValueRef check = LLVMGetParam(function, 1); in GenDeoptEntry() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
| H A D | litecg_ir_builder.cpp | 2799 Expr check = lmirBuilder_->Dread(lmirBuilder_->GetParam(func, 1)); in GenDeoptEntry() local
|