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.cpp89 const StringHashMap *stringTable = snapshot->GetEcmaStringTable(); in SerializeNodes() local
124 const StringHashMap *stringTable = snapshot->GetEcmaStringTable(); in SerializeEdges() local
153 const StringHashMap *stringTable = snapshot->GetEcmaStringTable(); in SerializeTraceFunctionInfo() local
245 const StringHashMap *stringTable = snapshot->GetEcmaStringTable(); in SerializeStringTable() local
Dheap_snapshot.h402 …HeapSnapshot(const EcmaVM *vm, StringHashMap *stringTable, const bool isVmMode, const bool isPriva… in HeapSnapshot()
/arkcompiler/ets_runtime/ecmascript/
Dglobal_env.cpp40 EcmaStringTable *stringTable = thread->GetEcmaVM()->GetEcmaStringTable(); in Init() local
Dobject_factory.cpp2988 auto stringTable = vm_->GetEcmaStringTable(); in GetStringFromStringTable() local
2998 auto stringTable = vm_->GetEcmaStringTable(); in GetStringFromStringTableNonMovable() local
3009 auto stringTable = vm_->GetEcmaStringTable(); in GetStringFromStringTable() local
3019 auto stringTable = vm_->GetEcmaStringTable(); in GetStringFromStringTable() local
3491 EcmaStringTable *stringTable = vm_->GetEcmaStringTable(); in InternString() local
4034 auto stringTable = vm_->GetEcmaStringTable(); in GetStringFromStringTable() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dstw_young_gc.cpp121 auto stringTable = heap_->GetEcmaVM()->GetEcmaStringTable(); in Sweep() local
Dfull_gc.cpp143 auto stringTable = heap_->GetEcmaVM()->GetEcmaStringTable(); in Sweep() local
Dparallel_evacuator.cpp310 auto stringTable = heap_->GetEcmaVM()->GetEcmaStringTable(); in UpdateWeakReference() local
/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.cpp168 auto stringTable = thread->GetEcmaVM()->GetEcmaStringTable(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/serializer/
Dbase_deserializer.cpp106 EcmaStringTable *stringTable = thread_->GetEcmaVM()->GetEcmaStringTable(); in DeserializeTaggedObject() local
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp1331 EcmaStringTable *stringTable = vm_->GetEcmaStringTable(); in DeserializeString() local
1543 EcmaStringTable *stringTable = vm_->GetEcmaStringTable(); in RelocateSpaceObject() local