Home
last modified time | relevance | path

Searched full:another (Results 1 – 25 of 86) sorted by relevance

1234

/arkcompiler/runtime_core/compiler/docs/
Dmemory_barriers_doc.md5 …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
Ddeoptimize_elimination_doc.md29 For another inputs, algorithm try to replaced by `NOP` all `DeoptimizeIf` instruction which is domi…
Daot_resolve_string.md52 PLT-slots during young GC, but it also requires update during update phase. As yet another optimiza…
/arkcompiler/runtime_core/tests/verifier-tests/
Dcflow_fallthrough_from_exc_handler_to_exc_handler.pa17 # fallthrough from one handler to another
35 # direct jump from one handler to another
Dcflow_jump_from_exc_handler_to_exc_handler.pa17 # direct jump from one handler to another
35 # direct jump from one handler to another
/arkcompiler/runtime_core/runtime/tests/
Dexception_test.cpp171 << "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/
DSanitizers.cmake46 # 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/
Drationale-for-bytecode.md178 (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/
Dlinear_order_test.cpp179 …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/
Dobj-15.pa14 # Compare a null object against another null object
Dobj-18.pa14 # Compare a non-null object against another non-null object of the same type
/arkcompiler/runtime_core/docs/bc_verification/
Dabsint_checks.md14 These checks prevent unintended/unexpected access from one method to another.
/arkcompiler/runtime_core/runtime/tooling/inspector/tests/
Dserver_test.cpp76 Client anotherClient("another client", logger_); in TEST_F()
77 Client yetAnotherClient("yet another client", logger_); in TEST_F()
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dtypes_analysis.h28 * 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/
Dtypes_resolving.h28 …* - If some inputs have undefined assumed type they are assigned the assumed type of another inpu…
/arkcompiler/runtime_core/compiler/tools/
Dpbc_2_ir_doc_gen.sh18 # Another information isn't copied!
/arkcompiler/runtime_core/runtime/tooling/inspector/
Dserver_endpoint-inl.h40 this->endpoint_.get_con_from_hdl(hdl)->set_body("Another debug session is in progress"); in ServerEndpoint()
/arkcompiler/runtime_core/runtime/mem/gc/
Dgc_adaptive_stack.h53 * This method should be used when we find new object by field from another object.
/arkcompiler/ets_frontend/testTs/
Dtest-case.patch6595 +// @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/
Dinterpreter_to_compiled_code_bridge_x86.S183 // in the another case just skip the return type
364 // in the another case just skip the return type
Dcompiled_code_to_interpreter_bridge_x86.S94 // in the another case just skip the return type
/arkcompiler/runtime_core/runtime/bridge/arch/arm/
Dinterpreter_to_compiled_code_bridge_arm.S187 // in the another case just skip the return type
349 // in the another case just skip the return type
/arkcompiler/ets_runtime/ecmascript/tests/
Decma_string_table_test.cpp111 …* @tc.desc: Obtain EcmaString string from another EcmaString. If the string already exists in the …
/arkcompiler/runtime_core/runtime/
Dlock_order_graph.cpp131 // Loop or path to another loop or to terminating node was found in CheckForTerminationLoops()
/arkcompiler/runtime_core/verification/jobs/
Dthread_pool.cpp122 // already initialized by another thread in Initialize()

1234