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
971 GateRef check = builder_.IsOptimized(func); in LowerJSCallTargetFromDefineFuncCheck() local
995 GateRef check = builder_.BoolAnd(checkFunc, builder_.Equal(funcMethodTarget, methodTarget)); in LowerJSCallTargetTypeCheck() local
1019 GateRef check = builder_.BoolAnd(checkFunc, builder_.Equal(funcMethodTarget, methodTarget)); in LowerJSFastCallTargetTypeCheck() local
1037 GateRef check = builder_.BoolAnd(isObj, isOptimized); in LowerJSCallThisTargetTypeCheck() local
1057 …GateRef check = builder_.BoolAnd(checkOptimized, builder_.Equal(methodId, acc_.GetValueIn(gate, 1)… in LowerJSNoGCCallThisTargetTypeCheck() local
1075 GateRef check = builder_.BoolAnd(isObj, canFastCall); in LowerJSFastCallThisTargetTypeCheck() local
1095 …GateRef check = builder_.BoolAnd(checkOptimized, builder_.Equal(methodId, acc_.GetValueIn(gate, 1)… in LowerJSNoGCFastCallThisTargetTypeCheck() local
1111 GateRef check = lowering.CheckPara(gate, funcheck); in LowerCallTargetCheck() local
1126 …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 anonymousFunctiona10e982739900.anonymousFunctiona10e982739a00.go