Searched refs:GetStringTable (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/include/ |
| D | panda_vm.h | 105 virtual StringTable *GetStringTable() const = 0; 122 GetStringTable()->VisitRoots(visitor, flags); in VisitStringTable() 127 GetStringTable()->VisitStrings(visitor); in VisitStrings() 132 GetStringTable()->Sweep(gcObjectVisitor); in SweepVmRefs() 137 return GetStringTable()->UpdateMoved(); in UpdateMovedStrings()
|
| /arkcompiler/runtime_core/static_core/runtime/core/ |
| D | core_vm.h | 86 StringTable *GetStringTable() const override in GetStringTable() function 134 coretypes::String *str = GetStringTable()->GetInternalStringFast(pf, id); in ResolveString() 138 str = GetStringTable()->GetOrInternInternalString(pf, id, GetLanguageContext()); in ResolveString()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_vm.h | 120 coretypes::String *str = GetStringTable()->GetInternalStringFast(pf, id); in ResolveString() 124 str = GetStringTable()->GetOrInternInternalString(pf, id, GetLanguageContext()); in ResolveString() 196 StringTable *GetStringTable() const override in GetStringTable() function
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | string_table_test.cpp | 169 auto table = thread_->GetVM()->GetStringTable(); in SweepObjectInTable() 206 auto table = thread_->GetVM()->GetStringTable(); in SweepNonMovableObjectInTable() 246 auto table = thread_->GetVM()->GetStringTable(); in SweepHumongousObjectInTable()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | std_core_StringBuilder.cpp | 44 vm->GetStringTable()->GetOrInternString(nullBytes.data(), nullBytes.size() - 1, ctx)); in GetNullString()
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | panda_vm.cpp | 91 auto cachedString = GetStringTable()->GetInternalStringFast(pf, id); in GetNonMovableString()
|
| D | runtime.cpp | 1250 coretypes::String *str = vm->GetStringTable()->GetInternalStringFast(pf, id); in ResolveString() 1254 str = vm->GetStringTable()->GetOrInternInternalString(pf, id, ctx); in ResolveString() 1261 return vm->GetStringTable()->GetOrInternString(mutf8, length, ctx); in ResolveString()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/ |
| D | ets_vm_test.cpp | 211 ASSERT_NE(vm->GetStringTable(), nullptr); in TEST_F()
|