Home
last modified time | relevance | path

Searched defs:literalArray (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/merge_abc/src/
DassemblyProgramProto.cpp79 panda::pandasm::LiteralArray literalArray; in Deserialize() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dprogram_object.cpp43 … JSHandle<TaggedArray> literalArray = LiteralDataExtractor::GetDatasIgnoreTypeForClass(thread, in GetClassLiteralFromCache() local
70 JSHandle<TaggedArray> literalArray = LiteralDataExtractor::GetDatasIgnoreType( in GetFieldLiteral() local
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Dconst_array_resolver.cpp227 pandasm::LiteralArray literalArray(*rawLiteralArray); in FindConstantArrays() local
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile_reader.cpp91std::vector<panda_file::LiteralItem> &literalArray, std::unique_ptr<const File> &file) in EmplaceLiteralArray()
104std::vector<panda_file::LiteralItem> &literalArray, std::unique_ptr<const File> &file, in EmplaceLiteralString()
115 std::vector<panda_file::LiteralItem> &literalArray, in EmplaceLiteralArrayString()
131 void FileReader::EmplaceLiteralVals(std::vector<panda_file::LiteralItem> &literalArray, in EmplaceLiteralVals()
217 std::vector<panda_file::LiteralItem> literalArray; in CreateLiteralArrayItem() local
/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.cpp199 TaggedArray *literalArray = TaggedArray::Cast(classLiteral->GetArray()); in GetPatchMethod() local
375 TaggedArray *literalArray = TaggedArray::Cast(classLiteral->GetArray()); in FindAndReplaceClassLiteral() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
Demitter.cpp478 std::vector<pandasm::LiteralArray::Literal> literalArray; in AddLiteralBuffer() local
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-emitter.cpp858 std::vector<panda_file::LiteralItem> literalArray; in MakeLiteralItems() local