Lines Matching refs:instance
101 TestHelper::CreateEcmaVMWithScope(instance, thread, scope); in SetUp()
106 TestHelper::DestroyEcmaVMWithScope(instance, scope); in TearDown()
108 EcmaVM *instance {nullptr}; member in panda::test::HProfTest
115 explicit HProfTestHelper(EcmaVM *vm) : instance(vm) {} in HProfTestHelper()
119 HeapProfilerInterface::Destroy(instance); in ~HProfTestHelper()
130 HeapProfilerInterface *heapProfile = HeapProfilerInterface::GetInstance(instance); in GenerateSnapShot()
226 EcmaVM *instance {nullptr}; member in panda::test::HProfTestHelper
231 HProfTestHelper tester(instance); in HWTEST_F_L0()
247 HProfTestHelper tester(instance); in HWTEST_F_L0()
254 HProfTestHelper tester(instance); in HWTEST_F_L0()
261 HProfTestHelper tester(instance); in HWTEST_F_L0()
268 HProfTestHelper tester(instance); in HWTEST_F_L0()
275 HProfTestHelper tester(instance); in HWTEST_F_L0()
282 HProfTestHelper tester(instance); in HWTEST_F_L0()
289 HProfTestHelper tester(instance); in HWTEST_F_L0()
297 HProfTestHelper tester(instance); in HWTEST_F_L0()
305 HProfTestHelper tester(instance); in HWTEST_F_L0()
308 instance->GetFactory()->NewJSAsyncFuncObject(); in HWTEST_F_L0()
309 instance->GetFactory()->NewJSSymbol(); in HWTEST_F_L0()