Home
last modified time | relevance | path

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

1234

/arkcompiler/runtime_core/tests/cts-coverage-tool/lib/
Dspec.rb213 …@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/
Dregmask.h137 // 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.
Dbit_field.h91 * Check if given value fits into the bit field
109 * Return bit range [START_BIT : START_BIT+END_BIT] value from given integer 'value'
Dring_buffer.h145 * 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
Dlogger.cpp96 …* 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/
Dreference_storage.h68 …* 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/
Dcommon_amd64.S19 // jumps to the given pc, thus, SP become unaligned.
/arkcompiler/ets_frontend/es2panda/
DREADME.md16 - `--extension`: Parse the input as the given extension (options: js | ts | as)
/arkcompiler/runtime_core/assembler/
Dassembly-debug.h26 std::string whole_line = ""; // TODO(mbolshov): redundant given file and line_number
/arkcompiler/runtime_core/runtime/
Ddeoptimization.h33 * \brief Drop given CFrame and return to its caller.
Ddeoptimization.cpp54 * \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/
DREADME.md3 The tool reads ISA spec files and the given set of test files, then computes the coverage and outpu…
/arkcompiler/runtime_core/libpandabase/mem/
Dcode_allocator.h56 * Fast check if the given program counter belongs to JIT code
Dpool_map.h72 // PoolMap is used to manage all pools which has been given to the allocators.
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_map.h28 …* equal to the number of given registers and save map to restore actual codegen register number fr…
/arkcompiler/runtime_core/libpandabase/tests/
Dmem_range_test.cpp42 // 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/
Dbasicblock.h136 // 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.
Dgraph_visitor.h101 * - VisitBlock() method, that aims to iterate over given basic block.
/arkcompiler/runtime_core/runtime/tooling/inspector/
Dinspector.h73 // Set pending pause. If reason is given, notify the client with
/arkcompiler/runtime_core/gn/build/
Dcmake_configure_file.py61 # only var given
/arkcompiler/runtime_core/runtime/tests/
Doptions_test.cpp72 ASSERT_EQ(GetParser()->GetErrorString(), "pandargs: Too many tail arguments given\n"); in TEST_F()
/arkcompiler/toolchain/build/toolchain/
Dgcc_link_wrapper.py26 # just 'cmd' is the actual command given to Python's subprocess module.
/arkcompiler/runtime_core/runtime/include/
Dloadable_agent.h85 // 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/
DHowToWriteProtoForAssemblyStuff.md134 std::string whole_line = ""; // TODO(mbolshov): redundant given file and line_number
/arkcompiler/runtime_core/cmake/
DPandaAssembly.cmake143 # 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