Searched full:belong (Results 1 – 25 of 26) sorted by relevance
12
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/ |
| D | README.md | 65 …hout vertical space between them if they belong to same logical group, or with one to emphasize th…
|
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | avoid-calculating-start-of-array.md | 20 Detect multiple array accesses to an array that belong to one basic block or
|
| D | balance_expressions_doc.md | 27 If inputs belong to different basic blocks but satisfy the conditions above (have single user and a…
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | avoid-calculating-start-of-array.md | 20 Detect multiple array accesses to an array that belong to one basic block or
|
| /arkcompiler/ets_frontend/ets2panda/linter/ |
| D | README.md | 49 …files from command-line, that are included into project (i.e. files that belong to intersection of…
|
| /arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
| D | card_table.cpp | 35 * written to belong to the same card or not. in CardTable() 37 * The only situation when they belong to different cards is when the second in CardTable()
|
| D | gc_barrier_set.cpp | 163 // Check one card only because cards from beginCard to lastCard belong to the same region in PostBarrier()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/ |
| D | x64_int_regs.def | 21 * - In contrast to the Intel386 ABI, %rdi, and %rsi in x86-64 belong to the called function, not
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | heap_region_allocator.cpp | 114 // Both LocalSpace and OldSpace belong to OldSpace. in AllocateRegionShouldPageTag()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | loop.h | 173 // get the loop to which the BB belong, null -> not in loop.
|
| /arkcompiler/ets_runtime/ecmascript/base/tests/ |
| D | number_helper_test.cpp | 323 // 9 ~ 13 and 32 belong to empty string in HWTEST_F_L0() 332 // 14 ~ 31 not belong to empty string in HWTEST_F_L0() 342 // 0 ~ 8 not belong to empty string in HWTEST_F_L0() 351 // 160 belong to empty string in HWTEST_F_L0()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/scenarios/ets_to_js/ |
| D | scenarios.sts | 45 // of interface since these do not belong to subset.
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | monitor.yaml | 78 monitor count is equal to zero, then it means that monitor doesn't belong to any thread. In
|
| /arkcompiler/runtime_core/static_core/runtime/coroutines/ |
| D | stackful_coroutine_worker.cpp | 94 // precondition: current coro and finalizee belong to the current worker in RequestFinalization()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/mdgen/src/ |
| D | mdparser.cpp | 162 return EmitError("A new object should be belong to a defined class"); in ParseMDObject()
|
| /arkcompiler/toolchain/build/config/compiler/ |
| D | BUILD.gn | 358 # tweak code generation for a particular CPU do not belong here!
|
| /arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/ |
| D | aot_builder.cpp | 286 name = "Error: method doesn't belong to any panda file"; in GenerateSymbols()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/tutorial/ |
| D | classes.rst | 99 fields belong to the class itself, and all instances of the class share the
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/ |
| D | 1_intro.rst | 583 -- belong, or be implicitly convertible (see :ref:`Widening Primitive Conversions`)
|
| D | 3_types.rst | 857 Type ``bigint`` does not belong to this hierarchy. There is no implicit 1731 is compared to a literal value that does not belong to the values of the union 1741 compile-time error as 666 does not belong to
|
| D | 9_classes.rst | 744 - Non-static, or instance members that belong to any instance of the class. 1064 Instance fields belong to each instance of the class. An instance field
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ipa/src/old/ |
| D | ea_connection_graph.cpp | 1048 CHECK_FATAL(fieldNode->IsBelongTo(this), "must be belong to this"); in UpdateCallerEdgesInternal() 1067 DEBUG_ASSERT(false, "must be belong to this"); in UpdateNodes()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/src/ |
| D | me_cfg.cpp | 354 CHECK_FATAL(scc != nullptr, "bb should belong to a scc"); in VerifySCC()
|
| /arkcompiler/runtime_core/static_core/tests/checked/ |
| D | checker.rb | 684 …raise "Line '#{line.strip}' does not belong to any checker" unless line.start_with? disabled_check…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/optimizations/interop_js/ |
| D | interop_intrinsic_optimization.cpp | 319 // If both ends of the block belong to the same component, count instructions only from in UpdateStatsForMerging()
|
12