Home
last modified time | relevance | path

Searched defs:stringTable (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/runtime_core/static_core/abc2program/common/
H A Dabc_type_converter.h27 explicit AbcTypeConverter(AbcStringTable &stringTable) : stringTable_(stringTable) {} in AbcTypeConverter() argument
/arkcompiler/runtime_core/static_core/abc2program/
H A Dprogram_dump.h27 PandasmProgramDumper(const panda_file::File &file, const AbcStringTable &stringTable) in PandasmProgramDumper() argument
H A Dabc2program_key_data.h32 Abc2ProgramKeyData(const panda_file::File &file, AbcStringTable &stringTable, pandasm::Program &program) in Abc2ProgramKeyData() argument
/arkcompiler/ets_runtime/ecmascript/
H A Dglobal_env.cpp29 EcmaStringTable *stringTable = thread->GetEcmaVM()->GetEcmaStringTable(); in Init() local
H A Decma_string_table.h39 EcmaStringTableCleaner(EcmaStringTable* stringTable) : stringTable_(stringTable) {} in EcmaStringTableCleaner() argument
H A Dobject_factory.cpp3195 auto stringTable = vm_->GetEcmaStringTable(); in GetStringFromStringTable() local
3206 auto *stringTable = vm_->GetEcmaStringTable(); in GetCompressedSubStringFromStringTable() local
3216 auto stringTable = vm_->GetEcmaStringTable(); in GetStringFromStringTableNonMovable() local
3227 auto stringTable = vm_->GetEcmaStringTable(); in GetStringFromStringTableReadOnly() local
3239 auto stringTable = vm_->GetEcmaStringTable(); in GetStringFromStringTable() local
3249 auto stringTable = vm_->GetEcmaStringTable(); GetStringFromStringTable() local
3798 EcmaStringTable *stringTable = vm_->GetEcmaStringTable(); InternString() local
4290 auto stringTable = vm_->GetEcmaStringTable(); GetStringFromStringTable() local
[all...]
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dtagged_dictionary_test.cpp144 auto stringTable = thread->GetEcmaVM()->GetEcmaStringTable(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_snapshot_json_serializer.cpp50 const StringHashMap *stringTable = snapshot->GetEcmaStringTable(); in DumpStringTable() local
134 const StringHashMap *stringTable = snapshot->GetEcmaStringTable(); in SerializeNodes() local
169 const StringHashMap *stringTable = snapshot->GetEcmaStringTable(); in SerializeEdges() local
198 const StringHashMap *stringTable in SerializeTraceFunctionInfo() local
290 const StringHashMap *stringTable = snapshot->GetEcmaStringTable(); SerializeStringTable() local
[all...]
H A Dheap_snapshot.h408 HeapSnapshot(const EcmaVM *vm, StringHashMap *stringTable, const DumpSnapShotOption &dumpOption, in HeapSnapshot() argument
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot_processor.cpp1301 EcmaStringTable *stringTable = vm_->GetEcmaStringTable(); in DeserializeString() local
1522 EcmaStringTable *stringTable = vm_->GetEcmaStringTable(); in RelocateSpaceObject() local
/arkcompiler/ets_runtime/ecmascript/serializer/tests/
H A Dserializer_test.cpp2217 auto stringTable = thread->GetEcmaVM()->GetEcmaStringTable(); in CreateSObject() local

Completed in 19 milliseconds