Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/merge_abc/protos/
DassemblyLiterals.proto46 repeated Literal literals = 1; field
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-literals.h178 …std::vector<ark::pandasm::LiteralArray::Literal> literals; // NOLINT(misc-non-private-member-vari… member
/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/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/verification/config/handlers/
Dconfig_handler_method_options.cpp171 bool ProcessSectionShow(const Literals &literals, MethodOptions *options) in ProcessSectionShow()
253 Literals literals; in MethodOptionsProcessorProcessSection() local
/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
547 JSHandle<TaggedArray> literals; in GetDatasIgnoreType() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
Demitter.cpp476 void Emitter::AddLiteralBuffer(const LiteralBuffer &literals, uint32_t index) in AddLiteralBuffer()
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dscope.cpp343 …std::vector<compiler::Literal> literals(LexicalSlots() + constBindings, compiler::Literal(util::St… in CheckDirectEval() local
/arkcompiler/runtime_core/assembler/tests/
Dassembler_parser_test.cpp2170 auto literals = item.Value().literalarray_table.at("array_unsigned_long").literals_; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Demit.cpp2110 void Emitter::EmitLiterals(std::vector<std::pair<MIRSymbol *, bool>> &literals, in EmitLiterals()