Searched full:actually (Results 1 – 25 of 124) sorted by relevance
12345
| /arkcompiler/runtime_core/common_interfaces/thread/ |
| D | thread_state_transition.h | 26 // actually it should always be ThreadHolder, and need to be removed later. 89 // actually it should always be ThreadHolder, and need to be removed later. 105 // actually it should always be ThreadHolder, and need to be removed later.
|
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | plt.md | 17 The problem is that such a `SlowPath` would be actually required only once when we first time reach… 25 `ThirdSlot` would actually store `Method pointer` after resolving, but during AOT file loading it i… 168 …n platform-independent file `code_generator/target/target.cpp`, although there are actually several 175 in 3 Resolvers (all but CallStatic) is actually a caller-saved for `arm64`, but callee-saved for `x… 184 It actually copies the `SlowPath` behavior of usual `BoundaryFrame` class constructor, but with one…
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | plt.md | 17 The problem is that such a `SlowPath` would be actually required only once when we first time reach… 25 `ThirdSlot` would actually store `Method pointer` after resolving, but during AOT file loading it i… 168 …n platform-independent file `code_generator/target/target.cpp`, although there are actually several 175 in 3 Resolvers (all but CallStatic) is actually a caller-saved for `arm64`, but callee-saved for `x… 184 It actually copies the `SlowPath` behavior of usual `BoundaryFrame` class constructor, but with one…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/25.equality_expressions/08.equality_with_null_or_undefined/ |
| D | null_and_undefined_equality.ets | 20 …the entities of nullable types if they actually have the null value during the program execution. …
|
| D | null_and_undefined_equality_negative.ets | 20 …the entities of nullable types if they actually have the null value during the program execution. …
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/benchmarks/interop_js/array_map_reduce/map/bu_d2s/ |
| D | map_callback_j2a.js | 43 // using arrow because callBackFn is actually a 'f(num, idx, arr)'
|
| /arkcompiler/runtime_core/static_core/runtime/arch/ |
| D | memory_helpers.h | 43 // Actually only full memory barrier guarantees StoreLoad order but separate implementation is used…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/promise/ |
| D | run_to_ets_and_back_test.js | 41 …st ' + test + ' failed: expected jsPromise and etsPromise are the same but actually they differs');
|
| /arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
| D | sighook.h | 43 // running on mobile, actually use sigchain, here provide sigchain stub to make sure complier succe…
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | module_message_helper.h | 35 …// root error need throw error msg, for interface like pushurl(etc.) doesn't actually need ldmodul… in PrintAndThrowError()
|
| D | module_manager_map.h | 55 * if the insertion actually happen
|
| /arkcompiler/runtime_core/static_core/runtime/include/coretypes/ |
| D | dyn_objects.h | 50 // Actually HClass is located here.
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_number_stub_builder.cpp | 87 // In this method, we actually don't need slow path. in IsFinite() 126 // In this method, we actually don't need slow path. in IsNaN() 157 // In this method, we actually don't need slow path. in IsInteger() 193 // In this method, we actually don't need slow path. in IsSafeInteger()
|
| /arkcompiler/runtime_core/static_core/libpandabase/os/ |
| D | mutex.h | 321 * @tparam NEED_LOCK - specifies whether the locks are actually aquired 354 * @tparam NEED_LOCK - specifies whether the locks are actually aquired 387 * @tparam NEED_LOCK - specifies whether the locks are actually aquired
|
| /arkcompiler/ets_runtime/common_components/heap/collector/ |
| D | collector_proxy.h | 25 // collector. However, it actually manages a set of collectors implemented yet, and delegate garbag…
|
| /arkcompiler/ets_runtime/test/aotjsperftest/ |
| D | README_en.md | 5 …### IMPORTANT!!! -->All c_lang/ll_vm and v_8/d_8 are to avoid codecheck inspections, actually ther…
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | opcodes.h | 89 // the result of these op is actually u1(may be set as other type, but its return value can only be…
|
| /arkcompiler/jsvm/src/inspector/ |
| D | js_native_api_v8_inspector.h | 91 // Returns true if the inspector is actually in use.
|
| D | inspector_utils.h | 172 // GetCapacity() returns how much memory is actually available. in SetLength() 179 // GetCapacity() returns how much memory is actually available. in SetLengthAndZeroTerminate()
|
| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/ |
| D | lang.py | 87 # actually type is not needed
|
| /arkcompiler/runtime_core/static_core/compiler/tools/paoc/ |
| D | paoc_llvm.cpp | 48 // Check if fallback is actually allowed in TryLLVM()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/escompat/ |
| D | Errors.ets | 81 * @param errors An iterable of errors, may not actually be Error
|
| /arkcompiler/ets_runtime/test/moduletest/promise/ |
| D | promise.js | 83 throw new Error("Expected promise rejected, but actually resolved");
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/lookup_by_name/ |
| D | CMakeLists.txt | 149 # actually introduce insecure possibilities here. Accurate verification for union types
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/gc/stress/ |
| D | test_gc_old.ets | 249 …console.println(" (actually allocated " + (TestGCOld.youngBytes/TestGCOld.MEG) as float + " meg… 253 …console.println(" (actually promoted " + ((TestGCOld.nodes * TestGCOld.BYTES_PER_NODE)/TestGCOl…
|
12345