Lines Matching refs:Self
417 method->Invoke(soa.Self(), args, arg_array->GetNumBytes(), result, shorty); in InvokeWithArgArray()
426 if (UNLIKELY(__builtin_frame_address(0) < soa.Self()->GetStackEnd())) { in InvokeWithVarArgs()
427 ThrowStackOverflowError(soa.Self()); in InvokeWithVarArgs()
447 if (UNLIKELY(__builtin_frame_address(0) < soa.Self()->GetStackEnd())) { in InvokeWithJValues()
448 ThrowStackOverflowError(soa.Self()); in InvokeWithJValues()
467 if (UNLIKELY(__builtin_frame_address(0) < soa.Self()->GetStackEnd())) { in InvokeVirtualOrInterfaceWithJValues()
468 ThrowStackOverflowError(soa.Self()); in InvokeVirtualOrInterfaceWithJValues()
487 if (UNLIKELY(__builtin_frame_address(0) < soa.Self()->GetStackEnd())) { in InvokeVirtualOrInterfaceWithVarArgs()
488 ThrowStackOverflowError(soa.Self()); in InvokeVirtualOrInterfaceWithVarArgs()
525 soa.Self()->GetStackEndForInterpreter(true))) { in InvokeMethod()
526 ThrowStackOverflowError(soa.Self()); in InvokeMethod()
534 StackHandleScope<1> hs(soa.Self()); in InvokeMethod()
568 if (!accessible && !VerifyAccess(soa.Self(), receiver, declaring_class, m->GetAccessFlags())) { in InvokeMethod()
579 StackHandleScope<1> hs(soa.Self()); in InvokeMethod()
582 CHECK(soa.Self()->IsExceptionPending()); in InvokeMethod()
589 if (soa.Self()->IsExceptionPending()) { in InvokeMethod()
670 DCHECK_EQ(soa.Self()->GetState(), kRunnable); in BoxPrimitive()
680 soa.DecodeMethod(m)->Invoke(soa.Self(), arg_array.GetArray(), arg_array.GetNumBytes(), in BoxPrimitive()