Home
last modified time | relevance | path

Searched refs:GetNonMovableString (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
Dpanda_vm.cpp90 coretypes::String *PandaVM::GetNonMovableString(const panda_file::File &pf, panda_file::File::Entit… in GetNonMovableString() function in panda::PandaVM
Dcompiler.cpp899 ObjectPointerType PandaRuntimeInterface::GetNonMovableString(MethodPtr method, StringId id) const in GetNonMovableString() function in panda::PandaRuntimeInterface
903 return ToObjPtrType(vm->GetNonMovableString(*pf, panda_file::File::EntityId {id})); in GetNonMovableString()
Dcompiler.h404 ObjectPointerType GetNonMovableString(MethodPtr method, StringId id) const override;
/arkcompiler/runtime_core/static_core/runtime/include/
Dpanda_vm.h169 …virtual coretypes::String *GetNonMovableString(const panda_file::File &pf, panda_file::File::Entit…
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h667 …virtual ObjectPointerType GetNonMovableString([[maybe_unused]] MethodPtr method, [[maybe_unused]] … in GetNonMovableString() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp3377 …} else if (!graph->IsAotMode() && (stringPtr = graph->GetRuntime()->GetNonMovableString(method, st… in VisitLoadString()