Searched full:belongs (Results 1 – 25 of 33) sorted by relevance
12
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | lock_order_graph.cpp | 88 // If this node belongs to some previously found loop, we ignore it. in CheckNodeForTerminationLoops() 137 // the node belongs to a loop (i.e., there is a deadlock with corresponding threads), or in CheckForTerminationLoops()
|
| /arkcompiler/runtime_core/libpandabase/mem/ |
| D | code_allocator.h | 56 * Fast check if the given program counter belongs to JIT code
|
| /arkcompiler/runtime_core/static_core/libpandabase/mem/ |
| D | code_allocator.h | 55 /// Fast check if the given program counter belongs to JIT code
|
| /arkcompiler/runtime_core/libark_defect_scan_aux/include/ |
| D | function.h | 74 // the class which current function belongs to
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | monitor.yaml | 80 … 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/runtime_core/static_core/plugins/ets/doc/tutorial/ |
| D | classes.rst | 251 A method is a function that belongs to a class. 253 A ``static`` method belongs to the class itself. It can access 294 method belongs to a class itself, and can access only the ``static`` fields.
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/escompat/ |
| D | Process.sts | 202 * Determine if a given uid belongs to an app 312 * Get groups to which the current process belongs
|
| /arkcompiler/ets_runtime/ecmascript/require/ |
| D | js_cjs_module.cpp | 123 // module = new Module(), which belongs to required JSPandaFile. in Load()
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | code_metainfo.md | 137 | VREGS_COUNT | Number of virtual registers, that belongs to this inlined method |
|
| D | ir_format.md | 278 … before instruction object and it is never reallocated. Most instructions belongs to this category.
|
| D | runtime-compiled_code-interaction.md | 89 A stack frame contains data necessary to execute the function the frame belongs to.
|
| D | import-export.md | 162 …creates a large etsstdlib.abc at runtime, ignoring that each lib element belongs to a separate pac…
|
| /arkcompiler/runtime_core/docs/ |
| D | code_metainfo.md | 137 | VREGS_COUNT | Number of virtual registers, that belongs to this inlined method |
|
| D | ir_format.md | 269 … before instruction object and it is never reallocated. Most instructions belongs to this category.
|
| D | runtime-compiled_code-interaction.md | 83 A stack frame contains data necessary to execute the function the frame belongs to.
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | jit_fort.cpp | 246 // the corresponding free set of the JitFortRegion the free block belongs.
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/include/ |
| D | call_graph.h | 421 SCCNode<CGNode> *sccNode; // the id of the scc where this cgnode belongs to
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/ |
| D | 16_gui.rst | 226 It means that the return type is the class or struct type the method belongs to.
|
| D | 3_types.rst | 1588 An index expression belongs to an integer type. The index of the 1st tuple 1795 #. If a literal of a union type belongs to the values of a type that is part 1797 #. If a numeric literal belongs to the unboxed type of one of union numeric 1843 Int | 3.14 | Float => Int | Float // 3.14 belongs to unboxed Float
|
| D | 9_classes.rst | 920 …only exception and panic here is that the type the member or constructor belongs to must also be a… 923 accessed everywhere, provided that the member or the constructor belongs to
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | tupleLowering.cpp | 74 // conversions on 'line 3', that belongs to 'line 1' ) in GenerateExpressions()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | mir_function.h | 1567 TyIdx classTyIdx {0}; // class/interface type this function belongs to 1588 uint32 fileIndex = 0; // this function belongs to which file, used by VM for plugin manager
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | insn.h | 787 BB *bb = nullptr; /* BB to which this insn belongs */
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | runtime_interface.h | 1016 * @param method method to which the field belongs
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | inst.h | 599 /// Get instruction to which these operands belongs to. 1395 /// Basic block this instruction belongs to
|
12