Home
last modified time | relevance | path

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/
Dtype_declaration_areas.sts20 …Entity is considered accessible if it belongs to the current scope (see Scopes) and means that its…
Dtype_name_neg.sts20 …Entity is considered accessible if it belongs to the current scope (see Scopes) and means that its…
Dtype_name_params.sts20 …Entity is considered accessible if it belongs to the current scope (see Scopes) and means that its…
Dtype_name_interface_prop.sts20 …Entity is considered accessible if it belongs to the current scope (see Scopes) and means that its…
Dtype_name_class_field.sts20 …Entity is considered accessible if it belongs to the current scope (see Scopes) and means that its…
Dtype_name_variable.sts20 …Entity is considered accessible if it belongs to the current scope (see Scopes) and means that its…
Dtype_name_const.sts20 …Entity is considered accessible if it belongs to the current scope (see Scopes) and means that its…
Dtype_name_variable_enum.sts20 …Entity is considered accessible if it belongs to the current scope (see Scopes) and means that its…
Dtype_name_const_enum.sts20 …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/
Dpackage_module_2.sts21 // If it's clear that a file belongs to a package, but contains type error, compilation is aborted
/arkcompiler/runtime_core/static_core/runtime/
Dlock_order_graph.cpp88 // 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/
Dcode_allocator.h56 * Fast check if the given program counter belongs to JIT code
/arkcompiler/runtime_core/static_core/libpandabase/mem/
Dcode_allocator.h55 /// Fast check if the given program counter belongs to JIT code
/arkcompiler/runtime_core/libark_defect_scan_aux/include/
Dfunction.h74 // 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/runtime_core/static_core/plugins/ets/doc/tutorial/
Dclasses.rst251 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/
DProcess.sts202 * 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/
D16_gui.rst232 It means that the return type is the class or struct type the method belongs to.
D13_modules.rst1172 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/
Djs_cjs_module.cpp123 // module = new Module(), which belongs to required JSPandaFile. in Load()
/arkcompiler/runtime_core/static_core/docs/
Dcode_metainfo.md137 | VREGS_COUNT | Number of virtual registers, that belongs to this inlined method |
/arkcompiler/runtime_core/docs/
Dcode_metainfo.md137 | VREGS_COUNT | Number of virtual registers, that belongs to this inlined method |
/arkcompiler/ets_runtime/ecmascript/mem/
Djit_fort.cpp262 // the corresponding free set of the JitFortRegion the free block belongs.
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_function.h1408 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/
Dinsn.h751 BB *bb = nullptr; /* BB to which this insn belongs */

12