| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | isinstance.yaml | 393 # O and T are of the same type, both arrays, std object 401 # O and T are of the same type, both arrays, custom object 409 # O and T are of the same type, both arrays, string 418 # O is a subtype of T, both arrays, std object 426 # O is a subtype of T, both arrays, custom object 544 # O and T are of the same type, both arrays, std object 552 # O and T are of the same type, both arrays, custom object 560 # O and T are of the same type, both arrays, string 569 # O is a subtype of T, both arrays, std object 577 # O implements T, both arrays, std object [all …]
|
| D | fmul2.yaml | 280 …description: The sign of division or multiplication result is positive if both values have the sam… 331 …description: The sign of division or multiplication result is positive if both values have the sam… 567 …description: The sign of division or multiplication result is positive if both values have the sam…
|
| D | fmul2.64.yaml | 280 …description: The sign of division or multiplication result is positive if both values have the sam… 331 …description: The sign of division or multiplication result is positive if both values have the sam… 567 …description: The sign of division or multiplication result is positive if both values have the sam…
|
| /arkcompiler/runtime_core/compiler/tools/ |
| D | ignore_checked_coverage.txt | 7 …ark - ignoring a benchmark or CTS-assembly test (both osr and jit) 8 … - ignoring a single function of a benchmark or CTS-assembly test (both osr and jit)
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | branch_elimination_test.cpp | 21 enum class RemainedSuccessor { TRUE_SUCCESSOR, FALSE_SUCCESSOR, BOTH }; enumerator 995 …BuildGraphAndCheckElimination<DominantCondResult::FALSE, RemainedSuccessor::BOTH>(ConditionCode::C… in TEST_F() 997 …BuildGraphAndCheckElimination<DominantCondResult::FALSE, RemainedSuccessor::BOTH>(ConditionCode::C… in TEST_F() 999 …BuildGraphAndCheckElimination<DominantCondResult::FALSE, RemainedSuccessor::BOTH>(ConditionCode::C… in TEST_F() 1001 …BuildGraphAndCheckElimination<DominantCondResult::FALSE, RemainedSuccessor::BOTH>(ConditionCode::C… in TEST_F() 1003 …BuildGraphAndCheckElimination<DominantCondResult::FALSE, RemainedSuccessor::BOTH>(ConditionCode::C… in TEST_F() 1005 …BuildGraphAndCheckElimination<DominantCondResult::FALSE, RemainedSuccessor::BOTH>(ConditionCode::C… in TEST_F() 1007 …BuildGraphAndCheckElimination<DominantCondResult::FALSE, RemainedSuccessor::BOTH>(ConditionCode::C… in TEST_F() 1009 …BuildGraphAndCheckElimination<DominantCondResult::FALSE, RemainedSuccessor::BOTH>(ConditionCode::C… in TEST_F() 1024 …BuildGraphAndCheckElimination<DominantCondResult::TRUE, RemainedSuccessor::BOTH>(ConditionCode::CC… in TEST_F() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | class_info_extractor.h | 23 …ctor will analyze and extract the contents from class literal to keys, properties and elements(both 24 // non-static and static), later generate the complete hclass (both prototype and constructor) base…
|
| /arkcompiler/ets_runtime/ecmascript/jobs/tests/ |
| D | pending_job_test.cpp | 112 …* to both.the pendingjob object call "ExecutePendingJob" function to execute the method … 147 …* to both.the pendingjob object call "ExecutePendingJob" function to execute the method … 183 …* to both.the pendingjob object call "ExecutePendingJob" function to execute the method … 228 … object with length of two.set the required value and define a pendingjob object according to both. 277 …* according to both.The pendingjob object call "ExecutePendingJob" function to execute t…
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | memory_coalescing_doc.md | 72 … invalid **or** candidate cannot be coalesced with the instruction **or** both refer to different … 73 … instruction – add this candidate and the instruction as a pair for coalescing and invalidate both. 132 // If both indices differs by one
|
| D | aot_resolve_string.md | 53 updated only if `StringTable` was updated during GC, because both these structures are referencing …
|
| D | move_constants_closer_to_usage_doc.md | 20 In both cases avoid moving into loop, find closest dominating block outside loop.
|
| D | plt.md | 118 `SecondSlot` and `ThirdSlot` are filled with zeroes and after resolving they both store `Class poin… 163 Both Resolvers returns `Class pointer` value using `x16` back into code.
|
| D | try_catch_blocks_ir.md | 64 `Try-begin` and `Try-end` - are try boundaries basic blocks. Both of them have one normal control-f…
|
| /arkcompiler/ets_runtime/ecmascript/base/tests/ |
| D | array_helper_test.cpp | 79 …* @tc.desc: Check whether the two data(X,Y) are sorted from large two smalle,both X and Y are Unde… 102 EXPECT_EQ(resultValue1, 0); // both X and Y is Undefined in HWTEST_F_L0()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_call_signature.h | 27 // BUILTINS_STUB_LIST is shared both ASM Interpreter and AOT.
|
| /arkcompiler/runtime_core/gn/build/ |
| D | cmake_configure_file.py | 32 # supports both @...@ and ${...} notations
|
| /arkcompiler/runtime_core/docs/ |
| D | rationale-for-bytecode.md | 204 on the same platform with the same bytecode, we would have to handle both JavaScript-style addition 208 Thus, as we are required to support multiple languages (both statically and dynamically typed),
|
| D | deoptimization.md | 67 Both bridges have following parameters:
|
| D | glossary.md | 46 It can be used by both generational and concurrent collectors.
|
| /arkcompiler/runtime_core/verification/gen/templates/ |
| D | lang_specifics.h.erb | 62 // works for both fields and methods
|
| /arkcompiler/runtime_core/runtime/mem/ |
| D | mem_stats.h | 37 …* Class for recording memory usage in the VM. Allocators use this class for both cases: object all…
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_tagged_number_test.cpp | 78 // both numbers are int in HWTEST_F_L0()
|
| /arkcompiler/runtime_core/runtime/mem/gc/gen-gc/ |
| D | gen-gc.h | 77 * Full GC for both generations (tenured and young)
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_object.h | 183 // 2. If both Desc.[[Get]] and Desc.[[Set]] are absent, return false. in IsAccessorDescriptor() 189 // 2. If both Desc.[[Value]] and Desc.[[Writable]] are absent, return false. in IsDataDescriptor() 195 // 2. If IsAccessorDescriptor(Desc) and IsDataDescriptor(Desc) are both false, return true in IsGenericDescriptor()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | type_recorder.cpp | 116 // 'thisGT' if both are given. in TryGetThisType()
|
| /arkcompiler/runtime_core/cmake/ |
| D | PandaAssembly.cmake | 143 # Options for compiler, given both to panda and paoc 313 # in both Panda's own options and the runned program's options.
|