Searched full:actually (Results 1 – 25 of 104) sorted by relevance
12345
| /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…
|
| D | inlining.md | 57 # Actually, here is static devirtualization makes a work, we use this assembly for simplicity and c…
|
| /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_negative.sts | 20 …the entities of nullable types if they actually have the null value during the program execution. …
|
| D | null_and_undefined_equality.sts | 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/interop_js/tests/promise/ |
| D | run_to_ets_and_back_test.js | 27 …st ' + test + ' failed: expected jsPromise and etsPromise are the same but actually they differs');
|
| /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/toolchain/build/config/mac/ |
| D | symbols.gni | 37 # we're not actually generating real dSYMs.
|
| /arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/ |
| D | sighook.h | 42 // running on mobile, actually use sigchain, here provide sigchain stub to make sure complier succe…
|
| /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 | 91 // 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/ |
| 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/toolchain/build/config/ |
| D | BUILD.gn | 73 # Please don't add more stuff here. We should actually be making this
|
| /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/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/runtime/intrinsics/ |
| D | std_core_Promise.cpp | 62 // 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/ |
| D | test_gc_old.sts | 249 …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/ |
| D | Errors.sts | 97 * @param errors An iterable of errors, may not actually be Error
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/lookup_by_name/ |
| D | CMakeLists.txt | 148 # actually introduce insecure possibilities here. Accurate verification for union types
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | opcodes.h | 150 // the result of these op is actually u1(may be set as other type, but its return value can only be…
|
| D | metadata_layout.h | 105 // 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/ |
| D | bytecode_emitter_tests.cpp | 128 // 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/ |
| D | frame_info.h | 107 …// 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/ |
| D | cpumask.py | 129 # actually defined in base class
|
12345