Searched full:corresponds (Results 1 – 25 of 48) sorted by relevance
12
| /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/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 |
|
| /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/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 | 18_annotations.rst | 369 A runtime error occurs if no annotation corresponds to the ambient annotation 446 annotation corresponds to the ambient declaration from an ambient namespace of
|
| D | 8_statements.rst | 191 …todo: ambiguous wording in the spec: "Any 'else' corresponds to the first 'if' of an if statement"… 217 Any ``else`` corresponds to the first ``if`` of an ``if`` statement:
|
| /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/runtime_core/static_core/bytecode_optimizer/ |
| D | reg_encoder.h | 42 * Space for arguments, however, can contain "holes" (each "hole" 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/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…
|
| D | memory_coalescing_doc.md | 46 …ple values into single values. The type of `LoadArrayPair` instruction corresponds to the type of …
|
| /arkcompiler/runtime_core/static_core/runtime/mem/ |
| D | region_allocator.h | 38 /// Return the region which corresponds to the start of the object. 57 /// Return the region which corresponds to the address.
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | bytecode_info_collector.h | 31 // each method in the abc file corresponds to one MethodInfo and
|
| /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/runtime_core/static_core/verification/absint/ |
| D | absint.cpp | 68 // NOTE(vdyadov): ASSERT(cflow_info corresponds method) in PrepareVerificationContext()
|
12