Searched full:belongs (Results 1 – 25 of 44) sorted by relevance
12
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/05.accesible/ |
| D | type_declaration_areas.sts | 20 …Entity is considered accessible if it belongs to the current scope (see Scopes) and means that its…
|
| D | type_name_neg.sts | 20 …Entity is considered accessible if it belongs to the current scope (see Scopes) and means that its…
|
| D | type_name_params.sts | 20 …Entity is considered accessible if it belongs to the current scope (see Scopes) and means that its…
|
| D | type_name_interface_prop.sts | 20 …Entity is considered accessible if it belongs to the current scope (see Scopes) and means that its…
|
| D | type_name_class_field.sts | 20 …Entity is considered accessible if it belongs to the current scope (see Scopes) and means that its…
|
| D | type_name_variable.sts | 20 …Entity is considered accessible if it belongs to the current scope (see Scopes) and means that its…
|
| D | type_name_const.sts | 20 …Entity is considered accessible if it belongs to the current scope (see Scopes) and means that its…
|
| D | type_name_variable_enum.sts | 20 …Entity is considered accessible if it belongs to the current scope (see Scopes) and means that its…
|
| D | type_name_const_enum.sts | 20 …Entity is considered accessible if it belongs to the current scope (see Scopes) and means that its…
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/implicit_package_import/package_test_6/ |
| D | package_module_2.sts | 21 // If it's clear that a file belongs to a package, but contains type error, compilation is aborted
|
| /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/runtime_core/static_core/plugins/ets/doc/spec/ |
| D | 16_gui.rst | 232 It means that the return type is the class or struct type the method belongs to.
|
| D | 13_modules.rst | 1172 function goo() { bar() } // bar() belongs to the same namespace 1177 function moo() { too() } // too() belongs to the same namespace 1191 function goo() { bar() } // bar() belongs to the same namespace
|
| /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 |
|
| /arkcompiler/runtime_core/docs/ |
| D | code_metainfo.md | 137 | VREGS_COUNT | Number of virtual registers, that belongs to this inlined method |
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | jit_fort.cpp | 262 // the corresponding free set of the JitFortRegion the free block belongs.
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | mir_function.h | 1408 TyIdx classTyIdx {0}; // class/interface type this function belongs to 1429 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 | 751 BB *bb = nullptr; /* BB to which this insn belongs */
|
12