/arkcompiler/ets_runtime/ecmascript/tests/ |
D | ecma_string_table_test.cpp | 57 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()
|
D | tagged_dictionary_test.cpp | 168 auto stringTable = thread->GetEcmaVM()->GetEcmaStringTable(); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/ |
D | heap_snapshot_json_serializer.cpp | 28 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()
|
D | heap_profiler.h | 105 StringHashMap *GetEcmaStringTable() const in GetEcmaStringTable() function
|
D | heap_profiler.cpp | 322 … auto *snapshot = GetChunk()->New<HeapSnapshot>(vm_, GetEcmaStringTable(), isVmMode, isPrivate, in MakeHeapSnapshot() 333 … auto *snapshot = GetChunk()->New<HeapSnapshot>(vm_, GetEcmaStringTable(), isVmMode, isPrivate, in MakeHeapSnapshot()
|
D | heap_snapshot.h | 494 const StringHashMap *GetEcmaStringTable() const in GetEcmaStringTable() function
|
/arkcompiler/ets_runtime/ecmascript/ |
D | global_env.cpp | 40 EcmaStringTable *stringTable = thread->GetEcmaVM()->GetEcmaStringTable(); in Init()
|
D | ecma_vm.h | 527 EcmaStringTable *GetEcmaStringTable() const in GetEcmaStringTable() function
|
D | object_factory.cpp | 2988 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()
|
D | ecma_context.cpp | 591 vm_->GetEcmaStringTable()->RelocateConstantData(jsPandaFile); in RelocateConstantString()
|
D | object_fast_operator-inl.h | 87 …thread->GetEcmaVM()->GetEcmaStringTable()->TryGetInternString(EcmaString::Cast(key.GetTaggedObject… in HasOwnProperty()
|
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/ |
D | heap_tracker_first_test.cpp | 287 HeapSnapshot heapSnapshot(instance, heapProfiler.GetEcmaStringTable(), isVmMode, in HWTEST_F_L0() 300 HeapSnapshot heapSnapshot(instance, heapProfiler.GetEcmaStringTable(), isVmMode, in HWTEST_F_L0()
|
D | heap_tracker_third_test.cpp | 193 HeapSnapshot heapSnapshot(instance, heapProfiler.GetEcmaStringTable(), isVmMode, in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
D | stw_young_gc.cpp | 121 auto stringTable = heap_->GetEcmaVM()->GetEcmaStringTable(); in Sweep()
|
D | full_gc.cpp | 143 auto stringTable = heap_->GetEcmaVM()->GetEcmaStringTable(); in Sweep()
|
D | parallel_evacuator.cpp | 310 auto stringTable = heap_->GetEcmaVM()->GetEcmaStringTable(); in UpdateWeakReference()
|
/arkcompiler/ets_runtime/ecmascript/serializer/ |
D | base_deserializer.cpp | 106 EcmaStringTable *stringTable = thread_->GetEcmaVM()->GetEcmaStringTable(); in DeserializeTaggedObject()
|
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
D | snapshot_processor.cpp | 1331 EcmaStringTable *stringTable = vm_->GetEcmaStringTable(); in DeserializeString() 1543 EcmaStringTable *stringTable = vm_->GetEcmaStringTable(); in RelocateSpaceObject()
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
D | runtime_stubs-inl.h | 3153 thread->GetEcmaVM()->GetEcmaStringTable()->TryGetInternString(string); in RuntimeTryGetInternString()
|
D | runtime_stubs.cpp | 2709 static_cast<void *>(thread->GetEcmaVM()->GetEcmaStringTable()->InsertStringToTable(str))); in DEF_RUNTIME_STUBS()
|