Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/
Dclass_linker.cpp407 static void LoadMethod(Method *method, panda_file::MethodDataAccessor *methodDataAccessor, Class *k… in LoadMethod() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp2124 void Codegen::LoadMethod(Reg dst) in LoadMethod() function in ark::compiler::Codegen