Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot_json_serializer.cpp59 uint32_t HeapSnapshotJSONSerializer::DumpStringTable(StringHashMap *stringTable, Stream *stream, in DumpStringTable()
149 const StringHashMap *stringTable = snapshot->GetEcmaStringTable(); in SerializeNodes() local
186 const StringHashMap *stringTable = snapshot->GetEcmaStringTable(); in SerializeEdges() local
215 const StringHashMap *stringTable = snapshot->GetEcmaStringTable(); in SerializeTraceFunctionInfo() local
309 const StringHashMap *stringTable = snapshot->GetEcmaStringTable(); in SerializeStringTable() local
Dheap_snapshot.h408 HeapSnapshot(const EcmaVM *vm, StringHashMap *stringTable, const DumpSnapShotOption &dumpOption, in HeapSnapshot()
/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.cpp3212 auto stringTable = vm_->GetEcmaStringTable(); in GetStringFromStringTable() local
3223 auto *stringTable = vm_->GetEcmaStringTable(); in GetCompressedSubStringFromStringTable() local
3233 auto stringTable = vm_->GetEcmaStringTable(); in GetStringFromStringTableNonMovable() local
3244 auto stringTable = vm_->GetEcmaStringTable(); in GetStringFromStringTableReadOnly() local
3256 auto stringTable = vm_->GetEcmaStringTable(); in GetStringFromStringTable() local
3266 auto stringTable = vm_->GetEcmaStringTable(); in GetStringFromStringTable() local
3816 EcmaStringTable *stringTable = vm_->GetEcmaStringTable(); in InternString() local
4308 auto stringTable = vm_->GetEcmaStringTable(); in GetStringFromStringTable() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/
Dserializer.cpp192 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/compiler/codegen/maple/maple_be/mdgen/include/
Dmdrecord.h317 std::vector<std::string> stringTable; variable
/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.cpp1301 EcmaStringTable *stringTable = vm_->GetEcmaStringTable(); in DeserializeString() local
1522 EcmaStringTable *stringTable = vm_->GetEcmaStringTable(); in RelocateSpaceObject() local
/arkcompiler/ets_runtime/ecmascript/serializer/tests/
Dserializer_test.cpp2276 auto stringTable = thread->GetEcmaVM()->GetEcmaStringTable(); in CreateSObject() local