Home
last modified time | relevance | path

Searched refs:endNode (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
H A Dheap_tracker_first_test.cpp315 size_t endNode = heapSnapshot.GetNodeCount(); in HWTEST_F_L0() local
316 EXPECT_TRUE(beginNode != endNode); in HWTEST_F_L0()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dhelpers.cpp1593 ir::AstNode *ETSChecker::FindAncestorGivenByType(ir::AstNode *node, ir::AstNodeType type, const ir::AstNode *endNode) in FindAncestorGivenByType() argument
1597 while (iter != endNode) { in FindAncestorGivenByType()
/arkcompiler/ets_frontend/ets2panda/checker/
H A DETSchecker.h544 ir::AstNode *FindAncestorGivenByType(ir::AstNode *node, ir::AstNodeType type, const ir::AstNode *endNode = nullptr);

Completed in 7 milliseconds