Searched defs:CALL (Results 1 - 7 of 7) sorted by relevance
| /arkcompiler/runtime_core/libark_defect_scan_aux/include/ |
| H A D | abc_file.h | 92 static constexpr char CALL[] = "call"; member in panda::defect_scan_aux::final
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | profiler_operation.h | 26 CALL, member in panda::ecmascript::kungfu::OperationType
|
| /arkcompiler/runtime_core/assembler/ |
| H A D | assembly-ins.h | 46 CALL = (1U << 2U), enumerator
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| H A D | assembly-ins.h | 48 CALL = (1U << 2U), enumerator
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| H A D | inst_builder.h | 220 CALL, // side_exit = false, move_to_side_exit = false enumerator
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ |
| H A D | signature.h | 72 CALL = 1U << 2U, member in ark::es2panda::ark::es2panda::checker::SignatureFlags
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| H A D | runtime_interface.h | 96 enum class InteropCallKind { UNKNOWN = 0, CALL, CALL_BY_VALUE, NEW_INSTANCE, COUNT }; member in ark::compiler::RuntimeInterface::InteropCallKind
|
Completed in 7 milliseconds