Searched defs:Handle (Results 1 - 2 of 2) sorted by last modified time

/art/openjdkjvmti/
H A Dti_method.cc637 reinterpret_cast<GetLocalVariableInfoContext*>(raw_ctx)->Handle(entry);
640 void Handle(const art::DexFile::LocalInfo& entry) { function in struct:openjdkjvmti::CommonLocalVariableClosure::GetLocalVariableInfoContext
/art/runtime/
H A Dhandle.h34 template<class T> class Handle;
38 // a wrap pointer. Handles are generally allocated within HandleScopes. Handle is a super-class
41 class Handle : public ValueObject { class in namespace:art
43 Handle() : reference_(nullptr) { function in class:art::Handle
46 ALWAYS_INLINE Handle(const Handle<T>& handle) = default;
48 ALWAYS_INLINE Handle<T>& operator=(const Handle<T>& handle) = default;
50 ALWAYS_INLINE explicit Handle(StackReference<T>* reference) : reference_(reference) { function in class:art::Handle
95 explicit Handle(StackReferenc function in class:art::Handle
99 explicit Handle(const Handle<S>& handle) function in class:art::Handle
[all...]

Completed in 61 milliseconds