Home
last modified time | relevance | path

Searched refs:scope (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Dnative_bridge_art_interface.cc30 StackHandleScope<1> scope(soa.Self()); in GetMethodShorty() local
32 MethodHelper mh(scope.NewHandle(m)); in GetMethodShorty()
Dcommon_throws.h149 void ThrowNoSuchFieldError(const StringPiece& scope, mirror::Class* c,
Dcommon_throws.cc295 void ThrowNoSuchFieldError(const StringPiece& scope, mirror::Class* c, in ThrowNoSuchFieldError() argument
300 msg << "No " << scope << "field " << name << " of type " << type in ThrowNoSuchFieldError()
Dthread.cc996 StackHandleScope<3> scope(const_cast<Thread*>(this)); in DumpJavaStack() local
1004 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()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1513 void Reset(uintptr_t* gpr_regs, uint32_t* fpr_regs, uintptr_t* stack_args, HandleScope* scope) { in Reset() argument
1515 handle_scope_ = scope; in Reset()