Searched full:corresponds (Results 1 – 25 of 54) sorted by relevance
123
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/06.statements/02.multiple_catch_clauses_in_try_statements/ |
| D | catch.sts | 18 desc: A catch clause contains a block that corresponds to the exception parameter and handles excep…
|
| D | spec_example.sts | 17 desc: A catch clause contains a block that corresponds to the exception parameter and handles excep…
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| D | programCache.h | 45 …* The hashcode in ProgramCache corresponds to the hash value of the abc file, so the hashCode in P…
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | code_metainfo.md | 118 | NATIVE_PC | Native address to which this stackmap corresponds | 119 | BYTECODE_PC | Bytecode address to which this stackmap corresponds | 133 | BYTECODE_PC | Bytecode address to which this inline info corresponds |
|
| D | intrinsics-yaml.md | 45 to form ```class_name::method_name```, which corresponds to a particular plugin (language) impleme…
|
| /arkcompiler/runtime_core/docs/ |
| D | code_metainfo.md | 118 | NATIVE_PC | Native address to which this stackmap corresponds | 119 | BYTECODE_PC | Bytecode address to which this stackmap corresponds | 133 | BYTECODE_PC | Bytecode address to which this inline info corresponds |
|
| /arkcompiler/runtime_core/static_core/compiler/tools/ |
| D | pbc_2_ir_doc_gen.sh | 17 … by default. PBC2IR_OLD.md is used to copy existing IR instructions to corresponds cells in PBC2IR…
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/be/ |
| D | switch_lowerer.h | 44 * table, each item either corresponds to an original entry in the original
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/ |
| D | split_resolver.cpp | 58 …// inst == nullptr means that life number corresponds to some PHI instruction (== corresponds to s… in ConnectSiblings()
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
| D | split_resolver.cpp | 56 …// inst == nullptr means that life number corresponds to some PHI instruction (== corresponds to s… in ConnectSiblings()
|
| /arkcompiler/runtime_core/libabckit/include/cpp/headers/ |
| D | value.h | 98 * @return Pointer to the `AbckitType` that corresponds to provided value.
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | try_catch_blocks_ir.md | 125 …ction which is added to the `Catch-begin` basic block. Each `CatchPhi` corresponds to the bytecode…
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/connection/asio/ |
| D | asio_server.cpp | 79 // Empty "id" corresponds to constructed URLs in HandleJsonList()
|
| /arkcompiler/runtime_core/static_core/docs/coroutines/ |
| D | coroutines.md | 155 // return the method which corresponds to the JS function 296 > // return the method which corresponds to "foo" function 449 > // return the method which corresponds to "foo" function
|
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| D | reg_encoder.h | 42 * Space for arguments, however, can contain "holes" (each "hole" corresponds
|
| /arkcompiler/runtime_core/static_core/irtoc/scripts/ |
| D | monitors.irt | 127 …# 2) mark word state is zero too (it corresponds to Lightweight lock in case of non-zero thread id…
|
| /arkcompiler/runtime_core/cmake/ |
| D | PandaAssembly.cmake | 152 # If specified, the program will be run and terminated with the signal 10 (corresponds 402 # If specified, the program will be run and terminated with the signal 10 (corresponds
|
| /arkcompiler/runtime_core/static_core/cmake/ |
| D | PandaAssembly.cmake | 161 # If specified, the program will be run and terminated with the signal 10 (corresponds 428 # If specified, the program will be run and terminated with the signal 10 (corresponds
|
| /arkcompiler/toolchain/build/toolchain/mac/ |
| D | linker_driver.py | 119 corresponds to the argument and return a list of outputs from the
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
| D | switch_lowerer.cpp | 26 * 2 corresponds to indexed jump, but it requires allocating an array 40 …ensed into 1 switch item; in the switch_items table, each item // either corresponds to an original
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| D | reg_encoder.h | 42 * Space for arguments, however, can contain "holes" (each "hole" corresponds
|
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | try_catch_blocks_ir.md | 125 …ction which is added to the `Catch-begin` basic block. Each `CatchPhi` corresponds to the bytecode…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/ |
| D | 8_statements.rst | 187 …todo: ambiguous wording in the spec: "Any 'else' corresponds to the first 'if' of an if statement"… 213 Any ``else`` corresponds to the first ``if`` of an ``if`` statement:
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/annotations/ |
| D | annotations.rst | 341 A runtime error occurs, if there no annotation that corresponds to the ambient annotation,
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | bytecode_info_collector.h | 31 // each method in the abc file corresponds to one MethodInfo and
|
123