Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/include/
Dscc.h52 std::vector<T *> searched; in DumpCycle() local
53 searched.push_back(currNode); in DumpCycle()
72 for (j = 0; j < searched.size(); ++j) { in DumpCycle()
73 if (searched[j] == outNode) { in DumpCycle()
77 if (j == searched.size()) { in DumpCycle()
79 searched.push_back(currNode); in DumpCycle()
86 if (searched.size() == nodes.size()) { in DumpCycle()
90 invalidNodes.push_back(searched[searched.size() - 1]); in DumpCycle()
91 searched.pop_back(); in DumpCycle()
92 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.erb453 * or -1 if it is not present. The array is searched backwards, starting at fromIndex.
458 * If `fromIndex` < `-length()`, the array is not searched and -1 is returned.
459 …`fromIndex` >= `length()` then `array.length - 1` is used, causing the entire array to be searched.
486 * or -1 if it is not present. The array is searched backwards, starting at fromIndex.
491 * If `fromIndex` < `-length()`, the array is not searched and -1 is returned.
492 …`fromIndex` >= `length()` then `array.length - 1` is used, causing the entire array to be searched.
502 * or -1 if it is not present. The array is searched backwards, starting at fromIndex.
508 * If `fromIndex` < `-length()`, the array is not searched and -1 is returned.
509 …`fromIndex` >= `length()` then `array.length - 1` is used, causing the entire array to be searched.
519 * or -1 if it is not present. The array is searched backwards, starting at fromIndex.
[all …]
/arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/options/
Dcli_options.py56 :param option_name: the name of the searched option
157 :param option_name: the searched option name
179 :param option_name: the searched option name
Dmacros.py56 :param config: object with options where macros are searched
/arkcompiler/ets_frontend/ets2panda/evaluate/
DpathResolver.cpp33 // `import * as B from "C"` should not be searched, as it handled differently in compiler. in FindImportedFunctions()
117 // `import * as B from "C"` should not be searched, as it handled differently in compiler. in FindImportedEntity()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_class_linker_context.h88 * @param descriptor of the searched class.
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/
DBuiltinArray.ets504 * or -1 if it is not present. The array is searched backwards, starting at fromIndex.
509 * If `fromIndex` < `-length()`, the array is not searched and -1 is returned.
510 …`fromIndex` >= `length()` then `array.length - 1` is used, causing the entire array to be searched.
537 * or -1 if it is not present. The array is searched backwards, starting at fromIndex.
542 * If `fromIndex` < `-length()`, the array is not searched and -1 is returned.
543 …`fromIndex` >= `length()` then `array.length - 1` is used, causing the entire array to be searched.
1464 * or -1 if it is not present. The array is searched backwards, starting at fromIndex.
1469 * If `fromIndex` < `-length()`, the array is not searched and -1 is returned.
1470 …`fromIndex` >= `length()` then `array.length - 1` is used, causing the entire array to be searched.
1497 * or -1 if it is not present. The array is searched backwards, starting at fromIndex.
[all …]
DString.ets1240 * @param searchString to be searched
DType.ets220 * @param contextLinker in which classes must be searched
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/escompat/
DArray.ets1521 * or -1 if it is not present. The array is searched backwards, starting at fromIndex.
1527 * If `fromIndex` < `-length()`, the array is not searched and -1 is returned.
1528 …`fromIndex` >= `length()` then `array.length - 1` is used, causing the entire array to be searched.
1538 * or -1 if it is not present. The array is searched backwards, starting at fromIndex.
1544 * If `fromIndex` < `-length()`, the array is not searched and -1 is returned.
1545 …`fromIndex` >= `length()` then `array.length - 1` is used, causing the entire array to be searched.
1557 * or -1 if it is not present. The array is searched backwards, starting at fromIndex.
1563 * If `fromIndex` < `-length()`, the array is not searched and -1 is returned.
1564 …`fromIndex` >= `length()` then `array.length - 1` is used, causing the entire array to be searched.
/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.md183 [TID 0029ae] D/compiler: [VN_OPT] Equivalent instructions are searched for inst with id 77
268 !NOTE if method mark as `inlined`, npc is to be searched in caller method without `inlined` flag.
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dtry_catch_resolving.cpp228 // Now, when catch-handler was searched - remove all edges from `try_begin` and `try_end` blocks in VisitTryInst()
Dvn.cpp343 …COMPILER_LOG(DEBUG, VN_OPT) << " Equivalent instructions are searched for inst with id " << inst->… in FindEqualVnOrCreateNew()
/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/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/libabckit/
D.doxygen830 # Note: If this tag is empty the current directory is searched.
908 # be searched for input files as well.
963 # searched for input files to be used with the \include or \dontinclude commands
2173 # INCLUDE_PATH will be searched if a #include is found.
2516 # When using plantuml, the specified paths are searched for files specified by
/arkcompiler/runtime_core/static_core/isa/
Disa.yaml2602 Throw an exception located in register. The current method is searched
/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…