Home
last modified time | relevance | path

Searched refs:ComputeDelta (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Dframes.cpp31 int FrameIterator::ComputeDelta(const Method *method) const in ComputeDelta() function in panda::ecmascript::FrameIterator
472 int delta = ComputeDelta(method); in GetPrevFrameCallSiteSp()
664 int delta = it.ComputeDelta(method); in ComputePrevFrameSp()
728 int delta = it.ComputeDelta(); in ComputePrevFrameSp()
H A Dframes.h1991 int ComputeDelta(const Method *method = nullptr) const;
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_ark_tools.cpp1428 int delta = it.ComputeDelta();
1441 int delta = it.ComputeDelta();

Completed in 7 milliseconds