Searched defs:literals (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/ets_frontend/merge_abc/protos/ |
| D | assemblyLiterals.proto | 46 repeated Literal literals = 1; field
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| D | assembly-literals.h | 178 …std::vector<ark::pandasm::LiteralArray::Literal> literals; // NOLINT(misc-non-private-member-vari… member
|
| /arkcompiler/runtime_core/static_core/libpandabase/utils/ |
| D | type_converter.cpp | 96 …ter(const std::array<double, SIZE> &coeffs, const std::array<std::string_view, SIZE + 1> &literals, in TypeConverter()
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | type_converter.cpp | 99 …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/ |
| D | config_handler_method_options.cpp | 171 bool ProcessSectionShow(const Literals &literals, MethodOptions *options) in ProcessSectionShow() 253 Literals literals; in MethodOptionsProcessorProcessSection() local
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| D | const_array_resolver.cpp | 80 std::vector<pandasm::LiteralArray::Literal> literals {size}; in FillLiteralArray() local
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | literal_data_extractor.cpp | 156 JSHandle<TaggedArray> literals = factory->NewOldSpaceTaggedArray(num); in EnumerateLiteralVals() local 547 JSHandle<TaggedArray> literals; in GetDatasIgnoreType() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | emitter.cpp | 476 void Emitter::AddLiteralBuffer(const LiteralBuffer &literals, uint32_t index) in AddLiteralBuffer()
|
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| D | scope.cpp | 343 …std::vector<compiler::Literal> literals(LexicalSlots() + constBindings, compiler::Literal(util::St… in CheckDirectEval() local
|
| /arkcompiler/runtime_core/assembler/tests/ |
| D | assembler_parser_test.cpp | 2170 auto literals = item.Value().literalarray_table.at("array_unsigned_long").literals_; variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | emit.cpp | 2110 void Emitter::EmitLiterals(std::vector<std::pair<MIRSymbol *, bool>> &literals, in EmitLiterals()
|