Home
last modified time | relevance | path

Searched defs:stringTable (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/runtime_core/static_core/abc2program/common/
Dabc_type_converter.h27 explicit AbcTypeConverter(AbcStringTable &stringTable) : stringTable_(stringTable) {} in AbcTypeConverter()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot_json_serializer.cpp58 uint32_t HeapSnapshotJSONSerializer::DumpStringTable(const StringHashMap *stringTable, Stream *stre… in DumpStringTable()
148 const StringHashMap *stringTable = snapshot->GetEcmaStringTable(); in SerializeNodes() local
185 const StringHashMap *stringTable = snapshot->GetEcmaStringTable(); in SerializeEdges() local
214 const StringHashMap *stringTable = snapshot->GetEcmaStringTable(); in SerializeTraceFunctionInfo() local
308 const StringHashMap *stringTable = snapshot->GetEcmaStringTable(); in SerializeStringTable() local
Dheap_snapshot.h408 HeapSnapshot(const EcmaVM *vm, StringHashMap *stringTable, const DumpSnapShotOption &dumpOption, in HeapSnapshot()
Dheap_profiler.cpp954 auto stringTable = chunk_.New<StringHashMap>(vm_); in BinaryDump() local
/arkcompiler/runtime_core/static_core/abc2program/
Dprogram_dump.h27 PandasmProgramDumper(const panda_file::File &file, const AbcStringTable &stringTable) in PandasmProgramDumper()
Dabc2program_key_data.h32 …Abc2ProgramKeyData(const panda_file::File &file, AbcStringTable &stringTable, pandasm::Program &pr… in Abc2ProgramKeyData()
/arkcompiler/ets_runtime/ecmascript/
Dglobal_env.cpp29 EcmaStringTable *stringTable = thread->GetEcmaVM()->GetEcmaStringTable(); in Init() local
Decma_string_table.h39 EcmaStringTableCleaner(EcmaStringTable* stringTable) : stringTable_(stringTable) {} in EcmaStringTableCleaner()
Dobject_factory.cpp3405 auto stringTable = vm_->GetEcmaStringTable(); in GetStringFromStringTable() local
3416 auto *stringTable = vm_->GetEcmaStringTable(); in GetCompressedSubStringFromStringTable() local
3428 auto stringTable = vm_->GetEcmaStringTable(); in GetStringFromStringTableReadOnly() local
3440 auto stringTable = vm_->GetEcmaStringTable(); in GetStringFromStringTable() local
4020 EcmaStringTable *stringTable = vm_->GetEcmaStringTable(); in InternString() local
4504 auto stringTable = vm_->GetEcmaStringTable(); in GetStringFromStringTable() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/
Dserializer.cpp191 auto stringTable = snapshot->GetEcmaStringTable(); in SerializeStringTable() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_snapshot_test.cpp24 …explicit HeapSnapShotFriendTest(const EcmaVM *vm, StringHashMap *stringTable, DumpSnapShotOption d… in HeapSnapShotFriendTest()
/arkcompiler/ets_runtime/ecmascript/tests/
Dtagged_dictionary_test.cpp144 auto stringTable = thread->GetEcmaVM()->GetEcmaStringTable(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp1300 EcmaStringTable *stringTable = vm_->GetEcmaStringTable(); in DeserializeString() local
1527 EcmaStringTable *stringTable = vm_->GetEcmaStringTable(); in RelocateSpaceObject() local
/arkcompiler/ets_runtime/ecmascript/serializer/tests/
Dserializer_test.cpp2285 auto stringTable = thread->GetEcmaVM()->GetEcmaStringTable(); in CreateSObject() local