/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/ |
H A D | cl_option.cpp | 24 void OptionInterface::FinalizeInitialization(const std::vector<std::string> &optnames, const std::string &descr, in FinalizeInitialization() argument
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/ |
H A D | target.cpp | 134 Create([[maybe_unused]] ArenaAllocator *arenaAllocator, [[maybe_unused]] Encoder *enc, [[maybe_unused]] RegistersDescription *descr, [[maybe_unused]] Arch arch, bool isPandaAbi, bool isOsr, bool isDyn, [[maybe_unused]] bool printAsm, bool isOptIrtoc) Create() argument
|
H A D | asm_printer.h | 321 PrinterCallingConvention(ArenaAllocator *allocator, E *enc, RegistersDescription *descr, CallConvMode mode) in PrinterCallingConvention() argument
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/ |
H A D | callconv.cpp | 22 Amd64CallingConvention::Amd64CallingConvention(ArenaAllocator *allocator, Encoder *enc, RegistersDescription *descr, in Amd64CallingConvention() argument
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
H A D | ets_vtable_builder.cpp | 63 explicit RefTypeLink(uint8_t const *descr) : descriptor_(descr) {} in RefTypeLink() argument 122 static inline bool IsPrimitveDescriptor(uint8_t const *descr) in IsPrimitveDescriptor() argument
|
H A D | ets_vm.cpp | 577 auto descr = exception->GetClass()->GetDescriptor(); in HandleUncaughtException() local
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
H A D | callconv.h | 227 CallingConvention(ArenaAllocator *allocator, Encoder *enc, RegistersDescription *descr, CallConvMode mode) in CallingConvention() argument
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/ |
H A D | callconv.cpp | 24 Aarch64CallingConvention::Aarch64CallingConvention(ArenaAllocator *allocator, Encoder *enc, RegistersDescription *descr, in Aarch64CallingConvention() argument
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/ |
H A D | callconv.cpp | 30 Aarch32CallingConvention::Aarch32CallingConvention(ArenaAllocator *allocator, Encoder *enc, RegistersDescription *descr, in Aarch32CallingConvention() argument
|
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ark_frame_lowering/ |
H A D | frame_lowering.cpp | 95 ssize_t GetConstantFromRuntime(FrameConstantDescriptor descr) in GetConstantFromRuntime() argument
|
/arkcompiler/runtime_core/static_core/verification/type/ |
H A D | type_system.cpp | 70 Class const *TypeSystem::DescriptorToClass(uint8_t const *descr) in DescriptorToClass() argument 76 Type TypeSystem::DescriptorToType(uint8_t const *descr) in DescriptorToType() argument
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
H A D | std_core_TypeCreator.cpp | 560 EtsString *TypeAPITypeCreatorCtxClassAddIface(EtsLong classPtr, EtsString *descr) in TypeAPITypeCreatorCtxClassAddIface() argument 568 EtsString *TypeAPITypeCreatorCtxClassAddField(EtsLong classPtr, EtsString *name, EtsString *descr, EtsInt attrs, in TypeAPITypeCreatorCtxClassAddField() argument
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ |
H A D | cl_option.h | 202 explicit Option(const std::vector<std::string> &optnames, const std::string &descr, const ArgsT &... args) in Option() argument 213 explicit Option(const std::vector<std::string> &optnames, const std::string &descr, in Option() argument 453 explicit List(const std::vector<std::string> &optnames, const std::string &descr, const ArgsT &... args) in List() argument 457 explicit List(const std::vector<std::string> &optnames, const std::string &descr, in List() argument
|