Home
last modified time | relevance | path

Searched defs:descr (Results 1 - 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
H A Dcl_option.cpp24 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 Dtarget.cpp134 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 Dasm_printer.h321 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 Dcallconv.cpp22 Amd64CallingConvention::Amd64CallingConvention(ArenaAllocator *allocator, Encoder *enc, RegistersDescription *descr, in Amd64CallingConvention() argument
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_vtable_builder.cpp63 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 Dets_vm.cpp577 auto descr = exception->GetClass()->GetDescriptor(); in HandleUncaughtException() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Dcallconv.h227 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 Dcallconv.cpp24 Aarch64CallingConvention::Aarch64CallingConvention(ArenaAllocator *allocator, Encoder *enc, RegistersDescription *descr, in Aarch64CallingConvention() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
H A Dcallconv.cpp30 Aarch32CallingConvention::Aarch32CallingConvention(ArenaAllocator *allocator, Encoder *enc, RegistersDescription *descr, in Aarch32CallingConvention() argument
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ark_frame_lowering/
H A Dframe_lowering.cpp95 ssize_t GetConstantFromRuntime(FrameConstantDescriptor descr) in GetConstantFromRuntime() argument
/arkcompiler/runtime_core/static_core/verification/type/
H A Dtype_system.cpp70 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 Dstd_core_TypeCreator.cpp560 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 Dcl_option.h202 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

Completed in 10 milliseconds