Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dbytecode_circuit_builder.h378 const uint8_t* pc = GetPCByIndex(bcIndex);
443 const uint8_t *GetPCByIndex(uint32_t index) const in GetPCByIndex() function in panda::ecmascript::kungfu::BytecodeCircuitBuilder
451 return GetPCByIndex(0); in GetFirstPC()
456 return GetPCByIndex(GetLastBcIndex()); in GetLastPC()
H A Dbytecodes.cpp1940 return builder_->GetPCByIndex(static_cast<uint32_t>(index_ + i)); in PeekNextPc()
1946 return builder_->GetPCByIndex(static_cast<uint32_t>(index_ - i)); in PeekPrevPc()

Completed in 6 milliseconds