Home
last modified time | relevance | path

Searched full:corresponding (Results 1 – 25 of 321) sorted by relevance

12345678910>>...13

/arkcompiler/runtime_core/static_core/docs/
Dinspector.md27 …ing to notify the client about the thread state (when suspending, the corresponding `Debugger.paus…
43 Makes remote objects corresponding to managed objects (maps managed objects to IDs) and primitives.…
45 …on of handle scopes, an object repository could be used only from the corresponding application th…
53 …fake disassembled source file names to substitute their contents when corresponding source code re…
73 …on was informed about the ID (so the `InspectorServer` could send the corresponding "Debugger.scri…
83 …hen the server is paused, we are sure that we could safely remove the corresponding thread from th…
85 - and we are executing on the corresponding application thread.
87 So, we do not consider the case, when someone else in Inspector could access the corresponding `PtT…
Dbytecode_profiling.md6 a corresponding profile data in the profile vector.
20 Each interpreter handler reads profiling field from bytecode instruction and update corresponding s…
Dfile_format.md39 Local entities has the same header as the corresponding foreign. So
266 …claring class in a [`ClassRegionIndex`](#classregionindex) structure. Corresponding index entry mu…
267 … field's type in a [`ClassRegionIndex`](#classregionindex) structure. Corresponding index entry mu…
280 …claring class in a [`ClassRegionIndex`](#classregionindex) structure. Corresponding index entry mu…
281 … field's type in a [`ClassRegionIndex`](#classregionindex) structure. Corresponding index entry mu…
334 …claring class in a [`ClassRegionIndex`](#classregionindex) structure. Corresponding index entry mu…
335 …d's prototype in a [`ProtoRegionIndex`](#classregionindex) structure. Corresponding index entry mu…
349 …claring class in a [`ClassRegionIndex`](#classregionindex) structure. Corresponding index entry mu…
350 …d's prototype in a [`ProtoRegionIndex`](#classregionindex) structure. Corresponding index entry mu…
433 …imitive types. For each non-primitive type in the shorty there is the corresponding element in the…
[all …]
/arkcompiler/runtime_core/docs/changelogs/
D2024-04-08-file_format-changelog.md19 1. We delete the corresponding [field_idx_off] offsets-array from file format from version 12.0.1.0.
21 3. We delete the corresponding [proto_idx_off] offsets-array from file format from version 12.0.1.0.
/arkcompiler/ets_runtime/ecmascript/
Dwaiter_list.h44 // the memory address data corresponding to the offset
67 …// When calling addnode If there is no corresponding memory data, add the node corresponding to th…
/arkcompiler/runtime_core/static_core/runtime/bridge/arch/arm/
Dinterpreter_to_compiled_code_bridge_dyn_arm.S63 // to the corresponding handler.
66 // Handlers are distinguished by format and located in the corresponding files with name:
69 // new call format was introduced and you have to implement the corresponding handler.
/arkcompiler/runtime_core/docs/
Dfile_format.md39 Local entities has the same header as the corresponding foreign. So
265 …claring class in a [`ClassRegionIndex`](#classregionindex) structure. Corresponding index entry mu…
266 … field's type in a [`ClassRegionIndex`](#classregionindex) structure. Corresponding index entry mu…
279 …claring class in a [`ClassRegionIndex`](#classregionindex) structure. Corresponding index entry mu…
280 … field's type in a [`ClassRegionIndex`](#classregionindex) structure. Corresponding index entry mu…
333 …claring class in a [`ClassRegionIndex`](#classregionindex) structure. Corresponding index entry mu…
334 …d's prototype in a [`ProtoRegionIndex`](#classregionindex) structure. Corresponding index entry mu…
348 …claring class in a [`ClassRegionIndex`](#classregionindex) structure. Corresponding index entry mu…
349 …d's prototype in a [`ProtoRegionIndex`](#classregionindex) structure. Corresponding index entry mu…
431 …imitive types. For each non-primitive type in the shorty there is the corresponding element in the…
[all …]
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dbitmap.h100 …* @brief Atomically clear bit corresponding to addr. If the bit is set, clear it atomically. Other…
107 * @brief Atomically test bit corresponding to addr.
461 * @brief Set bit corresponding to addr.
471 * @brief Clear bit corresponding to addr.
480 /// @brief Clear bits corresponding to addr range [begin, end).
488 * @brief Test bit corresponding to addr.
498 * @brief Test bit corresponding to addr if addr is valid.
510 …* @brief Atomically set bit corresponding to addr. If the bit is not set, set it atomically. Other…
521 …* @brief Atomically clear bit corresponding to addr. If the bit is set, clear it atomically. Other…
532 * @brief Atomically test bit corresponding to addr.
Dgc_extension_data.h46 // language extension got the corresponding type of data
/arkcompiler/ets_runtime/ecmascript/tests/
Dlayout_info_test.cpp92 EXPECT_EQ(result, 1); // 1: Index corresponding to key1 in HWTEST_F_L0()
104 EXPECT_EQ(result, 4); // 4: Index corresponding to key4 in HWTEST_F_L0()
106 EXPECT_EQ(result, 10); // 10: Index corresponding to key10 in HWTEST_F_L0()
108 EXPECT_EQ(result, 5); // 5: Index corresponding to key5 in HWTEST_F_L0()
/arkcompiler/runtime_core/static_core/runtime/bridge/arch/aarch64/
Dinterpreter_to_compiled_code_bridge_dyn_aarch64.S71 // to the corresponding handler.
74 // Handlers are distinguished by format and located in the corresponding files with name:
77 // new call format was introduced and you have to implement the corresponding handler.
/arkcompiler/ets_frontend/ets2panda/linter/docs/rules/
Drecipe142.md8 ``as const`` annotates literals with corresponding literal types, and ArkTS
/arkcompiler/runtime_core/static_core/runtime/
Dmonitor.h108 * @param obj an object header of corresponding object
126 * @param obj an object header of corresponding object
140 * @param obj an object header of corresponding object
/arkcompiler/runtime_core/static_core/runtime/bridge/arch/amd64/
Dinterpreter_to_compiled_code_bridge_dyn_amd64.S83 // to the corresponding handler.
86 // Handlers are distinguished by format and located in the corresponding files with name:
89 // new call format was introduced and you have to implement the corresponding handler.
/arkcompiler/runtime_core/libpandafile/templates/
Dfile_format_version.h.erb67 std::cout << "Supported apis and corresponding file versions:" << std::endl;
87 // if there is no corresponding api version, the default branch is current version.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/09.classes/06.method_declarations/06.overriding_methods/
Doverride_method_declaration.sts18 assert: The override keyword is mandatory if an instance method overrides the corresponding instanc…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/04.names_declarations_and_scopes/06.type_declarations/
Ddecl.sts20 enum declaration. See corresponding chapters.
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/
Dbasic_instantiations.sts22 * All type arguments are subtypes of a corresponding type parameter constraint.
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Ddebug_info_extractor.h159 if (minColumn != INT32_MAX) { // find the smallest column for the corresponding row in MatchWithLocation()
162 … if (currentOffset != UINT32_MAX) { // find corresponding row, but not find corresponding column in MatchWithLocation()
/arkcompiler/runtime_core/static_core/plugins/ets/doc/system_arkts/
Dsuppression.rst27 …all lines (including the line with the directive) until closed by the corresponding ``ETSNOLINT-EN…
43 …all lines (including the line with the directive) until closed by the corresponding ``ETSNOLINT-EN…
/arkcompiler/runtime_core/static_core/docs/diagrams/
Dgc-mark-activity.plantuml27 :Put the object into the corresponding queue;
Dstacktrace.plantuml25 StackPrinter -> StackPrinter: For each address, find the corresponding VMA and determine the librar…
/arkcompiler/runtime_core/docs/diagrams/
Dgc-mark.puactivity27 :Put the object into the corresponding queue;
Dstacktrace.pusequence25 StackPrinter -> StackPrinter: For each address, find the corresponding VMA and determine the librar…
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/03.types/01.predefined_types/02.boxed_types/
Dbt.sts19 Each predefined value type has a corresponding predefined class type (called boxed type)

12345678910>>...13