Home
last modified time | relevance | path

Searched refs:ok (Results 1 - 14 of 14) sorted by relevance

/arkcompiler/runtime_core/static_core/verification/
H A Ddefault_plugin.h34 return CheckResult::ok;
41 return CheckResult::ok;
48 return CheckResult::ok;
53 return CheckResult::ok;
/arkcompiler/runtime_core/static_core/plugins/ets/verification/
H A Dets_plugin.h34 return CheckResult::ok;
41 return CheckResult::ok;
48 return CheckResult::ok;
55 return CheckResult::ok;
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dconcurrent_marker.cpp214 bool ok = true; in VerifyAllRegionsNonFresh() local
215 heap_->EnumerateRegions([&ok](Region *region) { in VerifyAllRegionsNonFresh()
216 ok &= !region->IsFreshRegion() && !region->IsHalfFreshRegion(); in VerifyAllRegionsNonFresh()
218 return ok; in VerifyAllRegionsNonFresh()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A DtypeRelationContext.cpp30 bool ok = true; in ValidateArrayTypeInitializerByElement() local
47 ok = false; in ValidateArrayTypeInitializerByElement()
50 return ok; in ValidateArrayTypeInitializerByElement()
H A Dobject.cpp185 bool ok = true; in CreateUnconstrainedTypeParameters() local
193 ok &= CheckDefaultTypeParameter(typeParam, typeParameterDecls); in CreateUnconstrainedTypeParameters()
197 ok &= CheckTypeParameterConstraint(typeParam, extends); in CreateUnconstrainedTypeParameters()
205 return {result, ok}; in CreateUnconstrainedTypeParameters()
221 bool ok = true; in CheckDefaultTypeParameter() local
229 &ok](ir::AstNode *node) { in CheckDefaultTypeParameter()
238 ok = false; in CheckDefaultTypeParameter()
249 return ok; in CheckDefaultTypeParameter()
332 auto [typeParamTypes, ok] = CreateUnconstrainedTypeParameters(typeParams); in CreateTypeForClassOrInterfaceTypeParameters()
334 if (ok) { in CreateTypeForClassOrInterfaceTypeParameters()
[all...]
H A Dfunction.cpp1161 auto [typeParamTypes, ok] = CreateUnconstrainedTypeParameters(func->TypeParams()); in ComposeSignatureInfo()
1163 if (ok) { in ComposeSignatureInfo()
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
H A DetsUnionType.cpp559 bool ok = true;
563 if (ok = ExtractType(checker, constituentType->AsETSObjectType(), unionTypes); !ok) {
568 ok = ExtractType(checker, sourceType->AsETSArrayType(), unionTypes);
580 ok = ExtractType(checker, sourceType->AsETSObjectType(), unionTypes);
584 if (!ok) {
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_typeapi_create.cpp253 auto ok = ctx_->Program().functionTable.emplace(name_, std::move(fn_)).second; in Create() local
254 if (!ok) { in Create()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Dstd_core_TypeCreator.cpp209 auto [iter, ok] = ctx->Program().recordTable.emplace(nameStr, std::move(rec)); in TypeAPITypeCreatorCtxClassCreate()
210 if (!ok) { in TypeAPITypeCreatorCtxClassCreate()
226 auto [iter, ok] = ctx->Program().recordTable.emplace(nameStr, std::move(rec)); in TypeAPITypeCreatorCtxInterfaceCreate()
227 if (!ok) { in TypeAPITypeCreatorCtxInterfaceCreate()
/arkcompiler/ets_frontend/ets2panda/checker/
H A DETSAnalyzer.cpp619 bool ok = true; in CheckElement() local
646 ok = false; in CheckElement()
654 ok=false; in CheckElement()
667 ok = false; in CheckElement()
672 return ok; in CheckElement()
2731 auto [typeParamTypes, ok] = checker->CreateUnconstrainedTypeParameters(st->TypeParams()); in Check()
2733 if (ok) { in Check()
/arkcompiler/runtime_core/static_core/libllvmbackend/
H A Dllvm_aot_compiler.cpp141 bool ok = graph->RunPass<ark::compiler::MonitorAnalysis>(); in MonitorsCorrect() local
144 return ok; in MonitorsCorrect()
/arkcompiler/runtime_core/static_core/verification/absint/
H A Dabs_int_inl.h4352 auto result = CheckResult::ok; in CheckInstanceClass()
4371 CheckResult checkResult = CheckResult::ok; in CheckMethodArgsSubtypePrimitive()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder.cpp8778 Label ok(env); in Assert()
8780 BRANCH(condition, &ok, &notOk); in Assert()
8781 Bind(&ok); in Assert()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js6429 this.ok = this.status >= 200 && this.status < 300;
[all...]

Completed in 63 milliseconds