Home
last modified time | relevance | path

Searched defs:listSize (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
Dregexp_executor.cpp267 size_t listSize = sizeof(CaptureState) * nCapture_; in PushRegExpState() local
288 size_t listSize = sizeof(CaptureState) * nCapture_; in PopRegExpState() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_circuit_builder.cpp160 void BytecodeCircuitBuilder::PerformDFS(const std::vector<size_t> &immDom, size_t listSize) in PerformDFS()