Home
last modified time | relevance | path

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

/ark/runtime_core/runtime/include/
Dmethod.h238 void SetPandaFile(const panda_file::File *file) in SetPandaFile() function
Dclass.h153 void SetPandaFile(const panda_file::File *pf) in SetPandaFile() function
/ark/js_runtime/ecmascript/
Decma_vm.cpp441 method->SetPandaFile(&pf); in RedirectMethod()
/ark/js_runtime/ecmascript/snapshot/mem/
Dsnapshot_serialize.cpp764 method->SetPandaFile(pf); in RedirectSlot()
784 method->SetPandaFile(pf); in RedirectSlot()
/ark/runtime_core/runtime/
Dclass_linker.cpp724 klass->SetPandaFile(&class_data_accessor->GetPandaFile()); in LoadClass()