Searched refs:fm (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/runtime_core/static_core/dprof/converter/ |
H A D | main.cpp | 85 FeaturesManager fm; in Main() local 87 if (!fm.RegisterFeature(HCOUNTERS_FEATURE_NAME, hcountersFunctor)) { in Main() 92 storage->ForEachApps([&fm](std::unique_ptr<AppData> &&appData) -> bool { return fm.ProcessingFeatures(*appData); }); in Main()
|
/arkcompiler/runtime_core/static_core/static_linker/ |
H A D | linker_context.cpp | 335 panda_file::ForeignMethodItem *fm, in TryFindMethod() 346 auto op = fm->GetProto(); in TryFindMethod() 348 auto [new_meth_beg, new_meth_end] = kls->FindMethod(fm->GetNameItem()); in TryFindMethod() 364 auto res = TryFindMethod(searchIn, fm, relatedItems); in TryFindMethod() 400 void Context::MergeForeignMethod(const panda_file::FileReader *reader, panda_file::ForeignMethodItem *fm) in MergeForeignMethod() argument 402 ASSERT(knownItems_.find(fm) == knownItems_.end()); in MergeForeignMethod() 403 ASSERT(knownItems_.find(fm->GetClassItem()) != knownItems_.end()); in MergeForeignMethod() 404 auto clz = static_cast<panda_file::BaseClassItem *>(knownItems_[fm->GetClassItem()]); in MergeForeignMethod() 405 std::vector<ark::static_linker::Context::ErrorDetail> details = {{"method", fm}}; in MergeForeignMethod() 406 auto res = TryFindMethod(clz, fm, in MergeForeignMethod() 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...] |
H A D | linker_context.h | 194 void MergeForeignMethod(const panda_file::FileReader *reader, panda_file::ForeignMethodItem *fm); 197 panda_file::ForeignMethodItem *fm); 305 panda_file::ForeignMethodItem *fm,
|
/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 123 if (fm == nullptr) { in mmap() 131 void *map = MapViewOfFile(fm, prot_file, file_off_high, file_off_low, len); in mmap() 132 CloseHandle(fm); in mmap()
|
/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 126 if (fm == nullptr) { in mmap() 134 void *map = MapViewOfFile(fm, protFile, fileOffHigh, fileOffLow, len); in mmap() 135 CloseHandle(fm); in mmap()
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
H A D | cocos_worker_test.js | 26955 let fm; 26959 }(fm || (fm = {})); 26960 m.RenderPassStage = fm; 27306 return fm; [all...] |
Completed in 33 milliseconds