Lines Matching defs:method
31 int FrameIterator::ComputeDelta(const Method *method) const
33 if (method == nullptr || isJITFrame_) {
36 return method->GetFpDelta();
470 auto method = CheckAndGetMethod();
471 ASSERT(method != nullptr);
472 int delta = ComputeDelta(method);
535 Method *method = ECMAObject::Cast(frame->function.GetTaggedObject())->GetCallTarget();
536 auto offset = frame->GetPc() - method->GetBytecodeArray();
542 Method *method = ECMAObject::Cast(frame->function.GetTaggedObject())->GetCallTarget();
543 auto offset = frame->GetPc() - method->GetBytecodeArray();
662 Method *method = it.CheckAndGetMethod();
663 ASSERT(method != nullptr);
664 int delta = it.ComputeDelta(method);