Home
last modified time | relevance | path

Searched defs:CALL (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/lsp/include/
Dcreate_type_help_items.h32 enum class InvocationKind { CALL, TYPE_ARGS, CONTEXTUAL }; enumerator
/arkcompiler/ets_frontend/ets2panda/checker/types/
Dsignature.h75 CALL = 1U << 1U, enumerator
/arkcompiler/runtime_core/libark_defect_scan_aux/include/
Dabc_file.h92 static constexpr char CALL[] = "call"; variable
/arkcompiler/ets_runtime/ecmascript/compiler/
Dprofiler_operation.h26 CALL, enumerator
Dcircuit_ir_specification.md293 ##### CALL l4subsection
Dtype_info_accessors.h834 CALL, enumerator
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder.h233 CALL, // side_exit = false, move_to_side_exit = false enumerator
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-ins.h48 CALL = (1U << 2U), enumerator
/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/
Dold_instruction_enum.h466 CALL = 0x20, enumerator
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h96 enum class InteropCallKind { UNKNOWN = 0, CALL, CALL_BY_VALUE, NEW_INSTANCE, COUNT }; enumerator