Searched refs:GetIsBundle (Results 1 – 4 of 4) sorted by relevance
354 bool GetIsBundle() override;
1812 bool ArkNativeEngine::GetIsBundle() in GetIsBundle() function in ArkNativeEngine
395 virtual bool GetIsBundle() = 0;
1255 bool isBundle = reinterpret_cast<NativeEngine*>(env)->GetIsBundle(); in StartExecuteInThread()