Home
last modified time | relevance | path

Searched full:where (Results 1 – 25 of 105) sorted by relevance

12345

/arkcompiler/runtime_core/docs/bc_verification/
Dtypes_n_values.md24 - 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/
Ddeoptimization.md32 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…
Druntime-class.md48 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…
Dcode_metainfo.md156 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.
Ddoxygen.config58 # 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/
Djs_debugger_interface.h53 … * \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/
DREADME.md28 2. `verify` - to verify (search for counterexamples), where supertypes intersection calculation dur…
/arkcompiler/runtime_core/dprof/daemon/
Doptions.yaml32 description: Path to folder where distributed profiling dumps will be saved
/arkcompiler/runtime_core/dprof/converter/
Doptions.yaml32 description: Path to folder where distributed profiling dumps will be saved
/arkcompiler/runtime_core/libark_defect_scan_aux/tests/across_abc_test/
Dacross_abc_test.js21 let sql = "select * from user_data where name = '" + name + "'";
/arkcompiler/ets_frontend/testTs/
DREADME.md5 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/
Dcountable_loop_parser.cpp31 * where `update` is Add or Sub instruction
/arkcompiler/runtime_core/bytecode_optimizer/
Dcommon.h33 // Get the position where accumulator read happens.
Dreg_encoder.h31 * 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/
Dacross_function_test.js50 let sql = "select * from user_data where name = '" + name + "'";
/arkcompiler/runtime_core/tests/cts-generator/
DREADME.md21 -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/
Dinterpreter_to_compiled_code_bridge_armhf.S225 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/
Dbug_2107_2.pa19 # Truncations discard all but N lowest-order bits, where N is the bit size of destination
/arkcompiler/runtime_core/runtime/mem/gc/
Dgc_stats.h190 // 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/
DREADME.md11 Where ${panda_dir} is a path to panda dirrectory.
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dstring_hashmap.h30 // To make sure when using String, it still stays where it was.
/arkcompiler/runtime_core/verification/models/typesystem/
Dark_subtyping_closure.als40 // 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/
Dfunction.h72 // the function where current function is defined
/arkcompiler/ets_runtime/ecmascript/mem/
Dheap.h127 * 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/
DtsTypeReference.cpp62 // TODO(aszilagyi): handle cases where type type_name_ is a QualifiedName in GetType()

12345