Home
last modified time | relevance | path

Searched defs:stringTable (Results 1 – 21 of 21) 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.cpp93 const StringHashMap *stringTable = snapshot->GetEcmaStringTable(); in SerializeNodes() local
130 const StringHashMap *stringTable = snapshot->GetEcmaStringTable(); in SerializeEdges() local
159 const StringHashMap *stringTable = snapshot->GetEcmaStringTable(); in SerializeTraceFunctionInfo() local
254 const StringHashMap *stringTable = snapshot->GetEcmaStringTable(); in SerializeStringTable() local
Dheap_profiler.cpp301 auto stringTable = chunk_.New<StringHashMap>(vm_); in BinaryDump() local
Dheap_snapshot.h413 HeapSnapshot(const EcmaVM *vm, StringHashMap *stringTable, const DumpSnapShotOption &dumpOption, in HeapSnapshot()
/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/serializer/
Dmodule_deserializer.cpp27 EcmaStringTable *stringTable = thread_->GetEcmaVM()->GetEcmaStringTable(); in DeserializeTaggedObject() local
/arkcompiler/ets_runtime/common_components/objects/
Dstring_table_internal.h64 … BaseStringTableCleaner(BaseStringTableInternal<true>* stringTable) : stringTable_(stringTable) {} in BaseStringTableCleaner()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/
Dserializer.cpp191 auto stringTable = rawheap->GetStringTable(); in SerializeStringTable() local
/arkcompiler/ets_runtime/ecmascript/
Dglobal_env.cpp35 EcmaStringTable *stringTable = vm->GetEcmaStringTable(); in Init() local
Decma_string_table.h44 EcmaStringTableCleaner(EcmaStringTable *stringTable) : stringTable_(stringTable) {} in EcmaStringTableCleaner()
Dobject_factory.cpp3499 auto stringTable = vm_->GetEcmaStringTable(); in GetStringFromStringTable() local
3510 auto *stringTable = vm_->GetEcmaStringTable(); in GetCompressedSubStringFromStringTable() local
3522 auto stringTable = vm_->GetEcmaStringTable(); in GetStringFromStringTableReadOnly() local
3534 auto stringTable = vm_->GetEcmaStringTable(); in GetStringFromStringTable() local
4113 EcmaStringTable *stringTable = vm_->GetEcmaStringTable(); in InternString() local
4614 auto stringTable = vm_->GetEcmaStringTable(); in GetStringFromStringTable() 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/common_components/heap/ark_collector/
Dark_collector.cpp699 auto& stringTable = reinterpret_cast<BaseStringTableImpl&>(baseRuntime->GetStringTable()); in PrepareFix() local
707 auto& stringTable = reinterpret_cast<BaseStringTableImpl&>(baseRuntime->GetStringTable()); in PrepareFix() local
949 auto& stringTable = reinterpret_cast<BaseStringTableImpl&>(baseRuntime->GetStringTable()); in ProcessStringTable() local
/arkcompiler/ets_runtime/ecmascript/mem/cmc_gc/
Dhooks.cpp167 auto& stringTable = reinterpret_cast<BaseStringTableImpl&>(baseRuntime->GetStringTable()); in VisitDynamicWeakGlobalRootsOld() local
/arkcompiler/ets_runtime/ecmascript/tests/
Dtagged_dictionary_test.cpp144 auto stringTable = thread->GetEcmaVM()->GetEcmaStringTable(); in HWTEST_F_L0() local
Decma_string_table_test.cpp502 EcmaStringTable *stringTable = vm->GetEcmaStringTable(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp1387 EcmaStringTable *stringTable = vm_->GetEcmaStringTable(); in DeserializeString() local
1651 EcmaStringTable *stringTable = vm_->GetEcmaStringTable(); in RelocateSpaceObject() local
1692 EcmaStringTable *stringTable = vm_->GetEcmaStringTable(); in RelocateSpaceObject() local
/arkcompiler/ets_runtime/ecmascript/serializer/tests/
Dinter_op_serializer_test.cpp2365 auto stringTable = thread->GetEcmaVM()->GetEcmaStringTable(); in CreateSObject() local
Dserializer_test.cpp2494 auto stringTable = thread->GetEcmaVM()->GetEcmaStringTable(); in CreateSObject() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp3185 EcmaStringTable *stringTable = thread->GetEcmaVM()->GetEcmaStringTable(); in DEF_RUNTIME_STUBS() local