| /arkcompiler/runtime_core/tests/checked/verify_aot_tests/ |
| D | verify_aot_test.pa | 27 #! EVENT /AotManager,.*test.*,ADDED/ 33 #! EVENT /AotManager,.*test.*,ADDED/ 39 #! EVENT /AotManager,.*test.*,ADDED/ 45 #! EVENT /AotManager,.*test.*,ADDED/ 51 #! EVENT /AotManager,.*test.*,ADDED/ 57 #! EVENT /AotManager,.*test.*,ADDED/ 63 #! EVENT /AotManager,.*test.*,ADDED/
|
| /arkcompiler/runtime_core/compiler/optimizer/analysis/ |
| D | alias_analysis.cpp | 44 * added to Sol(P). 47 * variable is a node in the graph, and an edge from Q to P is added for each 285 bool added = false; in SolveConstraints() local 294 added |= sols.insert(p).second; in SolveConstraints() 301 added |= sols.insert(p).second; in SolveConstraints() 310 added |= sols.insert(p).second; in SolveConstraints() 317 added |= sols.insert(p).second; in SolveConstraints() 320 added |= sols.insert(alias).second; in SolveConstraints() 322 if (added && chains_->find(edge) != chains_->end()) { in SolveConstraints()
|
| D | liveness_use_table.h | 26 * For each added instruction holds its uses on the fixed locations
|
| /arkcompiler/runtime_core/libpandabase/ |
| D | README.md | 53 Sub-arguments should not be added to the parser via `PandArgParser::Add`. 96 …- add an argument to parser. Returns `true` if argument was succsessfully added. `PandArgBase` is … 102 - `bool IsArgSet(PandArgBase* arg)` - returns `true` if an argument was added to a parser 103 …const std::string& arg_name)` - returns `true` if an argument with given name was added to a parser 114 … end of sequence, ```PopBackTail()``` removes the last added argument. Tail arguments may be added…
|
| /arkcompiler/ets_runtime/ecmascript/ic/tests/ |
| D | proto_change_details_test.cpp | 129 …* call the "add" function to add a jshclass object. The added jshclass object will creat… 130 * return the location of the added object. 160 …* in this case call the "add" function to add a jshclass object. The added jshclass obje… 161 * get weakref and return the location of the added object. 193 …ject.in this case call the "add" function increase the length to add the jshclass object. The added 194 …* jshclass object will create and get weakref and return the location of the added objec…
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | ecma_string_table_test.cpp | 69 … it will be returned directly. If not, it will be added to the detention pool and then returned. 90 … it will be returned directly. If not, it will be added to the detention pool and then returned. 112 … it will be returned directly. If not, it will be added to the detention pool and then returned.
|
| /arkcompiler/runtime_core/cmake/ |
| D | Testing.cmake | 60 # paths is specified in INCLUDE_DIRS, these paths will be added as include 72 # * Target-specific definition PANDA_GTEST is added.
|
| /arkcompiler/runtime_core/runtime/mem/gc/ |
| D | gc_adaptive_stack.h | 55 * @param object object which will be added to the stack 62 * @param object object which will be added to the stack
|
| /arkcompiler/runtime_core/verification/config/handlers/ |
| D | config_handler_whitelist.cpp | 85 … LOG(DEBUG, VERIFIER) << "Added to whitelist config '" << s.name << "' methods from class " << c; in RegisterConfigHandlerWhitelist() 87 … LOG(DEBUG, VERIFIER) << "Added to whitelist config '" << s.name << "' methods named " << c; in RegisterConfigHandlerWhitelist()
|
| /arkcompiler/runtime_core/isa/ |
| D | ChangeLog.md | 7 + Added x_oom exception for lda.str
|
| /arkcompiler/ets_frontend/es2panda/test/hotreload/modify-lexenv-6/ |
| D | expected.txt | 14 [Patch] Found lexical variable added or removed in .a, not supported!
|
| /arkcompiler/ets_frontend/es2panda/test/hotfix/hotfix-throwerror/modify-lexenv-4/ |
| D | expected.txt | 14 [Patch] Found lexical variable added or removed in .makeAdder, not supported!
|
| /arkcompiler/ets_frontend/es2panda/test/hotfix/hotfix-throwerror/modify-lexenv-6/ |
| D | expected.txt | 14 [Patch] Found lexical variable added or removed in .a, not supported!
|
| /arkcompiler/ets_frontend/es2panda/test/hotreload/add-lexenv-1/ |
| D | expected.txt | 14 [Patch] Found lexical variable added or removed in .A, not supported!
|
| /arkcompiler/ets_frontend/es2panda/test/hotreload/modify-lexenv-4/ |
| D | expected.txt | 14 [Patch] Found lexical variable added or removed in .makeAdder, not supported!
|
| /arkcompiler/ets_frontend/es2panda/test/hotfix/hotfix-throwerror/add-lexenv-1/ |
| D | expected.txt | 14 [Patch] Found lexical variable added or removed in .A, not supported!
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | try_catch_blocks_ir.md | 125 `CatchPhi` - pseudo instruction which is added to the `Catch-begin` basic block. Each `CatchPhi` co… 142 `Try` - pseudo instruction which is added to the `Try-begin` basic block. It contains pointer to th…
|
| D | reg_alloc_graph_coloring_doc.md | 27 …dges represent move-relation between values. Currently affinity edges are added for inputs of PHI-… 39 …t parameters of function itself and arguments for call-sites, and affinity subgraph has been added.
|
| /arkcompiler/ets_frontend/es2panda/test/hotfix/hotfix-throwerror/modify-class-1/ |
| D | base_mod.js | 37 a() { // an attribute added before computed properties
|
| /arkcompiler/ets_frontend/es2panda/test/hotreload/modify-class-1/ |
| D | base_mod.js | 37 a() { // an attribute added before computed properties
|
| /arkcompiler/runtime_core/docs/ |
| D | cfi_directives.md | 8 Unfortunately, hand-written assembly lacks of debug symbols and they should be added manually by a …
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | barriers.cpp | 36 …onflict is solved by keeping alive weak reference. A small amount of floating garbage may be added. in Update()
|
| /arkcompiler/runtime_core/verification/config/whitelist/ |
| D | whitelist.cpp | 50 << std::hex << id << " was added to whitelist"; in InsertIntoWhitelist()
|
| /arkcompiler/ets_frontend/ts2panda/src/ |
| D | addVariable2Scope.ts | 175 * Case 2: "var undefined" in global scope is not added to hoistDecls, 176 * but it should be added to scope
|
| /arkcompiler/runtime_core/tests/cts-coverage-tool/lib/ |
| D | summary.rb | 118 # by formatting and removing extra fields added by us.
|