| /arkcompiler/runtime_core/static_core/abc2program/ |
| H A D | abc2program_compiler.cpp | 47 bool success = fileProcessor.ProcessFile(); in FillProgramData() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/gc/ |
| H A D | pending_exception_test.cpp | 41 bool success = Runtime::Create(options); variable 47 bool success = Runtime::Destroy(); variable
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | js_api_tree_map_test.cpp | 169 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 D | js_api_tree_set_test.cpp | 110 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 D | object_operator_second_test.cpp | 45 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 D | js_api_hashmap_test.cpp | 181 bool success = hashMap->Replace(thread, key.GetTaggedValue(), value.GetTaggedValue()); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ |
| H A D | pipeline.cpp | 114 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 D | interrupt_release_pages_test.cpp | 41 [[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 D | topLevelStmts.cpp | 41 bool success = true; in CheckProgramSourcesConsistency() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| H A D | reg_alloc.cpp | 44 bool success = false; in PhaseRun() local
|
| /arkcompiler/ets_frontend/es2panda/aot/ |
| H A D | emitFiles.cpp | 106 bool success = panda::pandasm::AsmEmitter::EmitPrograms( in Run() local
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| H A D | explicit_gc_test.cpp | 47 [[maybe_unused]] bool success = Runtime::Destroy(); variable 48 ASSERT(success); variable 73 [[maybe_unused]] bool success = Runtime::Create(options); in SetupRuntime() local
|
| H A D | gc_log_test.cpp | 47 [[maybe_unused]] bool success = Runtime::Destroy(); variable 48 ASSERT(success); variable 77 [[maybe_unused]] bool success = Runtime::Create(options); in SetupRuntime() local
|
| H A D | mem_stats_gc_test.cpp | 40 bool success = Runtime::Create(options); in SetupRuntime() local 52 bool success = Runtime::Destroy(); variable
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| H A D | builtins_lazy_test.cpp | 39 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 D | ic_stub_builder.h | 58 void SetLabels(Label* tryFastPath, Label *slowPath, Label *success) in SetLabels() argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| H A D | object_type_check_elimination.cpp | 169 bool success = false; in IsMember() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| H A D | escompat_Date.cpp | 37 UErrorCode success = U_ZERO_ERROR; in EscompatDateGetLocalTimezoneOffset() local 48 UErrorCode success = U_ZERO_ERROR; in EscompatDateGetTimezoneName() local
|
| /arkcompiler/toolchain/tooling/test/ |
| H A D | tracing_impl_test.cpp | 89 bool success = false; in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/libziparchive/ |
| H A D | zip_archive.cpp | 165 int success = ZIPARCHIVE_OK; in CreateOrAddFileIntoZip() local
|
| /arkcompiler/runtime_core/static_core/libziparchive/ |
| H A D | zip_archive.cpp | 164 int success = ZIPARCHIVE_OK; in CreateOrAddFileIntoZip() local
|
| /arkcompiler/runtime_core/static_core/irtoc/backend/ |
| H A D | function.cpp | 66 bool success = true; in Compile() local
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/ |
| H A D | g1-evacuate-regions-worker-state-inl.h | 144 auto success = src->AtomicSetMark<true>(markWord, fwdMarkWord, std::memory_order_relaxed); in SetForwardAddress() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| H A D | builtins_json.cpp | 146 bool success = JSObject::CreateDataProperty(thread, root, rootName, result, sCheckMode); in ParseWithTransformType() local
|
| /arkcompiler/toolchain/tooling/agent/ |
| H A D | tracing_impl.cpp | 100 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
|