Searched defs:CALL (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/lsp/include/ |
| D | create_type_help_items.h | 32 enum class InvocationKind { CALL, TYPE_ARGS, CONTEXTUAL }; enumerator
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ |
| D | signature.h | 75 CALL = 1U << 1U, enumerator
|
| /arkcompiler/runtime_core/libark_defect_scan_aux/include/ |
| D | abc_file.h | 92 static constexpr char CALL[] = "call"; variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | profiler_operation.h | 26 CALL, enumerator
|
| D | circuit_ir_specification.md | 293 ##### CALL l4subsection
|
| D | type_info_accessors.h | 834 CALL, enumerator
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| D | inst_builder.h | 233 CALL, // side_exit = false, move_to_side_exit = false enumerator
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| D | assembly-ins.h | 48 CALL = (1U << 2U), enumerator
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/ |
| D | old_instruction_enum.h | 466 CALL = 0x20, enumerator
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | runtime_interface.h | 96 enum class InteropCallKind { UNKNOWN = 0, CALL, CALL_BY_VALUE, NEW_INSTANCE, COUNT }; enumerator
|