Lines Matching defs:IsHotReload
41 if (generatePatch_ || IsHotReload()) {
55 if (generatePatch_ || IsHotReload()) {
68 if (generatePatch_ || IsHotReload()) {
87 if (!IsHotReload() && it == originModuleInfo_->end()) {
93 if (!IsHotReload() && Helpers::GetHashString(ConvertLiteralToString(moduleBuffer)) != it->second) {
112 if (!IsHotReload() && it == originModuleInfo_->end()) {
119 if (!IsHotReload() && Helpers::GetHashString(jsonFileContent) != it->second) {
471 if (IsHotReload() || IsColdFix()) {
525 if (!IsHotReload() && classIter != classInfo.end() && classIter->second != hashList[i].second) {
594 if (IsHotReload()) {
675 bool PatchFix::IsHotReload() const