Searched full:where (Results 1 – 25 of 105) sorted by relevance
12345
| /arkcompiler/runtime_core/docs/bc_verification/ |
| D | types_n_values.md | 24 - Sorts are denoted by some `Literals`. Where `Literal` is a word composed of characters from set `… 33 value of the particular type may be used in the place where other type is expected. 36 place, where a value of type `B()` is expected, value of type `A()` may be safely used. 103 `Array(+T)` - where T is type of elements.
|
| /arkcompiler/runtime_core/docs/ |
| D | deoptimization.md | 32 The function `Deoptimize` calculates bitecode pc where we should start executing code in the interp… 78 …urn address (LR), we return from the function to the place in interpreter where the method was cal… 84 …FP and LR to values before calling the method and return to compiled code where the method was cal…
|
| D | runtime-class.md | 48 Where `coretypes::Class::FromRuntimeClass` and `coretypes::Class::GetRuntimeClass` are implemented … 73 In common places where language context can be different we can use `panda::Class::GetManagedObject…
|
| D | code_metainfo.md | 156 This is a Bitmap table, where column is a bit mask, that determines which CPU register holds a mana… 160 This is a Bitmap table, where column is a bit mask, that determines which stack slot holds a manage… 168 This is a Bitmap table, where column is a bit mask, that determines which virtual register is modif… 182 - **Location** - where vreg is stored: stack slot, CPU register or constant.
|
| D | doxygen.config | 58 # entered, it will be relative to the location where doxygen was started. If 66 # option can be useful when feeding doxygen a huge amount of source files, where 162 # will be relative from the directory where doxygen is started. 280 # using this tag. The format is ext=language, where ext is a file extension, and 476 # 'anonymous_namespace{file}', where file will be replaced with the base name of 688 # popen()) the command command input-file, where command is the value of the 899 # where <filter> is the value of the INPUT_FILTER tag, and <input-file> is the 1089 # The HTML_OUTPUT tag is used to specify where the HTML docs will be put. If a 1618 # to a relative location where the documentation can be found. The format is: 1633 # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. If a [all …]
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | js_debugger_interface.h | 53 … * \brief called by the ecmavm when breakpoint hits. Thread where breakpoint hits is stopped until 55 …* @param thread Identifier of the thread where breakpoint hits. Now the callback is called in the …
|
| /arkcompiler/runtime_core/verification/models/ |
| D | README.md | 28 2. `verify` - to verify (search for counterexamples), where supertypes intersection calculation dur…
|
| /arkcompiler/runtime_core/dprof/daemon/ |
| D | options.yaml | 32 description: Path to folder where distributed profiling dumps will be saved
|
| /arkcompiler/runtime_core/dprof/converter/ |
| D | options.yaml | 32 description: Path to folder where distributed profiling dumps will be saved
|
| /arkcompiler/runtime_core/libark_defect_scan_aux/tests/across_abc_test/ |
| D | across_abc_test.js | 21 let sql = "select * from user_data where name = '" + name + "'";
|
| /arkcompiler/ets_frontend/testTs/ |
| D | README.md | 5 2. import_tests.json:Is the path to the TS code file where import files are stored to add import fi…
|
| /arkcompiler/runtime_core/compiler/optimizer/analysis/ |
| D | countable_loop_parser.cpp | 31 * where `update` is Add or Sub instruction
|
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| D | common.h | 33 // Get the position where accumulator read happens.
|
| D | reg_encoder.h | 31 * where: 60 * temps and corresponding spills are emitted where needed. After this is done,
|
| /arkcompiler/runtime_core/libark_defect_scan_aux/tests/across_function_test/ |
| D | across_function_test.js | 50 let sql = "select * from user_data where name = '" + name + "'";
|
| /arkcompiler/runtime_core/tests/cts-generator/ |
| D | README.md | 21 -o, --output DIR Path to directory where tests will be generated (required) 56 --report-dir DIR Where to put results, applicable for 'jtr' and 'allure' logger
|
| /arkcompiler/runtime_core/runtime/bridge/arch/arm/ |
| D | interpreter_to_compiled_code_bridge_armhf.S | 225 addeq r3, r3, #1 // reserve space for the pointer to the memory where the result will be stored 454 // r0 - pointer to memory where to store the result 479 // r6 - method, r7 - method.shorty, r8 - args, ip - pointer to memory where to store the result 493 // r7 - stack arg ptr, r8 - args, ip - pointer to memory where to store the result, 534 // r7 - method.shorty, r8 - pointer to memory where to store the result
|
| /arkcompiler/runtime_core/tests/verifier-tests/ |
| D | bug_2107_2.pa | 19 # Truncations discard all but N lowest-order bits, where N is the bit size of destination
|
| /arkcompiler/runtime_core/runtime/mem/gc/ |
| D | gc_stats.h | 190 // consistent order where threads observe all modifications in the same order in GetObjectsFreedBytes() 196 // consistent order where threads observe all modifications in the same order in GetObjectsFreedBytes()
|
| /arkcompiler/runtime_core/cmake/ |
| D | README.md | 11 Where ${panda_dir} is a path to panda dirrectory.
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| D | string_hashmap.h | 30 // To make sure when using String, it still stays where it was.
|
| /arkcompiler/runtime_core/verification/models/typesystem/ |
| D | ark_subtyping_closure.als | 40 // show arcs where subtyping closure contradicts subtyping by params 43 // show arcs where sybtyping by params should be 145 let ts1 = t1.pos[common], // take these types, where t1, t2 have common indices
|
| /arkcompiler/runtime_core/libark_defect_scan_aux/include/ |
| D | function.h | 72 // the function where current function is defined
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | heap.h | 127 * Return the original active space where the objects are to be evacuated during semi space GC. 559 * Young generation spaces where most new objects are allocated. 565 // Old generation spaces where some long living objects are allocated or promoted.
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| D | tsTypeReference.cpp | 62 // TODO(aszilagyi): handle cases where type type_name_ is a QualifiedName in GetType()
|
12345