Home
last modified time | relevance | path

Searched defs:fm (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/dprof/converter/
H A Dmain.cpp85 FeaturesManager fm; in Main() local
/arkcompiler/runtime_core/platforms/windows/libpandabase/
H A Dmem.cpp122 HANDLE fm = CreateFileMapping(h, nullptr, prot_page, max_size_high, max_size_low, nullptr); in mmap() local
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
H A Dmem.cpp125 HANDLE fm = CreateFileMapping(h, nullptr, protPage, maxSizeHigh, maxSizeLow, nullptr); in mmap() local
/arkcompiler/runtime_core/static_core/static_linker/
H A Dlinker_context.cpp400 void Context::MergeForeignMethod(const panda_file::FileReader *reader, panda_file::ForeignMethodItem *fm) in MergeForeignMethod() argument
334 TryFindMethod(panda_file::BaseClassItem *klass, panda_file::ForeignMethodItem *fm, std::vector<ErrorDetail> *relatedItems) TryFindMethod() argument
425 MergeForeignMethodCreate(const panda_file::FileReader *reader, panda_file::BaseClassItem *clz, panda_file::ForeignMethodItem *fm) MergeForeignMethodCreate() argument
[all...]

Completed in 3 milliseconds