Home
last modified time | relevance | path

Searched full:belong (Results 1 – 23 of 23) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/
DREADME.md65 …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/
Davoid-calculating-start-of-array.md20 Detect multiple array accesses to an array that belong to one basic block or
Dbalance_expressions_doc.md27 If inputs belong to different basic blocks but satisfy the conditions above (have single user and a…
/arkcompiler/runtime_core/compiler/docs/
Davoid-calculating-start-of-array.md20 Detect multiple array accesses to an array that belong to one basic block or
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dcard_table.cpp35 * 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()
Dgc_barrier_set.cpp163 // Check one card only because cards from beginCard to lastCard belong to the same region in PostBarrier()
/arkcompiler/ets_frontend/ets2panda/linter/
DREADME.md49 …files from command-line, that are included into project (i.e. files that belong to intersection of…
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/
Dx64_int_regs.def21 * - In contrast to the Intel386 ABI, %rdi, and %rsi in x86-64 belong to the called function, not
/arkcompiler/ets_runtime/ecmascript/mem/
Dheap_region_allocator.cpp141 // Both LocalSpace and OldSpace belong to OldSpace. in AllocateRegionShouldPageTag()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dloop.h173 // get the loop to which the BB belong, null -> not in loop.
/arkcompiler/ets_runtime/ecmascript/base/tests/
Dnumber_helper_test.cpp323 // 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/tests/cts-generator/cts-template/
Dmonitor.yaml78 monitor count is equal to zero, then it means that monitor doesn't belong to any thread. In
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/scenarios/ets_to_js/
Dscenarios.sts45 // of interface since these do not belong to subset.
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dstackful_coroutine_worker.cpp94 // precondition: current coro and finalizee belong to the current worker in RequestFinalization()
/arkcompiler/toolchain/build/config/compiler/
DBUILD.gn371 # tweak code generation for a particular CPU do not belong here!
/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/
Daot_builder.cpp286 name = "Error: method doesn't belong to any panda file"; in GenerateSymbols()
/arkcompiler/runtime_core/static_core/plugins/ets/doc/tutorial/
Dclasses.rst99 fields belong to the class itself, and all instances of the class share the
/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
D1_intro.rst583 -- belong, or be implicitly convertible (see :ref:`Widening Primitive Conversions`)
D3_types.rst900 Type ``bigint`` does not belong to this hierarchy. There is no implicit
1953 is compared to a literal value or constant that does not belong to the values
1963 compile-time error as "666" does not belong to
D9_classes.rst769 - Non-static, or instance members that belong to any instance of the class.
1096 Instance fields belong to each instance of the class. An instance field
/arkcompiler/runtime_core/static_core/tests/checked/
Dchecker.rb687 …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/
Dinterop_intrinsic_optimization.cpp319 // If both ends of the block belong to the same component, count instructions only from in UpdateStatsForMerging()
/arkcompiler/ets_frontend/arkguard/test/ut/initialization/
DConfigResolver.spec.ts2039 …it('should return the original path if no project root or belong project path is provided', () => {