Home
last modified time | relevance | path

Searched full:belongs (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/runtime_core/runtime/
Dlock_order_graph.cpp88 // the node belongs to a loop (i.e., there is a deadlock with corresponding threads), or in CheckForTerminationLoops()
95 // If this node belongs to some previously found loop, we ignore it. in CheckForTerminationLoops()
/arkcompiler/runtime_core/libpandabase/mem/
Dcode_allocator.h56 * Fast check if the given program counter belongs to JIT code
/arkcompiler/runtime_core/libark_defect_scan_aux/include/
Dfunction.h70 // the class which current function belongs to
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dmonitor.yaml80 … monitor owner. If monitor is alread belongs to the thread, monitor count is incremented by one.
81 … If monitor belongs to another thread, current thread is blocked and may try to enter the monitor
/arkcompiler/ets_runtime/ecmascript/require/
Djs_cjs_module.cpp128 // module = new Module(), which belongs to required JSPandaFile. in Load()
/arkcompiler/runtime_core/docs/
Dcode_metainfo.md137 | VREGS_COUNT | Number of virtual registers, that belongs to this inlined method |
Dir_format.md276 … before instruction object and it is never reallocated. Most instructions belongs to this category.
Druntime-compiled_code-interaction.md83 A stack frame contains data necessary to execute the function the frame belongs to.
/arkcompiler/ets_frontend/ts2panda/src/
DcmdOptions.ts55 …String, defaultValue: "", description: "specify the package that the compiling file belongs to." },
/arkcompiler/runtime_core/compiler/optimizer/ir/
Druntime_interface.h746 * @param method method to which the field belongs
Dinst.h646 /// Get instruction to which these operands belongs to.
1598 /// Basic block this instruction belongs to