Home
last modified time | relevance | path

Searched defs:Get (Results 1 – 19 of 19) sorted by relevance

/art/runtime/
Dcode_simulator_container.h36 CodeSimulator* Get() { in Get() function
41 const CodeSimulator* Get() const { in Get() function
Dindirect_reference_table-inl.h90 inline ObjPtr<mirror::Object> IndirectReferenceTable::Get(IndirectRef iref) const { in Get() function
Dimtable.h44 ArtMethod* Get(size_t index, PointerSize pointer_size) { in Get() function
Dmethod_handles.h148 ALWAYS_INLINE uint32_t Get() REQUIRES_SHARED(Locks::mutator_lock_) { in Get() function
Dhandle.h60 ALWAYS_INLINE T* Get() const REQUIRES_SHARED(Locks::mutator_lock_) { in Get() function
Dsafe_map.h84 V Get(const K& k) const { in Get() function
Djava_vm_ext.cc227 SharedLibrary* Get(const std::string& path) REQUIRES(Locks::jni_libraries_lock_) { in Get() function in art::Libraries
/art/compiler/optimizing/
Dcommon_dominator.h77 HBasicBlock* Get() const { in Get() function
/art/runtime/jdwp/
Dobject_registry.h84 template<typename T> T Get(JDWP::ObjectId id, JDWP::JdwpError* error) in Get() function
/art/compiler/utils/
Datomic_method_ref_map-inl.h42 inline bool AtomicMethodRefMap<T>::Get(MethodReference ref, T* out) const { in Get() function
/art/profman/
Dprofile_assistant.cc116 const std::vector<ScopedFlock>& Get() const { return flocks_; } in Get() function in art::ScopedCollectionFlock
/art/runtime/base/
Dvariant_map.h220 const TValue* Get(const TKey<TValue>& key) const { in Get() function
227 TValue* Get(const TKey<TValue>& key) { in Get() function
/art/runtime/gc/
Dsystem_weak_test.cc83 GcRoot<mirror::Object> Get() in Get() function
/art/runtime/mirror/
Dobject_array-inl.h67 inline T* ObjectArray<T>::Get(int32_t i) { in Get() function
Demulated_stack_frame.cc109 ALWAYS_INLINE uint32_t Get() REQUIRES_SHARED(Locks::mutator_lock_) { in Get() function in art::mirror::EmulatedStackFrameAccessor
Darray-inl.h234 inline T PrimitiveArray<T>::Get(int32_t i) { in Get() function
/art/runtime/jit/
Dprofile_compilation_info.h412 uint8_t* Get() { return storage_.get(); } in Get() function
/art/dexlayout/
Ddexdiag.cc91 size_t Get(uint16_t type) const { in Get() function in art::PageCount
/art/test/115-native-bridge/
Dnativebridge.cc247 TestStatus Get() { in Get() function in SignalHandlerTestStatus