Home
last modified time | relevance | path

Searched refs:IndexAccessor (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
Dindex_accessor.h25 class IndexAccessor {
27 IndexAccessor(const File &pf, File::EntityId method_id) in IndexAccessor() function
38 ~IndexAccessor() = default;
/arkcompiler/ets_runtime/ecmascript/
Decma_context.cpp392 panda_file::IndexAccessor indexAccessor(*jsPandaFile->GetPandaFile(), id); in FindConstpool()
399 panda_file::IndexAccessor indexAccessor(*jsPandaFile->GetPandaFile(), id); in FindOrCreateConstPool()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dprogram_object.h87 panda_file::IndexAccessor indexAccessor(*jsPandaFile->GetPandaFile(), id); in CreateConstPool()
Dpanda_file_translator.cpp79 panda_file::IndexAccessor indexAccessor(*pf, methodId); in TranslateClasses()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp107 panda_file::IndexAccessor indexAccessor(*pf, methodId); in ProcessClasses()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.cpp1211 panda_file::IndexAccessor indexAccessor(*jsPandaFile->GetPandaFile(), in GetConstantPoolIDByMethodOffset()