Home
last modified time | relevance | path

Searched refs:Step (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dallocation_inspector.cpp22 void AllocationInspector::Step([[maybe_unused]] Address object, [[maybe_unused]] size_t size) in Step() function in panda::ecmascript::AllocationInspector
84 inspector_->Step(object, objectSize);
H A Dallocation_inspector.h38 void Step([[maybe_unused]] Address object, [[maybe_unused]] size_t size);
/arkcompiler/ets_frontend/ets2panda/compiler/base/
H A Ddestructuring.cpp55 iterator.Step(done); in GenRestElement()
83 iterator.Step(); in GenElement()
96 iterator.Step(); in GenElement()
H A Diterators.h96 void Step(Label *doneTarget = nullptr) const;
H A Diterators.cpp182 void DestructuringIterator::Step(Label *doneTarget) const in Step() function in ark::es2panda::compiler::DestructuringIterator
/arkcompiler/ets_frontend/es2panda/compiler/base/
H A Ddestructuring.cpp56 iterator.Step(done); in GenRestElement()
93 iterator.Step(); in GenArray()
108 iterator.Step(); in GenArray()
H A Diterators.h96 void Step(Label *doneTarget = nullptr) const;
H A Diterators.cpp153 void DestructuringIterator::Step(Label *doneTarget) const in Step() function in panda::es2panda::compiler::DestructuringIterator
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js[all...]

Completed in 35 milliseconds