Home
last modified time | relevance | path

Searched refs:slow (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stackmap/
Dark_stackmap_parser.cpp26 int slow = 0; in BinaraySearch() local
30 while (slow <= high) { in BinaraySearch()
31 mid = (slow + high) >> 1; in BinaraySearch()
38 slow = mid + 1; in BinaraySearch()
/arkcompiler/runtime_core/compiler/docs/
Daot_resolve_string.md20 …d from that slot, followed by the check that the loaded value is a valid pointer and the slow path.
22 The slow path performs `ResolveStringAot` runtime call that returns resolved string.
Dinterface_inline_cache.md12 * The speed of querying the itable table is very slow.
Dplt.md137 ; Shared resolved slow path for PLT resolver |
145 XX+12: bl YY - (XX+08) ; Call shared slow path for PLT resolver, x16 works like a "parame…
/arkcompiler/ets_runtime/docs/
Doverview.md49 …nism. The JS Actor model (web-worker) in the industry has defects such as slow startup and high me…
51 … is used. If the object type or layout changes during runtime, the common slow path is rolled back.
/arkcompiler/runtime_core/
DCMakeLists.txt343 # slow builds, etc. If you want some coupling, you might want to make benchmarks
/arkcompiler/runtime_core/compiler/optimizer/templates/
Dinst_builder_gen.cpp.erb205 // This is used for bytecode optimizer and slow paths during compiling
/arkcompiler/runtime_core/docs/
Ddoxygen.config1543 # For large projects the javascript based search engine can be slow, then