Home
last modified time | relevance | path

Searched refs:SetPandaFile (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/hotreload/
Dhotreload.cpp488 runtimeClass->SetPandaFile(pf); in UpdatePandaFileInClass()
/arkcompiler/runtime_core/static_core/runtime/include/
Dmethod.h298 void SetPandaFile(const panda_file::File *file) in SetPandaFile() function
Dclass.h161 void SetPandaFile(const panda_file::File *pf) in SetPandaFile() function
/arkcompiler/runtime_core/static_core/runtime/
Dclass_linker.cpp835 klass->SetPandaFile(&classDataAccessor->GetPandaFile()); in LoadClass()