Home
last modified time | relevance | path

Searched refs:isFree (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_third_tests.cpp305 static bool isFree = false; in HWTEST_F_L0() local
314 isFree = true; in HWTEST_F_L0()
316 isFree = false; in HWTEST_F_L0()
539 static bool isFree = false; in HWTEST_F_L0() local
551 isFree = true; in HWTEST_F_L0()
H A Djsnapi_first_tests.cpp775 static bool isFree = false; in HWTEST_F_L0() local
787 isFree = true; in HWTEST_F_L0()
798 ASSERT_TRUE(isFree); in HWTEST_F_L0()
H A Djsnapi_sample.cpp2130 static bool isFree = false; in HWTEST_F_L0() local
2141 isFree = true; in HWTEST_F_L0()
2165 static bool isFree = false; in HWTEST_F_L0() local
2176 isFree = true; in HWTEST_F_L0()
H A Dffi_workload.cpp525 static bool isFree = false; in HWTEST_F_L0() local
536 isFree = true; in HWTEST_F_L0()
552 static bool isFree = false; in HWTEST_F_L0() local
561 isFree = true; in HWTEST_F_L0()
567 isFree = false; in HWTEST_F_L0()
848 static bool isFree = false; in HWTEST_F_L0() local
857 isFree = true; in HWTEST_F_L0()
863 isFree = false; in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dheap.cpp2481 bool isFree = object->GetClass() != nullptr && FreeObject::Cast(ToUintPtr(object))->IsFreeObject(); in IsAlive() local
2482 if (isFree) { in IsAlive()
2488 return !isFree; in IsAlive()

Completed in 28 milliseconds