Home
last modified time | relevance | path

Searched defs:descr (Results 1 – 17 of 17) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
Dcl_option.cpp23 …terface::FinalizeInitialization(const std::vector<std::string> &optnames, const std::string &descr, in FinalizeInitialization()
/arkcompiler/runtime_core/static_core/verification/type/
Dtype_system.cpp45 auto compute = [&](uint8_t const *descr) -> Type { in __anon2ebaaca70102()
70 Class const *TypeSystem::DescriptorToClass(uint8_t const *descr) in DescriptorToClass()
76 Type TypeSystem::DescriptorToType(uint8_t const *descr) in DescriptorToType()
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ark_frame_lowering/
Dframe_lowering.cpp86 … frameInfo, [this](FrameConstantDescriptor descr) { return GetConstantFromRuntime(descr); }); in runOnMachineFunction()
90 … [this](FrameConstantDescriptor descr) { return GetConstantFromRuntime(descr); }); in runOnMachineFunction()
95 ssize_t GetConstantFromRuntime(FrameConstantDescriptor descr) in GetConstantFromRuntime()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dcode_scopes.h86 : codeScope_(coro, descr), jsEnvScope_(InteropCtx::Current(coro), env) in codeScope_() argument
Dinterop_context.cpp186 for (auto descr : FUNCTION_INTERFACE_DESCRIPTORS) { in CacheClasses() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dcl_option.h202 …explicit Option(const std::vector<std::string> &optnames, const std::string &descr, const ArgsT &.… in Option()
213 explicit Option(const std::vector<std::string> &optnames, const std::string &descr, in Option()
451 …explicit List(const std::vector<std::string> &optnames, const std::string &descr, const ArgsT &...… in List()
455 explicit List(const std::vector<std::string> &optnames, const std::string &descr, in List()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_vtable_builder.cpp63 explicit RefTypeLink(uint8_t const *descr) : descriptor_(descr) {} in RefTypeLink()
122 static inline bool IsPrimitveDescriptor(uint8_t const *descr) in IsPrimitveDescriptor()
Dets_vm.cpp574 auto descr = exception->GetClass()->GetDescriptor(); in HandleUncaughtException() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/
Dtarget.cpp136 … [[maybe_unused]] RegistersDescription *descr, [[maybe_unused]] Arch arch, in Create()
Dasm_printer.h321 …PrinterCallingConvention(ArenaAllocator *allocator, E *enc, RegistersDescription *descr, CallConvM… in PrinterCallingConvention()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/
Dcallconv.cpp22 …ntion::Amd64CallingConvention(ArenaAllocator *allocator, Encoder *enc, RegistersDescription *descr, in Amd64CallingConvention()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcallconv.h224 …CallingConvention(ArenaAllocator *allocator, Encoder *enc, RegistersDescription *descr, CallConvMo… in CallingConvention()
/arkcompiler/runtime_core/static_core/compiler/optimizer/templates/
Dinstructions.rb90 def initialize(descr) argument
/arkcompiler/runtime_core/compiler/optimizer/templates/
Dinstructions.rb90 def initialize(descr) argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
Dcallconv.cpp30 …ion::Aarch32CallingConvention(ArenaAllocator *allocator, Encoder *enc, RegistersDescription *descr, in Aarch32CallingConvention()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_TypeCreator.cpp560 EtsString *TypeAPITypeCreatorCtxClassAddIface(EtsLong classPtr, EtsString *descr) in TypeAPITypeCreatorCtxClassAddIface()
568 EtsString *TypeAPITypeCreatorCtxClassAddField(EtsLong classPtr, EtsString *name, EtsString *descr, … in TypeAPITypeCreatorCtxClassAddField()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
Dcallconv.cpp24 …ion::Aarch64CallingConvention(ArenaAllocator *allocator, Encoder *enc, RegistersDescription *descr, in Aarch64CallingConvention()