Home
last modified time | relevance | path

Searched defs:success (Results 1 - 25 of 75) sorted by relevance

123

/arkcompiler/runtime_core/static_core/abc2program/
H A Dabc2program_compiler.cpp47 bool success = fileProcessor.ProcessFile(); in FillProgramData() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/gc/
H A Dpending_exception_test.cpp41 bool success = Runtime::Create(options); variable
47 bool success = Runtime::Destroy(); variable
/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_api_tree_map_test.cpp169 bool success = JSAPITreeMap::Replace(thread, tmap, key, value); in HWTEST_F_L0() local
178 bool success = JSAPITreeMap::Replace(thread, tmap, key, value); in HWTEST_F_L0() local
H A Djs_api_tree_set_test.cpp110 bool success = JSAPITreeSet::Delete(thread, tset, key); in HWTEST_F_L0() local
117 bool success = JSAPITreeSet::Delete(thread, tset, key); in HWTEST_F_L0() local
244 bool success = JSAPITreeSet::Delete(thread, tset, key); in HWTEST_F_L0() local
H A Dobject_operator_second_test.cpp45 TestBoolSetter([[maybe_unused]] JSThread *thread, [[maybe_unused]] const JSHandle<JSObject> &jsObject, [[maybe_unused]] const JSHandle<JSTaggedValue> &value, [[maybe_unused]] bool success) TestBoolSetter() argument
H A Djs_api_hashmap_test.cpp181 bool success = hashMap->Replace(thread, key.GetTaggedValue(), value.GetTaggedValue()); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/
H A Dpipeline.cpp114 bool success = pipeline->RunOptimizations(); in Run() local
115 CompilerTaskRunner<RUNNER_MODE>::EndTask(std::move(taskRunner), success); in Run() local
157 bool success = RegAlloc(graph); in RunRegAllocAndCodeGenPass() local
161 CompilerTaskRunner<RUNNER_MODE>::EndTask(std::move(taskRunner), success); in RunRegAllocAndCodeGenPass() local
/arkcompiler/runtime_core/static_core/runtime/tests/intrusive-tests/interrupt_release_pages_test/
H A Dinterrupt_release_pages_test.cpp41 [[maybe_unused]] bool success = Runtime::Create(options); in IntrusiveInterruptReleasePagesTest() local
51 [[maybe_unused]] bool success = Runtime::Destroy(); in ~IntrusiveInterruptReleasePagesTest() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
H A DtopLevelStmts.cpp41 bool success = true; in CheckProgramSourcesConsistency() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dreg_alloc.cpp44 bool success = false; in PhaseRun() local
/arkcompiler/ets_frontend/es2panda/aot/
H A DemitFiles.cpp106 bool success = panda::pandasm::AsmEmitter::EmitPrograms( in Run() local
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dexplicit_gc_test.cpp47 [[maybe_unused]] bool success = Runtime::Destroy(); variable
48 ASSERT(success); variable
73 [[maybe_unused]] bool success = Runtime::Create(options); in SetupRuntime() local
H A Dgc_log_test.cpp47 [[maybe_unused]] bool success = Runtime::Destroy(); variable
48 ASSERT(success); variable
77 [[maybe_unused]] bool success = Runtime::Create(options); in SetupRuntime() local
H A Dmem_stats_gc_test.cpp40 bool success = Runtime::Create(options); in SetupRuntime() local
52 bool success = Runtime::Destroy(); variable
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_lazy_test.cpp39 bool success = JSObject::GetOwnProperty(thread, globalObj, key, desc); in HWTEST_F_L0() local
52 bool success = JSObject::SetProperty(thread, globalObj, key, value); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dic_stub_builder.h58 void SetLabels(Label* tryFastPath, Label *slowPath, Label *success) in SetLabels() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dobject_type_check_elimination.cpp169 bool success = false; in IsMember() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Descompat_Date.cpp37 UErrorCode success = U_ZERO_ERROR; in EscompatDateGetLocalTimezoneOffset() local
48 UErrorCode success = U_ZERO_ERROR; in EscompatDateGetTimezoneName() local
/arkcompiler/toolchain/tooling/test/
H A Dtracing_impl_test.cpp89 bool success = false; in HWTEST_F_L0() local
/arkcompiler/runtime_core/libziparchive/
H A Dzip_archive.cpp165 int success = ZIPARCHIVE_OK; in CreateOrAddFileIntoZip() local
/arkcompiler/runtime_core/static_core/libziparchive/
H A Dzip_archive.cpp164 int success = ZIPARCHIVE_OK; in CreateOrAddFileIntoZip() local
/arkcompiler/runtime_core/static_core/irtoc/backend/
H A Dfunction.cpp66 bool success = true; in Compile() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
H A Dg1-evacuate-regions-worker-state-inl.h144 auto success = src->AtomicSetMark<true>(markWord, fwdMarkWord, std::memory_order_relaxed); in SetForwardAddress() local
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_json.cpp146 bool success = JSObject::CreateDataProperty(thread, root, rootName, result, sCheckMode); in ParseWithTransformType() local
/arkcompiler/toolchain/tooling/agent/
H A Dtracing_impl.cpp100 bool success = false; in RequestMemoryDump() local
170 RequestMemoryDump([[maybe_unused]] std::unique_ptr<RequestMemoryDumpParams> params, [[maybe_unused]] std::string dumpGuid, [[maybe_unused]] bool success) RequestMemoryDump() argument

Completed in 12 milliseconds

123