Home
last modified time | relevance | path

Searched refs:subset (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/docs/
Dcfi_directives.md7 `CFI` (**Call Frame Information**) is a subset of these debug symbols which is responsible for corr…
Ddesign-of-interpreter.md143 on the device. Since static linking with a subset of the library is a pain and may not guarantee
Drationale-for-bytecode.md16 directly on the CPU) or _memory_ (some locations in computer's RAM). An important subset of memory
/arkcompiler/ets_runtime/ecmascript/
Djs_locale.cpp159 JSHandle<TaggedArray> subset = factory->NewTaggedArray(length); in LookupSupportedLocales() local
173 subset->Set(thread, index++, item.GetTaggedValue()); in LookupSupportedLocales()
177 return TaggedArray::SetCapacity(thread, subset, index); in LookupSupportedLocales()
243 JSHandle<JSArray> subset = JSArray::CreateArrayFromList(thread, supportedLocales); in SupportedLocales() local
245 return subset; in SupportedLocales()
/arkcompiler/runtime_core/cmake/
DHostTools.cmake16 # cross-compiling, we are good to go. Otherwise a subset
/arkcompiler/runtime_core/compiler/docs/
Daot_resolve_string.md54 PLT-slots referencing a subset of strings references by the `StringTable`).