Home
last modified time | relevance | path

Searched full:given (Results 1 – 25 of 82) 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
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DdestructuringObjectBindingPatternAndAssignment1ES6.ts36 // P of a type that is assignable to the target given in P, or
78 // of a type that is assignable to the target given in P, or
116 // S has a string index signature of a type that is assignable to the target given in P
DdestructuringObjectBindingPatternAndAssignment1ES5.ts36 // P of a type that is assignable to the target given in P, or
78 // of a type that is assignable to the target given in P, or
116 // S has a string index signature of a type that is assignable to the target given in P
/arkcompiler/ets_frontend/arkguard/
DREADME.md153 the given file. If you use `-enable-property-obfuscation` or `-enable-toplevel-obfuscation`, and yo…
159 Specifies to reuse the given cache file. The old names in the cache will receive the corresponding …
241 Specifies to keep names in the given `.d.ts` file. Here filepath can be also a directory. If so, th…
242 `d.ts` files under the given directory will be kept.
/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/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/ets_frontend/test/scripts/auto_xts_test/
Dreadme.md13 …les.txt file. Module names should be splited by ';'. The module names are given in xts system, ple…
/arkcompiler/ets_frontend/arkguard/src/generator/
DHexNameGenerator.ts21 * @Desc: a name generator which used given length to generate random length-limiting name
DDictionaryNameGenerator.ts19 * @Desc: a name generator which use given identifiers to get incremental obfuscated name
/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…
257 // Insert instruction after given instruction
259 // Insert instruction before given instruction
261 // Insert range of instructions before given instruction.
Dinstructions.yaml229 save_state: definition of the given input must be SaveState instruction
244 terminator: Execution will be terminated at the given instruction
Dgraph_visitor.h100 * - VisitBlock() method, that aims to iterate over given basic block.
/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
Dfunction_call_timer.h40 // The specific calculation method is given in the following example.
/arkcompiler/runtime_core/gn/build/
Dcmake_configure_file.py61 # only var given
/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
/arkcompiler/runtime_core/disassembler/templates/
Dbc_ins_to_pandasm_ins.cpp.erb84 << ">. Invalid method id given or corrupted: calculated overhead (difference "

1234