Home
last modified time | relevance | path

Searched defs:literals (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/runtime_core/static_core/verification/config/handlers/
Dconfig_handler_method_options.cpp60 bool ProcessSectionShow(const Literals &literals, MethodOptions *options) in ProcessSectionShow()
146 Literals literals; in MethodOptionsProcessor() local
/arkcompiler/ets_frontend/merge_abc/protos/
DassemblyLiterals.proto46 repeated Literal literals = 1; field
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-literals.h179 literals; // NOLINT(misc-non-private-member-variables-in-classes) member
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DcompilerContext.h93 [[nodiscard]] int32_t AddContextLiteral(LiteralBuffer &&literals) in AddContextLiteral()
Demitter.cpp452 void Emitter::AddLiteralBuffer(const LiteralBuffer &literals, uint32_t index) in AddLiteralBuffer()
/arkcompiler/runtime_core/libpandabase/utils/
Dtype_converter.cpp99 …ter(const std::array<double, SIZE> &coeffs, const std::array<std::string_view, SIZE + 1> &literals, in TypeConverter()
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dtype_converter.cpp96 …ter(const std::array<double, SIZE> &coeffs, const std::array<std::string_view, SIZE + 1> &literals, in TypeConverter()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Dconst_array_resolver.cpp80 std::vector<pandasm::LiteralArray::Literal> literals {size}; in FillLiteralArray() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dliteral_data_extractor.cpp156 JSHandle<TaggedArray> literals = factory->NewOldSpaceTaggedArray(num); in EnumerateLiteralVals() local
470 JSHandle<TaggedArray> literals = JSHandle<TaggedArray>(factory->NewCOWTaggedArray(num)); in GetDatasIgnoreType() local
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dscope.cpp281 …std::vector<compiler::Literal> literals(LexicalSlots() + constBindings, compiler::Literal(util::St… in CheckDirectEval() local
/arkcompiler/ets_frontend/ts2panda/ts2abc/
Dts2abc.cpp1121 auto literals = literalBuffer["lb"]; in ParseSingleLiteralBuf() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Demit.cpp2023 void Emitter::EmitLiterals(std::vector<std::pair<MIRSymbol *, bool>> &literals, in EmitLiterals()