Home
last modified time | relevance | path

Searched refs:ContainObject (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_verification_test.cpp60 HWTEST_F_L0(JSVerificationTest, ContainObject) in HWTEST_F_L0() argument
68 EXPECT_TRUE(heap->ContainObject(object)); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/mem/
Dheap.h438 bool ContainObject(TaggedObject *object) const;
Dheap.cpp1160 if (!ContainObject(object)) { in IsAlive()
1175 bool Heap::ContainObject(TaggedObject *object) const in ContainObject() function in panda::ecmascript::Heap