Home
last modified time | relevance | path

Searched full:owned (Results 1 – 22 of 22) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/bindings/native/include/
Dpanda_types.h28 KStringPtrImpl(const char *str) : value(nullptr), owned(true) in KStringPtrImpl()
33 KStringPtrImpl(const char *str, int len, bool isOwned) : value(nullptr), owned(isOwned) in KStringPtrImpl()
37 KStringPtrImpl() : value(nullptr), lengthStr(0), owned(true) {} in KStringPtrImpl()
45 this->owned = other.owned; in KStringPtrImpl()
46 other.owned = false; in KStringPtrImpl()
52 if (value && owned) in ~KStringPtrImpl()
76 if (!owned) in resize()
79 if (value && owned) in resize()
96 if (value && owned) in assign()
99 if (owned) { in assign()
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_func_tests/spec/16.Support_for_GUI_Programming/annotations/
Dannotation_@State.ets17 desc: 04.01 State owned by a Component @State
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dmonitor.yaml164 a value in accumulator not owned by any thread
196 a value in accumulator is owned by other thread
311 …Check that a thread will be blocked on monitorenter if a monitor is already owned by other thread …
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_platform_types.h29 // A set of types defined and used in platform implementation, owned by the VM
/arkcompiler/runtime_core/static_core/plugins/ets/doc/tutorial/
Dgui.rst131 /* Person object and sub-objects owned by the parent Component */
188 // to Person object owned by parent Component.
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dcoroutine.h82 CompletionEvent *completionEvent; ///< not owned by this structure, just passed!
367 CompletionEvent *completionEvent = nullptr; ///< is owned by this structure
Dcoroutine.cpp106 // delete the event as it is owned by the ManagedEntrypointData instance in ~ManagedEntrypointData()
/arkcompiler/runtime_core/static_core/runtime/
Dmonitor.h129 …* @tparam for_other_thread include logic for inflation of monitor owned by other thread. Should be…
Dmonitor.cpp336 … LOG(DEBUG, RUNTIME) << "Caling MonitorEnter on object which isn't owned by this thread"; in MonitorExit()
699 LOG(FATAL, RUNTIME) << "Releasing lock which isn't owned by this thread"; in Acquire()
720 LOG(FATAL, RUNTIME) << "Releasing lock which isn't owned by this thread"; in Acquire()
/arkcompiler/runtime_core/static_core/runtime/include/
Dmtmanaged_thread.h368 // Count of monitors owned by this thread
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/utils/
Dsp_mc_lock_free_queue.h186 * @param current_pop_index: value of pop_index_ that are owned by thread
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.cpp68 …// Set pointer to owned instruction into new storage NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-p… in Reallocate()
/arkcompiler/ets_runtime/common_components/heap/allocator/
Dregion_manager.h235 // note: AllocSmall() is always performed by region owned by mutator thread
/arkcompiler/runtime_core/docs/
Dir_format.md258 … that describes which instruction defines value for corresponding operand of the owned instruction.
/arkcompiler/runtime_core/static_core/runtime/hotreload/
Dhotreload.cpp211 … LOG(ERROR, HOTRELOAD) << "Class lock " << hCls.className_ << " are already owned by this thread."; in ValidateClassForHotreload()
/arkcompiler/runtime_core/static_core/docs/
Dir_format.md267 … that describes which instruction defines value for corresponding operand of the owned instruction.
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinst.cpp232 …// Set pointer to owned instruction into new storage NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-p… in Reallocate()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_second_tests.cpp864 * @tc.desc: An array of self owned property names used to validate the acquisition of objects.
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/
DType.ets1714 * Returns ith Field owned by this class
/arkcompiler/jsvm/interface/kits/
Djsvm.h2350 * object with one owned by the addon to ensure that the object has the right type.
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2owned by a decorator.");var o=e.factory.createCallExpression(a.expression,void 0,void 0);t.replace…
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js9196 3815: "Component not owned by this entity",