Searched defs:check (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/runtime_core/verification/ |
| D | verification.rb | 27 def domain_types(check) argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | check_elimination.cpp | 79 for (auto check : checkList) { in TrustedTypePropagate() local 191 for (auto check : passedCheck) { in RemovePassedCheck() local
|
| D | type_lowering.cpp | 215 GateRef check = builder_.BoolAnd(hcalssCheck, guardiansCheck); in LowerStableArrayCheck() local 246 GateRef check = builder_.Equal(receiverHClass, protoOrHclass); in LowerFloat32ArrayCheck() local 273 GateRef check = builder_.Equal(receiverHClass, hclass); in LowerClassInstanceCheck() local 303 GateRef check = builder_.BoolAnd(lengthCheck, nonNegativeCheck); in LowerArrayIndexCheck() local 319 GateRef check = builder_.BoolAnd(nonNegativeCheck, lengthCheck); in LowerFloat32ArrayIndexCheck() local 2812 GateRef check = builder_.BoolAnd(paracheck, funcheck); in LowerCallTargetCheck() local 2840 GateRef check = builder_.Equal(protoOrHclass, ihclass); in LowerTypedNewAllocateThis() local 2869 GateRef check = builder_.IsJSHClass(protoOrHclass); in LowerTypedSuperAllocateThis() local
|
| D | early_elimination.cpp | 488 for (auto check : checkList) { in TrustedTypePropagate() local
|
| /arkcompiler/runtime_core/verification/jobs/ |
| D | job.cpp | 50 const auto &check = Options().Check(); in DoChecks() local
|
| /arkcompiler/runtime_core/runtime/tooling/inspector/tests/ |
| D | server_test.cpp | 52 auto check = [&serverConnected, &clientConnected, &clientFailed]() { in TEST_F() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/tests/ |
| D | lowering_relate_gate_test.cpp | 59 auto check = builder.PrimitiveTypeCheck(GateType::NumberType(), arg0); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/verification/absint/ |
| D | abs_int_inl.h | 2442 bool check = in CheckCallCtor() local 2728 bool ProcessStoreField(int vs, int vd, Type expected_field_type, bool is_static, Check check) in ProcessStoreField() 2984 bool CheckReturn(Type ret_type, Type acc_type, Check check) in CheckReturn()
|