Home
last modified time | relevance | path

Searched defs:LoadMethod (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/runtime/
Dclass_linker.cpp354 static void LoadMethod(Method *method, panda_file::MethodDataAccessor *method_data_accessor, Class … in LoadMethod() function
/arkcompiler/runtime_core/compiler/optimizer/code_generator/
Dcodegen.cpp2278 void Codegen::LoadMethod(Reg dst) in LoadMethod() function in panda::compiler::Codegen