Searched defs:fm (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/runtime_core/static_core/dprof/converter/ |
H A D | main.cpp | 85 FeaturesManager fm; in Main() local
|
/arkcompiler/runtime_core/platforms/windows/libpandabase/ |
H A D | mem.cpp | 122 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 D | mem.cpp | 125 HANDLE fm = CreateFileMapping(h, nullptr, protPage, maxSizeHigh, maxSizeLow, nullptr); in mmap() local
|
/arkcompiler/runtime_core/static_core/static_linker/ |
H A D | linker_context.cpp | 400 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