| /foundation/ability/ability_runtime/frameworks/native/appkit/ability_delegator/ |
| H A D | delegator_thread.cpp | 21 DelegatorThread::DelegatorThread(bool isMain) in DelegatorThread() argument
|
| /arkcompiler/ets_runtime/ecmascript/mem/shared_heap/ |
| H A D | shared_concurrent_sweeper.cpp | 65 void SharedConcurrentSweeper::AsyncSweepSpace(MemSpaceType type, bool isMain) in AsyncSweepSpace() argument
|
| H A D | shared_space.cpp | 216 void SharedSparseSpace::AsyncSweep(bool isMain) in AsyncSweep() argument 301 void SharedSparseSpace::FreeRegion(Region *current, bool isMain) in FreeRegion() argument 326 void SharedSparseSpace::FreeLiveRange(uintptr_t freeStart, uintptr_t freeEnd, bool isMain) in FreeLiveRange() argument
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| H A D | concurrent_sweeper.cpp | 69 void ConcurrentSweeper::AsyncSweepSpace(MemSpaceType type, bool isMain) in AsyncSweepSpace() argument
|
| H A D | parallel_evacuator.cpp | 121 bool ParallelEvacuator::EvacuateSpace(TlabAllocator *allocator, uint32_t threadIndex, uint32_t idOrder, bool isMain) in EvacuateSpace() argument 589 bool ParallelEvacuator::ProcessWorkloads(bool isMain) in ProcessWorkloads() argument 704 bool ParallelEvacuator::EvacuateWorkload::Process([[maybe_unused]] bool isMain) in Process() argument 709 bool ParallelEvacuator::UpdateRSetWorkload::Process([[maybe_unused]] bool isMain) in Process() argument 719 bool ParallelEvacuator::UpdateNewToEdenRSetWorkload::Process([[maybe_unused]] bool isMain) in Process() argument 726 bool ParallelEvacuator::UpdateNewRegionWorkload::Process([[maybe_unused]] bool isMain) in Process() argument 736 bool ParallelEvacuator::UpdateAndSweepNewRegionWorkload::Process([[maybe_unused]] bool isMain) in Process() argument [all...] |
| H A D | sparse_space.cpp | 137 void SparseSpace::AsyncSweep(bool isMain) in AsyncSweep() argument 259 void SparseSpace::FreeRegion(Region *current, bool isMain) in FreeRegion() argument 280 void SparseSpace::FreeLiveRange(Region *current, uintptr_t freeStart, uintptr_t freeEnd, bool isMain) in FreeLiveRange() argument 653 void MachineCodeSpace::AsyncSweep(bool isMain) in AsyncSweep() argument [all...] |
| /third_party/skia/src/sksl/ir/ |
| H A D | SkSLFunctionDeclaration.h | 80 bool isMain() const { in isMain() function in SkSL::final
|
| H A D | SkSLFunctionDeclaration.cpp | 330 bool isMain = (name == "main"); in Convert() local 69 check_parameters(const Context& context, std::vector<std::unique_ptr<Variable>>& parameters, bool isMain) check_parameters() argument
|
| /arkcompiler/ets_runtime/ecmascript/require/ |
| H A D | js_cjs_module.cpp | 170 Require(JSThread *thread, JSHandle<EcmaString> &request, [[maybe_unused]] JSHandle<CjsModule> &parent, [[maybe_unused]] bool isMain) Require() argument
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| H A D | Symbol.cpp | 238 bool TFunction::isMain() const in isMain() function in sh::TFunction
|
| /foundation/multimedia/camera_framework/frameworks/native/ndk/impl/ |
| H A D | photo_output_impl.cpp | 352 OH_PhotoNative* Camera_PhotoOutput::CreateCameraPhotoNative(shared_ptr<Media::NativeImage> &image, bool isMain) in CreateCameraPhotoNative() argument
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
| H A D | RewritePipelines.cpp | 393 const bool isMain = func.isMain(); in getUpdatedFunction() local [all...] |
| /base/account/os_account/interfaces/kits/napi/osaccount/src/ |
| H A D | napi_os_account.cpp | 1412 auto isMain = std::make_unique<IsMainOAInfo>(); in IsMainOsAccount() local [all...] |