Home
last modified time | relevance | path

Searched full:searched (Results 1 – 16 of 16) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/include/
Dscc.h55 std::vector<T *> searched; in DumpCycle() local
56 searched.push_back(currNode); in DumpCycle()
75 for (j = 0; j < searched.size(); ++j) { in DumpCycle()
76 if (searched[j] == outNode) { in DumpCycle()
80 if (j == searched.size()) { in DumpCycle()
82 searched.push_back(currNode); in DumpCycle()
89 if (searched.size() == nodes.size()) { in DumpCycle()
93 invalidNodes.push_back(searched[searched.size() - 1]); in DumpCycle()
94 searched.pop_back(); in DumpCycle()
95 currNode = searched[searched.size() - 1]; in DumpCycle()
[all …]
/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/
Dthrow.yaml199 …description: Throw an exception located in register. The current method is searched for the first …
282 …description: Throw an exception located in register. The current method is searched for the first …
346 …description: The current method is searched for the first exception handler that matches the class…
521 …description: Throw an exception located in register. The current method is searched for the first …
572 …description: Throw an exception located in register. The current method is searched for the first …
626 …description: Throw an exception located in register. The current method is searched for the first …
653 …description: Throw an exception located in register. The current method is searched for the first …
681 …description: Throw an exception located in register. The current method is searched for the first …
734 …description: Throw an exception located in register. The current method is searched for the first …
786 …description: Throw an exception located in register. The current method is searched for the first …
[all …]
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dthrow.yaml309 …description: Throw an exception located in register. The current method is searched for the first …
394 …description: Throw an exception located in register. The current method is searched for the first …
480 …description: Throw an exception located in register. The current method is searched for the first …
513 …description: Throw an exception located in register. The current method is searched for the first …
622 …description: The current method is searched for the first exception handler that matches the class…
695 …description: The current method is searched for the first exception handler that matches the class…
999 …description: The current method is searched for the first exception handler that matches the class…
1071 …description: Throw an exception located in register. The current method is searched for the first …
1124 …description: Throw an exception located in register. The current method is searched for the first …
1181 …description: Throw an exception located in register. The current method is searched for the first …
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/templates/stdlib/
DArray_common.erb477 * or -1 if it is not present. The array is searched backwards, starting at fromIndex.
482 * If `fromIndex` < `-length()`, the array is not searched and -1 is returned.
483 …`fromIndex` >= `length()` then `array.length - 1` is used, causing the entire array to be searched.
510 * or -1 if it is not present. The array is searched backwards, starting at fromIndex.
515 * If `fromIndex` < `-length()`, the array is not searched and -1 is returned.
516 …`fromIndex` >= `length()` then `array.length - 1` is used, causing the entire array to be searched.
526 * or -1 if it is not present. The array is searched backwards, starting at fromIndex.
532 * If `fromIndex` < `-length()`, the array is not searched and -1 is returned.
533 …`fromIndex` >= `length()` then `array.length - 1` is used, causing the entire array to be searched.
562 * or -1 if it is not present. The array is searched backwards, starting at fromIndex.
[all …]
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dvn.cpp135 …COMPILER_LOG(DEBUG, VN_OPT) << " Equivalent instructions are searched for inst with id " << inst->… in FindEqualVnOrCreateNew()
/arkcompiler/runtime_core/static_core/compiler/docs/
Dcompiler_doc.md181 [TID 0029ae] D/compiler: [VN_OPT] Equivalent instructions are searched for inst with id 77
266 !NOTE if method mark as `inlined`, npc is to be searched in caller method without `inlined` flag.
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/escompat/
DArray.sts1539 * or -1 if it is not present. The array is searched backwards, starting at fromIndex.
1545 * If `fromIndex` < `-length()`, the array is not searched and -1 is returned.
1546 …`fromIndex` >= `length()` then `array.length - 1` is used, causing the entire array to be searched.
1575 * or -1 if it is not present. The array is searched backwards, starting at fromIndex.
1581 * If `fromIndex` < `-length()`, the array is not searched and -1 is returned.
1582 …`fromIndex` >= `length()` then `array.length - 1` is used, causing the entire array to be searched.
1594 * or -1 if it is not present. The array is searched backwards, starting at fromIndex.
1600 * If `fromIndex` < `-length()`, the array is not searched and -1 is returned.
1601 …`fromIndex` >= `length()` then `array.length - 1` is used, causing the entire array to be searched.
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/
DBuiltinArray.sts924 * or -1 if it is not present. The array is searched backwards, starting at fromIndex.
929 * If `fromIndex` < `-length()`, the array is not searched and -1 is returned.
930 …`fromIndex` >= `length()` then `array.length - 1` is used, causing the entire array to be searched.
957 * or -1 if it is not present. The array is searched backwards, starting at fromIndex.
962 * If `fromIndex` < `-length()`, the array is not searched and -1 is returned.
963 …`fromIndex` >= `length()` then `array.length - 1` is used, causing the entire array to be searched.
2596 * or -1 if it is not present. The array is searched backwards, starting at fromIndex.
2601 * If `fromIndex` < `-length()`, the array is not searched and -1 is returned.
2602 …`fromIndex` >= `length()` then `array.length - 1` is used, causing the entire array to be searched.
2629 * or -1 if it is not present. The array is searched backwards, starting at fromIndex.
[all …]
DString.sts1291 * @param searchString to be searched
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dtry_catch_resolving.cpp226 // Now, when catch-handler was searched - remove all edges from `try_begin` and `try_end` blocks in VisitTryInst()
Dvn.cpp326 …COMPILER_LOG(DEBUG, VN_OPT) << " Equivalent instructions are searched for inst with id " << inst->… in FindEqualVnOrCreateNew()
/arkcompiler/runtime_core/static_core/docs/
Ddoxygen.config791 # Note: If this tag is empty the current directory is searched.
826 # be searched for input files as well.
881 # searched for input files to be used with the \include or \dontinclude commands
2035 # INCLUDE_PATH will be searched if a #include is found.
2393 # When using plantuml, the specified paths are searched for files specified by
/arkcompiler/runtime_core/docs/
Ddoxygen.config791 # Note: If this tag is empty the current directory is searched.
826 # be searched for input files as well.
881 # searched for input files to be used with the \include or \dontinclude commands
2035 # INCLUDE_PATH will be searched if a #include is found.
2393 # When using plantuml, the specified paths are searched for files specified by
/arkcompiler/runtime_core/static_core/isa/
Disa.yaml2582 …Throw an exception located in register. The current method is searched for the first exception han…
/arkcompiler/runtime_core/static_core/plugins/ets/doc/stdlib/packages/
Descompat.rst577 …ent can be found in the array, or -1 if it is not present. The array is searched backwards, starti…
584 … is not searched and -1 is returned. If \`fromIndex\` \>= \`length()\` then \`array.length - 1\` i…
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ose",s.exit.bind(s)),l.on("error",(t=>{if("ENOENT"===t.code){const t=d?`searched for local subcomm…