Searched full:owned (Results 1 – 22 of 22) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/bindings/native/include/ |
| D | panda_types.h | 28 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/ |
| D | annotation_@State.ets | 17 desc: 04.01 State owned by a Component @State
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | monitor.yaml | 164 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/ |
| D | ets_platform_types.h | 29 // A set of types defined and used in platform implementation, owned by the VM
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/tutorial/ |
| D | gui.rst | 131 /* 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/ |
| D | coroutine.h | 82 CompletionEvent *completionEvent; ///< not owned by this structure, just passed! 367 CompletionEvent *completionEvent = nullptr; ///< is owned by this structure
|
| D | coroutine.cpp | 106 // delete the event as it is owned by the ManagedEntrypointData instance in ~ManagedEntrypointData()
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | monitor.h | 129 …* @tparam for_other_thread include logic for inflation of monitor owned by other thread. Should be…
|
| D | monitor.cpp | 336 … 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/ |
| D | mtmanaged_thread.h | 368 // Count of monitors owned by this thread
|
| /arkcompiler/runtime_core/static_core/libpandabase/taskmanager/utils/ |
| D | sp_mc_lock_free_queue.h | 186 * @param current_pop_index: value of pop_index_ that are owned by thread
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | inst.cpp | 68 …// Set pointer to owned instruction into new storage NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-p… in Reallocate()
|
| /arkcompiler/ets_runtime/common_components/heap/allocator/ |
| D | region_manager.h | 235 // note: AllocSmall() is always performed by region owned by mutator thread
|
| /arkcompiler/runtime_core/docs/ |
| D | ir_format.md | 258 … that describes which instruction defines value for corresponding operand of the owned instruction.
|
| /arkcompiler/runtime_core/static_core/runtime/hotreload/ |
| D | hotreload.cpp | 211 … LOG(ERROR, HOTRELOAD) << "Class lock " << hCls.className_ << " are already owned by this thread."; in ValidateClassForHotreload()
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | ir_format.md | 267 … that describes which instruction defines value for corresponding operand of the owned instruction.
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | inst.cpp | 232 …// Set pointer to owned instruction into new storage NOLINTNEXTLINE(cppcoreguidelines-pro-bounds-p… in Reallocate()
|
| /arkcompiler/ets_runtime/ecmascript/napi/test/ |
| D | jsnapi_second_tests.cpp | 864 * @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/ |
| D | Type.ets | 1714 * Returns ith Field owned by this class
|
| /arkcompiler/jsvm/interface/kits/ |
| D | jsvm.h | 2350 * object with one owned by the addon to ensure that the object has the right type.
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …owned by a decorator.");var o=e.factory.createCallExpression(a.expression,void 0,void 0);t.replace…
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
| D | cocos_worker_test.js | 9196 3815: "Component not owned by this entity",
|