Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/panda_guard/obfuscate/
Dmodule_record.cpp29 uint16_t GetMethodAffiliateValueByOffset(const std::vector<panda::pandasm::LiteralArray::Literal> &… in GetMethodAffiliateValueByOffset()
38 uint32_t GetIntegerValueByOffset(const std::vector<panda::pandasm::LiteralArray::Literal> &literals in GetIntegerValueByOffset()
46 std::string GetStringValueByOffset(const std::vector<panda::pandasm::LiteralArray::Literal> &litera… in GetStringValueByOffset()
434 …panda::guard::ModuleRecord::CreateFilePathList(const std::vector<pandasm::LiteralArray::Literal> &… in CreateFilePathList()
447 …::guard::ModuleRecord::CreateRegularImportList(const std::vector<pandasm::LiteralArray::Literal> &… in CreateRegularImportList()
467 …guard::ModuleRecord::CreateNameSpaceImportList(const std::vector<pandasm::LiteralArray::Literal> &… in CreateNameSpaceImportList()
484 …da::guard::ModuleRecord::CreateLocalExportList(const std::vector<pandasm::LiteralArray::Literal> &… in CreateLocalExportList()
500 …:guard::ModuleRecord::CreateIndirectExportList(const std::vector<pandasm::LiteralArray::Literal> &… in CreateIndirectExportList()
/arkcompiler/ets_frontend/merge_abc/protos/
DassemblyLiterals.proto46 repeated Literal literals = 1; field
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-literals.h183 …std::vector<ark::pandasm::LiteralArray::Literal> literals; // NOLINT(misc-non-private-member-vari… member
/arkcompiler/runtime_core/libpandabase/utils/
Dtype_converter.cpp93 …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/verification/config/handlers/
Dconfig_handler_method_options.cpp171 bool ProcessSectionShow(const Literals &literals, MethodOptions *options) in ProcessSectionShow()
253 Literals literals; in MethodOptionsProcessorProcessSection() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSemitter.cpp222 static void StoreEntity(std::vector<pandasm::LiteralArray::Literal> &literals, uint8_t type) in StoreEntity()
241 std::vector<pandasm::LiteralArray::Literal> literals; in StoreExportNodes() local
704 std::vector<pandasm::LiteralArray::Literal> &literals, const ir::Expression *elem) in ProcessArrayExpression()
718 static void ProcessEnumExpression(std::vector<pandasm::LiteralArray::Literal> &literals, const ir::… in ProcessEnumExpression()
737 …::ProcessArrayElement(const ir::Expression *elem, std::vector<pandasm::LiteralArray::Literal> &lit… in ProcessArrayElement()
787 std::vector<pandasm::LiteralArray::Literal> literals; in CreateLiteralArray() local
Demitter.cpp520 void Emitter::AddLiteralBuffer(const LiteralBuffer &literals, uint32_t index) in AddLiteralBuffer()
/arkcompiler/ets_frontend/ets2panda/lsp/src/
Dtodo_comments.cpp79 std::string literals; in GetTodoCommentsRegExp() local
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Dconst_array_resolver.cpp80 std::vector<pandasm::LiteralArray::Literal> literals {size}; in FillLiteralArray() local
/arkcompiler/runtime_core/libabckit/include/cpp/headers/
Dfile_impl.h43 inline abckit::LiteralArray File::CreateLiteralArray(const std::vector<abckit::Literal> &literals) … in CreateLiteralArray()
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
Demitter.cpp239 std::vector<panda::pandasm::LiteralArray::Literal> literals; in ProcessNewExpressionInLiteralArray() local
291 std::vector<panda::pandasm::LiteralArray::Literal> literals; in ProcessArrayExpressionInLiteralArray() local
347 std::vector<panda::pandasm::LiteralArray::Literal> literals; in CreateLiteralArray() local
/arkcompiler/ets_frontend/ets2panda/test/unit/public/
Dast_verifier_short_test.cpp209 …std::array<NumberLiteral, literalsCount> literals {NumberLiteral {Number {1}}, NumberLiteral {Numb… in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dliteral_data_extractor.cpp155 JSHandle<TaggedArray> literals = factory->NewOldSpaceTaggedArray(num); in EnumerateLiteralVals() local
551 JSHandle<TaggedArray> literals; in GetDatasIgnoreType() local
/arkcompiler/runtime_core/libabckit/src/wrappers/
Dpandasm_wrapper.h73 std::vector<LiteralArrayWrapper::LiteralWrapper> literals; member
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DtypeCreation.cpp492 void ETSChecker::ProcessTypeMembers(ETSObjectType *type, ArenaVector<Type *> &literals) in ProcessTypeMembers()
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dscope.cpp340 …std::vector<compiler::Literal> literals(LexicalSlots() + constBindings, compiler::Literal(util::St… in CheckDirectEval() local
/arkcompiler/runtime_core/libabckit/src/
Dmetadata_inspect_impl.h617 AbcKitLiterals literals; member
/arkcompiler/runtime_core/assembler/tests/
Dassembler_parser_test.cpp2174 auto literals = item.Value().literalarray_table.at("array_unsigned_long").literals_; variable