Home
last modified time | relevance | path

Searched full:both (Results 1 – 25 of 87) sorted by relevance

1234

/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Disinstance.yaml393 # 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 …]
Dfmul2.yaml280 …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…
Dfmul2.64.yaml280 …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/
Dignore_checked_coverage.txt7 …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/
Dbranch_elimination_test.cpp21 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/
Dclass_info_extractor.h23 …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/
Dpending_job_test.cpp112 …* 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/
Dmemory_coalescing_doc.md72 … 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
Daot_resolve_string.md53 updated only if `StringTable` was updated during GC, because both these structures are referencing …
Dmove_constants_closer_to_usage_doc.md20 In both cases avoid moving into loop, find closest dominating block outside loop.
Dplt.md118 `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.
Dtry_catch_blocks_ir.md64 `Try-begin` and `Try-end` - are try boundaries basic blocks. Both of them have one normal control-f…
/arkcompiler/ets_runtime/ecmascript/base/tests/
Darray_helper_test.cpp79 …* @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/
Dbuiltins_call_signature.h27 // BUILTINS_STUB_LIST is shared both ASM Interpreter and AOT.
/arkcompiler/runtime_core/gn/build/
Dcmake_configure_file.py32 # supports both @...@ and ${...} notations
/arkcompiler/runtime_core/docs/
Drationale-for-bytecode.md204 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),
Dglossary.md46 It can be used by both generational and concurrent collectors.
Ddeoptimization.md67 Both bridges have following parameters:
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_tagged_number_test.cpp78 // both numbers are int in HWTEST_F_L0()
/arkcompiler/runtime_core/verification/gen/templates/
Dlang_specifics.h.erb62 // works for both fields and methods
/arkcompiler/runtime_core/runtime/mem/
Dmem_stats.h37 …* Class for recording memory usage in the VM. Allocators use this class for both cases: object all…
/arkcompiler/runtime_core/runtime/mem/gc/gen-gc/
Dgen-gc.h77 * Full GC for both generations (tenured and young)
/arkcompiler/ets_runtime/ecmascript/
Djs_object.h183 // 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/
Dtype_recorder.cpp116 // 'thisGT' if both are given. in TryGetThisType()
/arkcompiler/runtime_core/cmake/
DPandaAssembly.cmake143 # Options for compiler, given both to panda and paoc
313 # in both Panda's own options and the runned program's options.

1234