| /arkcompiler/runtime_core/compiler/docs/ |
| D | memory_barriers_doc.md | 5 …ray, NewObject, NewMultiArray so that if the created objects are used in another thread, the initi… 6 We can remove the barrier if we prove that the created object cannot be passed to another thread be… 7 This can happen if we save the object to memory or pass it to another method 22 If we visit an instruction that can pass an object to another thread(Store instruction, Call instru… 25 …he barrier in the last instruction before potentially passing the created objects to another thread
|
| D | deoptimize_elimination_doc.md | 29 For another inputs, algorithm try to replaced by `NOP` all `DeoptimizeIf` instruction which is domi…
|
| D | aot_resolve_string.md | 52 PLT-slots during young GC, but it also requires update during update phase. As yet another optimiza…
|
| /arkcompiler/runtime_core/tests/verifier-tests/ |
| D | cflow_fallthrough_from_exc_handler_to_exc_handler.pa | 17 # fallthrough from one handler to another 35 # direct jump from one handler to another
|
| D | cflow_jump_from_exc_handler_to_exc_handler.pa | 17 # direct jump from one handler to another 35 # direct jump from one handler to another
|
| /arkcompiler/runtime_core/runtime/tests/ |
| D | exception_test.cpp | 171 << "AbstractMethod exception should have been thrown, but another has"; in TEST_F() 254 << "AbstractMethod exception should have been thrown, but another has"; in TEST_F() 340 << "AbstractMethod exception should have been thrown, but another has"; in TEST_F() 426 << "AbstractMethod exception should have been thrown, but another has"; in TEST_F() 513 << "AbstractMethod exception should have been thrown, but another has"; in TEST_F() 600 << "AbstractMethod exception should have been thrown, but another has"; in TEST_F() 683 << "AbstractMethod exception should have been thrown, but another has"; in TEST_F() 766 << "AbstractMethod exception should have been thrown, but another has"; in TEST_F() 851 << "AbstractMethod exception should have been thrown, but another has"; in TEST_F() 936 << "AbstractMethod exception should have been thrown, but another has"; in TEST_F() [all …]
|
| /arkcompiler/runtime_core/cmake/ |
| D | Sanitizers.cmake | 46 # some false-positive or another issues when compiling with ASAN or UBSAN in release mode. So, cove… 50 …gives false positives in release builds with ASAN or UBSAN, please use clang or another compiler.")
|
| /arkcompiler/runtime_core/docs/ |
| D | rationale-for-bytecode.md | 178 (which is rare) and which is supposed to have only acc-reg form. Another good candidates for 184 Another important question is how bytecode is supposed to handle various data types. Back to our 191 Another option is to make the operation _dynamically typed_, i.e. specify that `adda ...` handles 216 There may be another concern: Does a statically-typed bytecode imply statically-typed registers?
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | linear_order_test.cpp | 179 …ASSERT_TRUE(CheckOrder(2, {3, 4, 5})) << "Unexpected order, another branch didn't exceed threshold… in TEST_F() 182 ASSERT_TRUE(CheckOrder(2, {4, 5, 3})) << "Unexpected order, another branch exceeded threshold"; in TEST_F() 229 << "Unexpected order, another branch threshold was exceeded"; in TEST_F()
|
| /arkcompiler/runtime_core/tests/cts-assembly/ |
| D | obj-15.pa | 14 # Compare a null object against another null object
|
| D | obj-18.pa | 14 # Compare a non-null object against another non-null object of the same type
|
| /arkcompiler/runtime_core/docs/bc_verification/ |
| D | absint_checks.md | 14 These checks prevent unintended/unexpected access from one method to another.
|
| /arkcompiler/runtime_core/runtime/tooling/inspector/tests/ |
| D | server_test.cpp | 76 Client anotherClient("another client", logger_); in TEST_F() 77 Client yetAnotherClient("yet another client", logger_); in TEST_F()
|
| /arkcompiler/runtime_core/compiler/optimizer/analysis/ |
| D | types_analysis.h | 28 * If a PHI has assumed type and we try to set another type, we change assumed type to undefine.
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/ |
| D | types_resolving.h | 28 …* - If some inputs have undefined assumed type they are assigned the assumed type of another inpu…
|
| /arkcompiler/runtime_core/compiler/tools/ |
| D | pbc_2_ir_doc_gen.sh | 18 # Another information isn't copied!
|
| /arkcompiler/runtime_core/runtime/tooling/inspector/ |
| D | server_endpoint-inl.h | 40 this->endpoint_.get_con_from_hdl(hdl)->set_body("Another debug session is in progress"); in ServerEndpoint()
|
| /arkcompiler/runtime_core/runtime/mem/gc/ |
| D | gc_adaptive_stack.h | 53 * This method should be used when we find new object by field from another object.
|
| /arkcompiler/ets_frontend/testTs/ |
| D | test-case.patch | 6595 +// @filename: subfolder2/another/index.js 6599 +// @filename: subfolder2/another/index.cjs 6603 +// @filename: subfolder2/another/index.mjs 6617 +import * as m10 from "./subfolder2/another/index.js"; 6618 +import * as m11 from "./subfolder2/another/index.mjs"; 6619 +import * as m12 from "./subfolder2/another/index.cjs"; 6629 +import * as m21 from "./subfolder2/another"; 6630 +import * as m22 from "./subfolder2/another/"; 6631 +import * as m23 from "./subfolder2/another/index"; 6665 +import m32 = require("./subfolder2/another"); [all …]
|
| /arkcompiler/runtime_core/runtime/bridge/arch/x86/ |
| D | interpreter_to_compiled_code_bridge_x86.S | 183 // in the another case just skip the return type 364 // in the another case just skip the return type
|
| D | compiled_code_to_interpreter_bridge_x86.S | 94 // in the another case just skip the return type
|
| /arkcompiler/runtime_core/runtime/bridge/arch/arm/ |
| D | interpreter_to_compiled_code_bridge_arm.S | 187 // in the another case just skip the return type 349 // in the another case just skip the return type
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | ecma_string_table_test.cpp | 111 …* @tc.desc: Obtain EcmaString string from another EcmaString. If the string already exists in the …
|
| /arkcompiler/runtime_core/runtime/ |
| D | lock_order_graph.cpp | 131 // Loop or path to another loop or to terminating node was found in CheckForTerminationLoops()
|
| /arkcompiler/runtime_core/verification/jobs/ |
| D | thread_pool.cpp | 122 // already initialized by another thread in Initialize()
|