Home
last modified time | relevance | path

Searched refs:Front (Results 1 – 16 of 16) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_tagged_queue_test.cpp62 EXPECT_EQ(queue->Front(), JSTaggedValue::Hole()); in HWTEST_F_L0()
75 EXPECT_EQ(queue2->Front(), JSTaggedValue(0)); in HWTEST_F_L0()
81 EXPECT_EQ(queue3->Front(), JSTaggedValue(0)); in HWTEST_F_L0()
88 EXPECT_EQ(queue4->Front(), JSTaggedValue(0)); in HWTEST_F_L0()
95 EXPECT_EQ(queue5->Front(), JSTaggedValue(0)); in HWTEST_F_L0()
101 EXPECT_EQ(queue5->Front(), JSTaggedValue(1)); in HWTEST_F_L0()
105 EXPECT_EQ(queue5->Front(), JSTaggedValue(2)); in HWTEST_F_L0()
109 EXPECT_EQ(queue5->Front(), JSTaggedValue(3)); in HWTEST_F_L0()
113 EXPECT_EQ(queue5->Front(), JSTaggedValue::Hole()); in HWTEST_F_L0()
/arkcompiler/runtime_core/compiler/tests/
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().GetInst(), phi); in TEST_F()
[all …]
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/docs/
Dpanda-runtime.md20 ## Language Front-Ends
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_queue.h67 ACCESSORS_PRIMITIVE_FIELD(Front, uint32_t, FRONT_OFFSET, TAIL_OFFSET)
/arkcompiler/ets_runtime/ecmascript/
Djs_async_generator_object.cpp66 JSHandle<AsyncGeneratorRequest> next(thread, queue->Front()); in AsyncGeneratorResolve()
101 JSHandle<JSTaggedValue> val(thread, queue->Front()); in AsyncGeneratorReject()
144 JSHandle<AsyncGeneratorRequest> next(thread, queue->Front()); in AsyncGeneratorResumeNext()
Dtagged_queue.h110 inline JSTaggedValue Front() in Front() function
/arkcompiler/runtime_core/libpandabase/utils/
Dlist.h211 Reference Front() in Front() function
215 ConstReference Front() const in Front() function
/arkcompiler/runtime_core/libpandabase/tests/
Dlist_test.cpp91 ASSERT_EQ(node, &list.Front()); in TEST_F()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_resolver.cpp164 return inst->GetUsers().Front().GetInst(); in GetExplicitUser()
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_builder.cpp338 auto &user = users.Front(); in CleanupCatchPhis()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.h541 T &Front() in Front() function
545 const T &Front() const in Front() function
1139 auto &user = users.Front(); in RemoveUsers()
1143 RemoveUser(&users.Front()); in RemoveUsers()
/arkcompiler/ets_runtime/docs/
Dusing-the-toolchain.md7 Front-end tools, converting JS source code into ARK bytecode, can be built by specifying the `--bui…
/arkcompiler/ets_frontend/
DREADME.md49 …n an ARK runtime system. ets_frontend supports Windows, Linux, and macOS. Front-end tools, convert…
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h319 JSHandle<AsyncGeneratorRequest> next(thread, queue->Front()); in RuntimeAsyncFunctionAwaitUncaught()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js102886 Front() { method in anonymousFunction47c28f46f9500.anonymousFunction47c28f46f9600.Sn
102942 const t = a.Front();
102975 const t = a.Front();