Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DneverType.ts112 function check<T>(x: T | undefined) { function
DtypeGuardNarrowsIndexedAccessOfKnownProperty1.ts185 function check(z: Z, c: C) { function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtype_mcr_lowering.cpp303 GateRef check = builder_.Equal(receiverHClass, protoOrHclass); in LowerTypedArrayCheck() local
972 GateRef check = builder_.IsOptimized(func); in LowerJSCallTargetFromDefineFuncCheck() local
996 GateRef check = builder_.BoolAnd(checkFunc, builder_.Equal(funcMethodTarget, methodTarget)); in LowerJSCallTargetTypeCheck() local
1020 GateRef check = builder_.BoolAnd(checkFunc, builder_.Equal(funcMethodTarget, methodTarget)); in LowerJSFastCallTargetTypeCheck() local
1038 GateRef check = builder_.BoolAnd(isObj, isOptimized); in LowerJSCallThisTargetTypeCheck() local
1058 …GateRef check = builder_.BoolAnd(checkOptimized, builder_.Equal(methodId, acc_.GetValueIn(gate, 1)… in LowerJSNoGCCallThisTargetTypeCheck() local
1076 GateRef check = builder_.BoolAnd(isObj, canFastCall); in LowerJSFastCallThisTargetTypeCheck() local
1096 …GateRef check = builder_.BoolAnd(checkOptimized, builder_.Equal(methodId, acc_.GetValueIn(gate, 1)… in LowerJSNoGCFastCallThisTargetTypeCheck() local
1112 GateRef check = lowering.CheckPara(gate, funcheck); in LowerCallTargetCheck() local
1127 …GateRef check = builder_.BoolAnd(checkFunc, builder_.Equal(GetMethodId, acc_.GetValueIn(gate, 1))); in LowerJSInlineTargetTypeCheck() local
[all …]
Dlcr_lowering.cpp187 GateRef check = builder_.Load(VariableType::BOOL(), glue_, guardiansOffset); in LowerArrayGuardianCheck() local
199 GateRef check = Circuit::NullGate(); in LowerHClassStableArrayCheck() local
367 GateRef check = builder_.Int32UnsignedLessThanOrEqual(value, upperBound); in LowerCheckUInt32AndConvert() local
Dllvm_ir_builder.cpp2211 LLVMValueRef check = LLVMGetParam(function, 1); in GenDeoptEntry() local
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Dlowering_relate_gate_test.cpp63 auto check = builder.TryPrimitiveTypeCheck(GateType::NumberType(), arg0); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js20128 check() { method in anonymousFunction47c28f4639900.anonymousFunction47c28f4639a00.go