Home
last modified time | relevance | path

Searched refs:FoundIndexCheckedForIndex (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/base/
Ddepend_chain_helper.h43 uint32_t FoundIndexCheckedForIndex(RangeGuard* rangeGuard, GateRef input);
Ddepend_chain_helper.cpp75 uint32_t DependChains::FoundIndexCheckedForIndex(RangeGuard* rangeGuard, GateRef input) in FoundIndexCheckedForIndex() function in panda::ecmascript::kungfu::DependChains
/arkcompiler/ets_runtime/ecmascript/compiler/
Drange_guard.cpp106 uint32_t length = dependChain->FoundIndexCheckedForIndex(this, input); in TryApplyRangeGuardForIndex()