Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/verification/config/handlers/
Dconfig_handler_method_options.cpp59 bool ProcessSectionShow(const Literals &literals, MethodOptions *options) in ProcessSectionShow()
145 Literals literals; in MethodOptionsProcessor() local
/arkcompiler/ets_frontend/merge_abc/protos/
DassemblyLiterals.proto46 repeated Literal literals = 1; field
/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/ets_runtime/ecmascript/jspandafile/
Dliteral_data_extractor.cpp167 JSHandle<TaggedArray> literals = factory->NewOldSpaceTaggedArray(num); in EnumerateLiteralVals() local
441 JSHandle<TaggedArray> literals = JSHandle<TaggedArray>(factory->NewCOWTaggedArray(num)); in GetDatasIgnoreType() local
531 JSHandle<TaggedArray> literals = factory->NewOldSpaceTaggedArray(num); in GetTypeLiteral() local
/arkcompiler/ets_frontend/ts2panda/ts2abc/
Dts2abc.cpp1121 auto literals = literalBuffer["lb"]; in ParseSingleLiteralBuf() local