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.cpp89 coretypes::String *PandaVM::GetNonMovableString(const panda_file::File &pf, panda_file::File::Entit… in GetNonMovableString() function in ark::PandaVM
Dcompiler.cpp954 ObjectPointerType PandaRuntimeInterface::GetNonMovableString(MethodPtr method, StringId id) const in GetNonMovableString() function in ark::PandaRuntimeInterface
958 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.h171 …virtual coretypes::String *GetNonMovableString(const panda_file::File &pf, panda_file::File::Entit…
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Druntime_interface.h735 …virtual ObjectPointerType GetNonMovableString([[maybe_unused]] MethodPtr method, [[maybe_unused]] … in GetNonMovableString() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dencode_visitor.cpp873 ObjectPointerType stringPtr = graph->GetRuntime()->GetNonMovableString(method, stringType); in VisitLoadString()