Searched defs:literals (Results 1 – 12 of 12) sorted by relevance
| /arkcompiler/runtime_core/static_core/verification/config/handlers/ |
| D | config_handler_method_options.cpp | 60 bool ProcessSectionShow(const Literals &literals, MethodOptions *options) in ProcessSectionShow() 146 Literals literals; in MethodOptionsProcessor() local
|
| /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 | 179 literals; // NOLINT(misc-non-private-member-variables-in-classes) member
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | compilerContext.h | 93 [[nodiscard]] int32_t AddContextLiteral(LiteralBuffer &&literals) in AddContextLiteral()
|
| D | emitter.cpp | 452 void Emitter::AddLiteralBuffer(const LiteralBuffer &literals, uint32_t index) in AddLiteralBuffer()
|
| /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/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/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 470 JSHandle<TaggedArray> literals = JSHandle<TaggedArray>(factory->NewCOWTaggedArray(num)); in GetDatasIgnoreType() local
|
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| D | scope.cpp | 281 …std::vector<compiler::Literal> literals(LexicalSlots() + constBindings, compiler::Literal(util::St… in CheckDirectEval() local
|
| /arkcompiler/ets_frontend/ts2panda/ts2abc/ |
| D | ts2abc.cpp | 1121 auto literals = literalBuffer["lb"]; in ParseSingleLiteralBuf() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | emit.cpp | 2023 void Emitter::EmitLiterals(std::vector<std::pair<MIRSymbol *, bool>> &literals, in EmitLiterals()
|