Home
last modified time | relevance | path

Searched refs:Front (Results 1 - 25 of 27) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_tagged_queue_test.cpp38 EXPECT_EQ(queue->Front(), JSTaggedValue::Hole()); in HWTEST_F_L0()
51 EXPECT_EQ(queue2->Front(), JSTaggedValue(0)); in HWTEST_F_L0()
57 EXPECT_EQ(queue3->Front(), JSTaggedValue(0)); in HWTEST_F_L0()
64 EXPECT_EQ(queue4->Front(), JSTaggedValue(0)); in HWTEST_F_L0()
71 EXPECT_EQ(queue5->Front(), JSTaggedValue(0)); in HWTEST_F_L0()
77 EXPECT_EQ(queue5->Front(), JSTaggedValue(1)); in HWTEST_F_L0()
81 EXPECT_EQ(queue5->Front(), JSTaggedValue(2)); in HWTEST_F_L0()
85 EXPECT_EQ(queue5->Front(), JSTaggedValue(3)); in HWTEST_F_L0()
89 EXPECT_EQ(queue5->Front(), JSTaggedValue::Hole()); in HWTEST_F_L0()
/arkcompiler/runtime_core/compiler/tests/
H A Dbranch_elimination_test.cpp244 EXPECT_EQ(INS(12).GetUsers().Front().GetInst(), phi); in TEST_F()
245 EXPECT_EQ(INS(15).GetUsers().Front().GetInst(), phi); in TEST_F()
278 EXPECT_EQ(INS(12).GetUsers().Front().GetInst(), phi); in TEST_F()
279 EXPECT_EQ(INS(15).GetUsers().Front().GetInst(), phi); in TEST_F()
323 EXPECT_EQ(INS(6).GetUsers().Front().GetInst(), phi); in TEST_F()
324 EXPECT_EQ(INS(12).GetUsers().Front().GetInst(), phi); in TEST_F()
357 EXPECT_EQ(INS(6).GetUsers().Front().GetInst(), phi); in TEST_F()
358 EXPECT_EQ(INS(15).GetUsers().Front().GetInst(), phi); in TEST_F()
393 EXPECT_EQ(INS(6).GetUsers().Front().GetInst(), phi); in TEST_F()
394 EXPECT_EQ(INS(12).GetUsers().Front() in TEST_F()
[all...]
H A Dbasicblock_test.cpp143 EXPECT_TRUE(INS(22).GetUsers().Front().GetInst() == &INS(6)); in TEST_F()
144 EXPECT_TRUE(INS(21).GetUsers().Front().GetInst() == &INS(6)); in TEST_F()
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dbranch_elimination_test.cpp250 EXPECT_EQ(INS(12U).GetUsers().Front().GetInst(), phi); in TEST_F()
251 EXPECT_EQ(INS(15U).GetUsers().Front().GetInst(), phi); in TEST_F()
284 EXPECT_EQ(INS(12U).GetUsers().Front().GetInst(), phi); in TEST_F()
285 EXPECT_EQ(INS(15U).GetUsers().Front().GetInst(), phi); in TEST_F()
329 EXPECT_EQ(INS(6U).GetUsers().Front().GetInst(), phi); in TEST_F()
330 EXPECT_EQ(INS(12U).GetUsers().Front().GetInst(), phi); in TEST_F()
363 EXPECT_EQ(INS(6U).GetUsers().Front().GetInst(), phi); in TEST_F()
364 EXPECT_EQ(INS(15U).GetUsers().Front().GetInst(), phi); in TEST_F()
399 EXPECT_EQ(INS(6U).GetUsers().Front().GetInst(), phi); in TEST_F()
400 EXPECT_EQ(INS(12U).GetUsers().Front() in TEST_F()
[all...]
H A Dbasicblock_test.cpp155 EXPECT_TRUE(INS(22U).GetUsers().Front().GetInst() == &INS(6U)); in TEST_F()
156 EXPECT_TRUE(INS(21U).GetUsers().Front().GetInst() == &INS(6U)); in TEST_F()
H A Dpeepholes_test.cpp431 ASSERT_EQ(INS(1U).GetUsers().Front().GetIndex(), 1U); in TEST_F()
432 ASSERT_EQ(INS(0U).GetUsers().Front().GetIndex(), 0U); in TEST_F()
476 ASSERT_EQ(INS(1U).GetUsers().Front().GetIndex(), 1U); in TEST_F()
477 ASSERT_EQ(INS(0U).GetUsers().Front().GetIndex(), 0U); in TEST_F()
598 ASSERT_EQ(INS(1U).GetUsers().Front().GetIndex(), 1U); in TEST_F()
599 ASSERT_EQ(INS(0U).GetUsers().Front().GetIndex(), 0U); in TEST_F()
1439 ASSERT_EQ(INS(1U).GetUsers().Front().GetIndex(), 1U); in TEST_F()
1440 ASSERT_EQ(INS(0U).GetUsers().Front().GetIndex(), 0U); in TEST_F()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_async_generator_object.cpp57 JSHandle<AsyncGeneratorRequest> next(thread, queue->Front()); in AsyncGeneratorResolve()
95 JSHandle<JSTaggedValue> val(thread, queue->Front()); in AsyncGeneratorReject()
138 JSHandle<AsyncGeneratorRequest> next(thread, queue->Front()); in AsyncGeneratorResumeNext()
H A Dtagged_queue.h110 inline JSTaggedValue Front() in Front() function in panda::ecmascript::TaggedQueue
/arkcompiler/ets_runtime/ecmascript/js_api/
H A Djs_api_queue.h67 ACCESSORS_PRIMITIVE_FIELD(Front, uint32_t, FRONT_OFFSET, TAIL_OFFSET)
/arkcompiler/runtime_core/static_core/runtime/
H A Dmonitor.h43 T &Front() in Front() function in ark::ThreadList
H A Dmonitor.cpp508 auto &waiter = monitor->waiters_.Front(); in Notify()
712 waiter = &(this->toWakeup_.Front()); in Acquire()
/arkcompiler/runtime_core/libpandabase/utils/
H A Dlist.h211 Reference Front() in Front() function in panda::List
215 ConstReference Front() const in Front() function in panda::List
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
H A Dreg_alloc_resolver.cpp187 return inst->GetUsers().Front().GetInst(); in GetExplicitUser()
336 auto userInst = inst->GetUsers().Front().GetInst(); in ResolveSaveState()
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dlist.h207 Reference Front() in Front() function in ark::List
211 ConstReference Front() const in Front() function in ark::List
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dstring_builder_utils.cpp261 inst = inst->GetUsers().Front().GetInst(); in SkipSingleUserCheckInstruction()
H A Dtry_catch_resolving.cpp277 auto &user = catchPhi->GetUsers().Front(); in RemoveCatchPhisImpl()
H A Dsimplify_string_builder.cpp139 userInst = userInst->GetUsers().Front().GetInst(); in IsUsedOutsideBasicBlock()
288 inst = inst->GetUsers().Front().GetInst();
H A Dinlining.cpp1070 if (saveState->GetUsers().Front().GetNext() == nullptr) { in ProcessCallReturnInstructions()
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
H A Dinst_builder.cpp337 auto &user = users.Front(); in CleanupCatchPhis()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
H A Dreg_alloc_resolver.cpp160 return inst->GetUsers().Front().GetInst(); in GetExplicitUser()
/arkcompiler/runtime_core/libpandabase/tests/
H A Dlist_test.cpp91 ASSERT_EQ(node, &list.Front()); in TEST_F()
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A Dlist_test.cpp93 ASSERT_EQ(node, &list.Front()); in TEST_F()
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dinst.h541 T &Front()
545 const T &Front() const
1140 auto &user = users.Front(); in RemoveUsers()
1144 RemoveUser(&users.Front()); in RemoveUsers()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dinst.h602 T &Front()
606 const T &Front() const
1411 auto &user = users.Front(); in RemoveUsers()
1415 RemoveUser(&users.Front()); in RemoveUsers()
/arkcompiler/runtime_core/static_core/compiler/tests/codegen/
H A Dcodegen_test_1.cpp817 ASSERT_EQ(INS(0U).GetUsers().Front().GetInst()->GetOpcode(), Opcode::If); in TEST_F()

Completed in 38 milliseconds

12