/arkcompiler/ets_runtime/ecmascript/tests/ |
D | js_tagged_queue_test.cpp | 62 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/ |
D | branch_elimination_test.cpp | 244 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 …]
|
D | basicblock_test.cpp | 143 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/ |
D | panda-runtime.md | 20 ## Language Front-Ends
|
/arkcompiler/ets_runtime/ecmascript/js_api/ |
D | js_api_queue.h | 67 ACCESSORS_PRIMITIVE_FIELD(Front, uint32_t, FRONT_OFFSET, TAIL_OFFSET)
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_async_generator_object.cpp | 66 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()
|
D | tagged_queue.h | 110 inline JSTaggedValue Front() in Front() function
|
/arkcompiler/runtime_core/libpandabase/utils/ |
D | list.h | 211 Reference Front() in Front() function 215 ConstReference Front() const in Front() function
|
/arkcompiler/runtime_core/libpandabase/tests/ |
D | list_test.cpp | 91 ASSERT_EQ(node, &list.Front()); in TEST_F()
|
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
D | reg_alloc_resolver.cpp | 164 return inst->GetUsers().Front().GetInst(); in GetExplicitUser()
|
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/ |
D | inst_builder.cpp | 338 auto &user = users.Front(); in CleanupCatchPhis()
|
/arkcompiler/runtime_core/compiler/optimizer/ir/ |
D | inst.h | 541 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/ |
D | using-the-toolchain.md | 7 Front-end tools, converting JS source code into ARK bytecode, can be built by specifying the `--bui…
|
/arkcompiler/ets_frontend/ |
D | README.md | 49 …n an ARK runtime system. ets_frontend supports Windows, Linux, and macOS. Front-end tools, convert…
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
D | runtime_stubs-inl.h | 319 JSHandle<AsyncGeneratorRequest> next(thread, queue->Front()); in RuntimeAsyncFunctionAwaitUncaught()
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
D | cocos_worker_test.js | 102886 Front() { method in anonymousFunction47c28f46f9500.anonymousFunction47c28f46f9600.Sn 102942 const t = a.Front(); 102975 const t = a.Front();
|