Home
last modified time | relevance | path

Searched defs:method_index (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/compiler/aot/
Daot_file.cpp181 auto method_index = bitmap.PopCount(index); in FindMethodHeader() local
/arkcompiler/runtime_core/compiler/tools/paoc/
Dpaoc.cpp525 size_t method_index = 0; in Compile() local
594 bool Paoc::Compile(Method *method, size_t method_index) in Compile()
/arkcompiler/runtime_core/runtime/
Dclass_linker.cpp386 … MaybeLinkMethodToAotCode(Method *method, const compiler::AotClass &aot_class, size_t method_index) in MaybeLinkMethodToAotCode()
437 size_t method_index = 0; in LoadMethods() local
/arkcompiler/runtime_core/compiler/aot/aot_builder/
Delf_builder.h1092 void AddMethod(const CompiledMethod &method, size_t method_index) in AddMethod()
/arkcompiler/runtime_core/libpandafile/
Dfile_reader.cpp988 auto method_index = file_->GetMethodIndex(&header); in ReadIndexHeaders() local