Searched full:given (Results 1 – 25 of 87) sorted by relevance
1234
| /arkcompiler/runtime_core/tests/cts-coverage-tool/lib/ |
| D | spec.rb | 213 …@orphaned << { 'file' => file, 'error' => 'Group with given title not found in the ISA', 'comment'… 238 …@orphaned << { 'file' => file, 'error' => 'Given instruction not found in the ISA', 'comment' => t… 242 …@orphaned << { 'file' => file, 'error' => 'Given instruction is non-testable', 'comment' => test_i… 260 @orphaned << { 'file' => file, 'error' => 'Given description assertion not found in the spec', 265 …@orphaned << { 'file' => file, 'error' => 'Given description is non-testable', 'comment' => test_d… 283 @orphaned << { 'file' => file, 'error' => 'Given exception assertion not found in the spec', 288 …@orphaned << { 'file' => file, 'error' => 'Given exception assertion is non-testable', 'comment' =… 306 … @orphaned << { 'file' => file, 'error' => 'Given verification assertion not found in the spec', 311 …@orphaned << { 'file' => file, 'error' => 'Given verification assertion is non-testable', 'comment…
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | regmask.h | 137 // Get number of registers from tail to the given register, counting only set bits. 138 // Given `reg` is not counted even if it is set. 146 // Get number of registers from head to the given register, counting only set bits. 147 // Given `reg` is not counted even if it is set.
|
| D | bit_field.h | 91 * Check if given value fits into the bit field 109 * Return bit range [START_BIT : START_BIT+END_BIT] value from given integer 'value'
|
| D | ring_buffer.h | 145 * Appends the given element value to the end of the ring buffer 155 * Moves the given element value to the end of the ring buffer 179 * Appends the given element value to the begin of the ring buffer 189 * Moves the given element value to the begin of the ring buffer
|
| D | logger.cpp | 96 …* Increases log nesting (i.e. depth, or how many instances of Message{} is active atm) in a given … 105 …* Decreases log nesting (i.e. depth, or how many instances of Message{} is active atm) in a given …
|
| /arkcompiler/runtime_core/runtime/mem/refstorage/ |
| D | reference_storage.h | 68 …* Creates a new frame with at least given number of local references which can be created in this … 76 …* Pops the last frame, frees all local references in this frame and moves given reference to the p… 80 * @return new reference in the previous frame for given reference.
|
| /arkcompiler/runtime_core/runtime/arch/amd64/ |
| D | common_amd64.S | 19 // jumps to the given pc, thus, SP become unaligned.
|
| /arkcompiler/ets_frontend/es2panda/ |
| D | README.md | 16 - `--extension`: Parse the input as the given extension (options: js | ts | as)
|
| /arkcompiler/runtime_core/assembler/ |
| D | assembly-debug.h | 26 std::string whole_line = ""; // TODO(mbolshov): redundant given file and line_number
|
| /arkcompiler/runtime_core/runtime/ |
| D | deoptimization.h | 33 * \brief Drop given CFrame and return to its caller.
|
| D | deoptimization.cpp | 54 * \brief Drop given CFrame and return to its caller. 55 …* Drop means that we set stack pointer to the top of given CFrame, restores its return address and…
|
| /arkcompiler/runtime_core/tests/cts-coverage-tool/ |
| D | README.md | 3 The tool reads ISA spec files and the given set of test files, then computes the coverage and outpu…
|
| /arkcompiler/runtime_core/libpandabase/mem/ |
| D | code_allocator.h | 56 * Fast check if the given program counter belongs to JIT code
|
| D | pool_map.h | 72 // PoolMap is used to manage all pools which has been given to the allocators.
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
| D | reg_map.h | 28 …* equal to the number of given registers and save map to restore actual codegen register number fr…
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | mem_range_test.cpp | 42 // function to generate MemRange randomly from given range 136 // function to conduct num_iter random tests with addresses in given bounds
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | basicblock.h | 136 // Get index of the given block in predecessor container 145 // Get index of the given block in successor container 188 …* Split block after the given instruction. Current block will contain instructions before the spli… 261 // Insert instruction after given instruction 263 // Insert instruction before given instruction 265 // Insert range of instructions before given instruction.
|
| D | graph_visitor.h | 101 * - VisitBlock() method, that aims to iterate over given basic block.
|
| /arkcompiler/runtime_core/runtime/tooling/inspector/ |
| D | inspector.h | 73 // Set pending pause. If reason is given, notify the client with
|
| /arkcompiler/runtime_core/gn/build/ |
| D | cmake_configure_file.py | 61 # only var given
|
| /arkcompiler/runtime_core/runtime/tests/ |
| D | options_test.cpp | 72 ASSERT_EQ(GetParser()->GetErrorString(), "pandargs: Too many tail arguments given\n"); in TEST_F()
|
| /arkcompiler/toolchain/build/toolchain/ |
| D | gcc_link_wrapper.py | 26 # just 'cmd' is the actual command given to Python's subprocess module.
|
| /arkcompiler/runtime_core/runtime/include/ |
| D | loadable_agent.h | 85 // This mutex is needed to be sure that there is only one library at a given point of time in LoadInstance()
|
| /arkcompiler/ets_frontend/merge_abc/ |
| D | HowToWriteProtoForAssemblyStuff.md | 134 std::string whole_line = ""; // TODO(mbolshov): redundant given file and line_number
|
| /arkcompiler/runtime_core/cmake/ |
| D | PandaAssembly.cmake | 143 # Options for compiler, given both to panda and paoc 153 # to SIGUSR1 on most platforms) after the given timeout. The format of the value 403 # to SIGUSR1 on most platforms) after the given timeout. The format of the value
|
1234