Home
last modified time | relevance | path

Searched full:added (Results 1 – 25 of 94) sorted by relevance

1234

/arkcompiler/runtime_core/tests/checked/verify_aot_tests/
Dverify_aot_test.pa27 #! 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/
Dalias_analysis.cpp44 * 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()
Dliveness_use_table.h26 * For each added instruction holds its uses on the fixed locations
/arkcompiler/runtime_core/libpandabase/
DREADME.md53 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/
Dproto_change_details_test.cpp129 …* 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/
Decma_string_table_test.cpp69 … 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/
DTesting.cmake60 # 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/
Dgc_adaptive_stack.h55 * @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/
Dconfig_handler_whitelist.cpp85 … 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/
DChangeLog.md7 + Added x_oom exception for lda.str
/arkcompiler/ets_frontend/es2panda/test/hotreload/modify-lexenv-6/
Dexpected.txt14 [Patch] Found lexical variable added or removed in .a, not supported!
/arkcompiler/ets_frontend/es2panda/test/hotfix/hotfix-throwerror/modify-lexenv-4/
Dexpected.txt14 [Patch] Found lexical variable added or removed in .makeAdder, not supported!
/arkcompiler/ets_frontend/es2panda/test/hotfix/hotfix-throwerror/modify-lexenv-6/
Dexpected.txt14 [Patch] Found lexical variable added or removed in .a, not supported!
/arkcompiler/ets_frontend/es2panda/test/hotreload/add-lexenv-1/
Dexpected.txt14 [Patch] Found lexical variable added or removed in .A, not supported!
/arkcompiler/ets_frontend/es2panda/test/hotreload/modify-lexenv-4/
Dexpected.txt14 [Patch] Found lexical variable added or removed in .makeAdder, not supported!
/arkcompiler/ets_frontend/es2panda/test/hotfix/hotfix-throwerror/add-lexenv-1/
Dexpected.txt14 [Patch] Found lexical variable added or removed in .A, not supported!
/arkcompiler/runtime_core/compiler/docs/
Dtry_catch_blocks_ir.md125 `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…
Dreg_alloc_graph_coloring_doc.md27 …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/
Dbase_mod.js37 a() { // an attribute added before computed properties
/arkcompiler/ets_frontend/es2panda/test/hotreload/modify-class-1/
Dbase_mod.js37 a() { // an attribute added before computed properties
/arkcompiler/runtime_core/docs/
Dcfi_directives.md8 Unfortunately, hand-written assembly lacks of debug symbols and they should be added manually by a …
/arkcompiler/ets_runtime/ecmascript/mem/
Dbarriers.cpp36 …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/
Dwhitelist.cpp50 << std::hex << id << " was added to whitelist"; in InsertIntoWhitelist()
/arkcompiler/ets_frontend/ts2panda/src/
DaddVariable2Scope.ts175 * 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/
Dsummary.rb118 # by formatting and removing extra fields added by us.

1234