Home
last modified time | relevance | path

Searched refs:handleBlocks_ (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Dsustaining_js_handle.cpp30 for (auto block : handleBlocks_) { in ~SustainingJSHandle()
33 handleBlocks_.clear(); in ~SustainingJSHandle()
52 handleBlocks_.push_back(block); in Expand()
61 size_t size = handleBlocks_.size(); in Iterate()
63 auto block = handleBlocks_.at(i); in Iterate()
H A Dsustaining_js_handle.h56 std::vector<std::array<JSTaggedType, BLOCK_SIZE>*> handleBlocks_; member in panda::ecmascript::SustainingJSHandle

Completed in 2 milliseconds