Searched full:corresponds (Results 1 – 25 of 56) sorted by relevance
123
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates_deprecated/02.multiple_catch_clauses_in_try_statements/ |
| D | catch.ets | 18 desc: A catch clause contains a block that corresponds to the exception parameter and handles excep…
|
| D | spec_example.ets | 17 desc: A catch clause contains a block that corresponds to the exception parameter and handles excep…
|
| /arkcompiler/runtime_core/static_core/compiler/docs/ |
| D | object_type_propagation_doc.md | 23 …a.field`). We have unique `Pointer::CreateUnknownOffset` offset, which corresponds to all such off… 62 // K-th state corresponds to BB with id K - the end of the BB or the current position inside
|
| 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/tests/ets-templates/18.annotations/04.ambient_annotations/ambient_annotations_n/ |
| D | import_ambient_annotation_n.ets | 21 … A runtime error occurs if no annotation corresponds to the ambient annotation used in the program
|
| /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/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/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/libabckit/include/cpp/headers/ |
| D | value.h | 98 * @return Pointer to the `AbckitType` that corresponds to provided value.
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi_class_creation_helper.cpp | 123 // Corresponds to ConstructDescByAttr in TryAddOriKeyAndOriAttrToHClass in NewClassFuncProtoWithProperties() 187 … DestructDesc(&descs[i]); // Corresponds to ConstructDescByAttr in TryAddOriKeyAndOriAttrToHClass in CreateClassFuncWithProperties()
|
| /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/toolchain/tooling/static/connection/asio/ |
| D | asio_server.cpp | 79 // Empty "id" corresponds to constructed URLs in HandleJsonList()
|
| /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/bytecode_optimizer/ |
| D | reg_encoder.h | 42 * Space for arguments, however, can contain "holes" (each "hole" corresponds
|
| /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/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/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/irtoc/scripts/ |
| D | monitors.irt | 131 …# 2) mark word state is zero too (it corresponds to Lightweight lock in case of non-zero thread id…
|
| /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
|
123