Searched refs:scope (Results 1 – 5 of 5) sorted by relevance
30 StackHandleScope<1> scope(soa.Self()); in GetMethodShorty() local32 MethodHelper mh(scope.NewHandle(m)); in GetMethodShorty()
149 void ThrowNoSuchFieldError(const StringPiece& scope, mirror::Class* c,
295 void ThrowNoSuchFieldError(const StringPiece& scope, mirror::Class* c, in ThrowNoSuchFieldError() argument300 msg << "No " << scope << "field " << name << " of type " << type in ThrowNoSuchFieldError()
996 StackHandleScope<3> scope(const_cast<Thread*>(this)); in DumpJavaStack() local1004 exc = scope.NewHandle(GetException(&exc_location)); in DumpJavaStack()1005 throw_location_this_object = scope.NewHandle(exc_location.GetThis()); in DumpJavaStack()1006 throw_location_method = scope.NewHandle(exc_location.GetMethod()); in DumpJavaStack()
1513 void Reset(uintptr_t* gpr_regs, uint32_t* fpr_regs, uintptr_t* stack_args, HandleScope* scope) { in Reset() argument1515 handle_scope_ = scope; in Reset()