Home
last modified time | relevance | path

Searched full:actually (Results 1 – 25 of 124) sorted by relevance

12345

/arkcompiler/runtime_core/common_interfaces/thread/
Dthread_state_transition.h26 // 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/
Dplt.md17 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/
Dplt.md17 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/
Dnull_and_undefined_equality.ets20 …the entities of nullable types if they actually have the null value during the program execution. …
Dnull_and_undefined_equality_negative.ets20 …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/
Dmap_callback_j2a.js43 // using arrow because callBackFn is actually a 'f(num, idx, arr)'
/arkcompiler/runtime_core/static_core/runtime/arch/
Dmemory_helpers.h43 // 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/
Drun_to_ets_and_back_test.js41 …st ' + test + ' failed: expected jsPromise and etsPromise are the same but actually they differs');
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dsighook.h43 // running on mobile, actually use sigchain, here provide sigchain stub to make sure complier succe…
/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_message_helper.h35 …// root error need throw error msg, for interface like pushurl(etc.) doesn't actually need ldmodul… in PrintAndThrowError()
Dmodule_manager_map.h55 * if the insertion actually happen
/arkcompiler/runtime_core/static_core/runtime/include/coretypes/
Ddyn_objects.h50 // Actually HClass is located here.
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_number_stub_builder.cpp87 // 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/
Dmutex.h321 * @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/
Dcollector_proxy.h25 // collector. However, it actually manages a set of collectors implemented yet, and delegate garbag…
/arkcompiler/ets_runtime/test/aotjsperftest/
DREADME_en.md5 …### 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/
Dopcodes.h89 // 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/
Djs_native_api_v8_inspector.h91 // Returns true if the inspector is actually in use.
Dinspector_utils.h172 // 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/
Dlang.py87 # actually type is not needed
/arkcompiler/runtime_core/static_core/compiler/tools/paoc/
Dpaoc_llvm.cpp48 // Check if fallback is actually allowed in TryLLVM()
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/escompat/
DErrors.ets81 * @param errors An iterable of errors, may not actually be Error
/arkcompiler/ets_runtime/test/moduletest/promise/
Dpromise.js83 throw new Error("Expected promise rejected, but actually resolved");
/arkcompiler/runtime_core/static_core/plugins/ets/tests/lookup_by_name/
DCMakeLists.txt149 # actually introduce insecure possibilities here. Accurate verification for union types
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/gc/stress/
Dtest_gc_old.ets249 …console.println(" (actually allocated " + (TestGCOld.youngBytes/TestGCOld.MEG) as float + " meg…
253 …console.println(" (actually promoted " + ((TestGCOld.nodes * TestGCOld.BYTES_PER_NODE)/TestGCOl…

12345