Home
last modified time | relevance | path

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

12345

/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…
Dinlining.md57 # Actually, here is static devirtualization makes a work, we use this assembly for simplicity and c…
/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_negative.sts20 …the entities of nullable types if they actually have the null value during the program execution. …
Dnull_and_undefined_equality.sts20 …the entities of nullable types if they actually have the null value during the program execution. …
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/promise/
Drun_to_ets_and_back_test.js27 …st ' + test + ' failed: expected jsPromise and etsPromise are the same but actually they differs');
/arkcompiler/runtime_core/static_core/runtime/arch/
Dmemory_helpers.h43 // Actually only full memory barrier guarantees StoreLoad order but separate implementation is used…
/arkcompiler/toolchain/build/config/mac/
Dsymbols.gni37 # we're not actually generating real dSYMs.
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dsighook.h42 // running on mobile, actually use sigchain, here provide sigchain stub to make sure complier succe…
/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.cpp91 // In this method, we actually don't need slow path. in IsFinite()
130 // In this method, we actually don't need slow path. in IsNaN()
161 // In this method, we actually don't need slow path. in IsInteger()
197 // 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/toolchain/build/config/
DBUILD.gn73 # Please don't add more stuff here. We should actually be making this
/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/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/runtime/intrinsics/
Dstd_core_Promise.cpp62 // NOTE: actually we need to lock(*promise) in case of concurrent resolve/reject in EtsPromiseResolve()
147 * (the last two steps are actually the cm->await()'s job) in AwaitProxyPromise()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/gc/stress/
Dtest_gc_old.sts249 …console.println(" (actually allocated " + (TestGCOld.youngBytes/TestGCOld.MEG) as float + " meg…
253 …console.println(" (actually promoted " + ((TestGCOld.nodes * TestGCOld.BYTES_PER_NODE)/TestGCOl…
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/escompat/
DErrors.sts97 * @param errors An iterable of errors, may not actually be Error
/arkcompiler/runtime_core/static_core/plugins/ets/tests/lookup_by_name/
DCMakeLists.txt148 # actually introduce insecure possibilities here. Accurate verification for union types
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dopcodes.h150 // the result of these op is actually u1(may be set as other type, but its return value can only be…
Dmetadata_layout.h105 // be careful when *refVal* is treated as an offset which is a signed integer actually.
139 // be careful when *refVal* is treated as an offset which is a signed integer actually.
/arkcompiler/runtime_core/libpandafile/tests/
Dbytecode_emitter_tests.cpp128 // emitter estimate length of jmp by 3 greater the it is actually
192 // emitter estimate length of jmp by 3 greater the it is actually
214 // emitter estimate length of jmp by 3 greater the it is actually
401 // emitter estimate length of jmp by 3 greater the it is actually
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dframe_info.h107 …// Whether we need to push callers below stack during calls. Actually it is some kind of workaroun…
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/plugins/hooks/
Dcpumask.py129 # actually defined in base class

12345