| /arkcompiler/runtime_core/static_core/abc2program/common/ |
| D | abc_type_converter.h | 27 explicit AbcTypeConverter(AbcStringTable &stringTable) : stringTable_(stringTable) {} in AbcTypeConverter()
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
| D | heap_snapshot_json_serializer.cpp | 93 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
|
| D | heap_profiler.cpp | 301 auto stringTable = chunk_.New<StringHashMap>(vm_); in BinaryDump() local
|
| D | heap_snapshot.h | 413 HeapSnapshot(const EcmaVM *vm, StringHashMap *stringTable, const DumpSnapShotOption &dumpOption, in HeapSnapshot()
|
| /arkcompiler/runtime_core/static_core/abc2program/ |
| D | program_dump.h | 27 PandasmProgramDumper(const panda_file::File &file, const AbcStringTable &stringTable) in PandasmProgramDumper()
|
| D | abc2program_key_data.h | 32 …Abc2ProgramKeyData(const panda_file::File &file, AbcStringTable &stringTable, pandasm::Program &pr… in Abc2ProgramKeyData()
|
| /arkcompiler/ets_runtime/ecmascript/serializer/ |
| D | module_deserializer.cpp | 27 EcmaStringTable *stringTable = thread_->GetEcmaVM()->GetEcmaStringTable(); in DeserializeTaggedObject() local
|
| /arkcompiler/ets_runtime/common_components/objects/ |
| D | string_table_internal.h | 64 … BaseStringTableCleaner(BaseStringTableInternal<true>* stringTable) : stringTable_(stringTable) {} in BaseStringTableCleaner()
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/ |
| D | serializer.cpp | 191 auto stringTable = rawheap->GetStringTable(); in SerializeStringTable() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | global_env.cpp | 35 EcmaStringTable *stringTable = vm->GetEcmaStringTable(); in Init() local
|
| D | ecma_string_table.h | 44 EcmaStringTableCleaner(EcmaStringTable *stringTable) : stringTable_(stringTable) {} in EcmaStringTableCleaner()
|
| D | object_factory.cpp | 3499 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/ |
| D | heap_snapshot_test.cpp | 24 …explicit HeapSnapShotFriendTest(const EcmaVM *vm, StringHashMap *stringTable, DumpSnapShotOption d… in HeapSnapShotFriendTest()
|
| /arkcompiler/ets_runtime/common_components/heap/ark_collector/ |
| D | ark_collector.cpp | 699 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/ |
| D | hooks.cpp | 167 auto& stringTable = reinterpret_cast<BaseStringTableImpl&>(baseRuntime->GetStringTable()); in VisitDynamicWeakGlobalRootsOld() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | tagged_dictionary_test.cpp | 144 auto stringTable = thread->GetEcmaVM()->GetEcmaStringTable(); in HWTEST_F_L0() local
|
| D | ecma_string_table_test.cpp | 502 EcmaStringTable *stringTable = vm->GetEcmaStringTable(); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
| D | snapshot_processor.cpp | 1387 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/ |
| D | inter_op_serializer_test.cpp | 2365 auto stringTable = thread->GetEcmaVM()->GetEcmaStringTable(); in CreateSObject() local
|
| D | serializer_test.cpp | 2494 auto stringTable = thread->GetEcmaVM()->GetEcmaStringTable(); in CreateSObject() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 3185 EcmaStringTable *stringTable = thread->GetEcmaVM()->GetEcmaStringTable(); in DEF_RUNTIME_STUBS() local
|