Home
last modified time | relevance | path

Searched refs:GetEcmaStringTable (Results 1 – 20 of 20) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Decma_string_table_test.cpp57 EcmaStringTable *table = thread->GetEcmaVM()->GetEcmaStringTable(); in HWTEST_F_L0()
76 EcmaStringTable *table = thread->GetEcmaVM()->GetEcmaStringTable(); in HWTEST_F_L0()
97 EcmaStringTable *table = thread->GetEcmaVM()->GetEcmaStringTable(); in HWTEST_F_L0()
120 EcmaStringTable *table = thread->GetEcmaVM()->GetEcmaStringTable(); in HWTEST_F_L0()
139 EXPECT_TRUE(thread->GetEcmaVM()->GetEcmaStringTable()->CheckStringTableValidity()); in HWTEST_F_L0()
Dtagged_dictionary_test.cpp168 auto stringTable = thread->GetEcmaVM()->GetEcmaStringTable(); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot_json_serializer.cpp28 snapshot->GetEcmaStringTable() != nullptr); in Serialize()
89 const StringHashMap *stringTable = snapshot->GetEcmaStringTable(); in SerializeNodes()
124 const StringHashMap *stringTable = snapshot->GetEcmaStringTable(); in SerializeEdges()
153 const StringHashMap *stringTable = snapshot->GetEcmaStringTable(); in SerializeTraceFunctionInfo()
245 const StringHashMap *stringTable = snapshot->GetEcmaStringTable(); in SerializeStringTable()
Dheap_profiler.h105 StringHashMap *GetEcmaStringTable() const in GetEcmaStringTable() function
Dheap_profiler.cpp322 … auto *snapshot = GetChunk()->New<HeapSnapshot>(vm_, GetEcmaStringTable(), isVmMode, isPrivate, in MakeHeapSnapshot()
333 … auto *snapshot = GetChunk()->New<HeapSnapshot>(vm_, GetEcmaStringTable(), isVmMode, isPrivate, in MakeHeapSnapshot()
Dheap_snapshot.h494 const StringHashMap *GetEcmaStringTable() const in GetEcmaStringTable() function
/arkcompiler/ets_runtime/ecmascript/
Dglobal_env.cpp40 EcmaStringTable *stringTable = thread->GetEcmaVM()->GetEcmaStringTable(); in Init()
Decma_vm.h527 EcmaStringTable *GetEcmaStringTable() const in GetEcmaStringTable() function
Dobject_factory.cpp2988 auto stringTable = vm_->GetEcmaStringTable(); in GetStringFromStringTable()
2998 auto stringTable = vm_->GetEcmaStringTable(); in GetStringFromStringTableNonMovable()
3009 auto stringTable = vm_->GetEcmaStringTable(); in GetStringFromStringTable()
3019 auto stringTable = vm_->GetEcmaStringTable(); in GetStringFromStringTable()
3037 … return vm_->GetEcmaStringTable()->GetOrInternStringWithSpaceType(mutf8Data, utf16Len, true, type, in GetRawStringFromStringTable()
3040 return vm_->GetEcmaStringTable()->GetOrInternStringWithSpaceType(mutf8Data, utf16Len, type); in GetRawStringFromStringTable()
3491 EcmaStringTable *stringTable = vm_->GetEcmaStringTable(); in InternString()
4034 auto stringTable = vm_->GetEcmaStringTable(); in GetStringFromStringTable()
Decma_context.cpp591 vm_->GetEcmaStringTable()->RelocateConstantData(jsPandaFile); in RelocateConstantString()
Dobject_fast_operator-inl.h87 …thread->GetEcmaVM()->GetEcmaStringTable()->TryGetInternString(EcmaString::Cast(key.GetTaggedObject… in HasOwnProperty()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_tracker_first_test.cpp287 HeapSnapshot heapSnapshot(instance, heapProfiler.GetEcmaStringTable(), isVmMode, in HWTEST_F_L0()
300 HeapSnapshot heapSnapshot(instance, heapProfiler.GetEcmaStringTable(), isVmMode, in HWTEST_F_L0()
Dheap_tracker_third_test.cpp193 HeapSnapshot heapSnapshot(instance, heapProfiler.GetEcmaStringTable(), isVmMode, in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/mem/
Dstw_young_gc.cpp121 auto stringTable = heap_->GetEcmaVM()->GetEcmaStringTable(); in Sweep()
Dfull_gc.cpp143 auto stringTable = heap_->GetEcmaVM()->GetEcmaStringTable(); in Sweep()
Dparallel_evacuator.cpp310 auto stringTable = heap_->GetEcmaVM()->GetEcmaStringTable(); in UpdateWeakReference()
/arkcompiler/ets_runtime/ecmascript/serializer/
Dbase_deserializer.cpp106 EcmaStringTable *stringTable = thread_->GetEcmaVM()->GetEcmaStringTable(); in DeserializeTaggedObject()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp1331 EcmaStringTable *stringTable = vm_->GetEcmaStringTable(); in DeserializeString()
1543 EcmaStringTable *stringTable = vm_->GetEcmaStringTable(); in RelocateSpaceObject()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h3153 thread->GetEcmaVM()->GetEcmaStringTable()->TryGetInternString(string); in RuntimeTryGetInternString()
Druntime_stubs.cpp2709 static_cast<void *>(thread->GetEcmaVM()->GetEcmaStringTable()->InsertStringToTable(str))); in DEF_RUNTIME_STUBS()