Home
last modified time | relevance | path

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

12

/art/simulator/
Dcode_simulator_container.h38 CodeSimulator* Get() { in Get() function
43 const CodeSimulator* Get() const { in Get() function
/art/runtime/
Dwell_known_classes-inl.h30 ObjPtr<mirror::Class> ClassFromMember<MemberType, kMember>::Get() { in Get() function
Dreflective_handle.h53 ALWAYS_INLINE T* Get() const REQUIRES_SHARED(Locks::mutator_lock_) { in Get() function
Dindirect_reference_table-inl.h82 inline ObjPtr<mirror::Object> IndirectReferenceTable::Get(IndirectRef iref) const { in Get() function
Dimtable.h47 ArtMethod* Get(size_t index, PointerSize pointer_size) { in Get() function
Dbacktrace_helper.cc71 static UnwindHelper* Get(Thread* self, size_t max_depth) { in Get() function
Dhandle.h74 ALWAYS_INLINE T* Get() const REQUIRES_SHARED(Locks::mutator_lock_) { in Get() function
Dmethod_handles-inl.h45 ALWAYS_INLINE uint32_t Get() REQUIRES_SHARED(Locks::mutator_lock_) { in Get() function
/art/libarttools/include/tools/
Dsystem_properties.h41 std::string Get(const std::string& key, const std::string& default_value) const { in Get() function
57 std::string Get(const std::string& key, const std::string& fallback_key, Args... args) const { in Get() function
Dcmdline_builder.h58 const std::vector<std::string>& Get() const { return elements_; } in Get() function
/art/libartbase/base/
Dscoped_cap.h45 cap_t Get() const { return cap_; } in Get() function
Dbit_struct.h159 T Get() const { in Get() function
Dvariant_map.h221 const TValue* Get(const TKey<TValue>& key) const { in Get() function
228 TValue* Get(const TKey<TValue>& key) { in Get() function
/art/runtime/interpreter/
Dinterpreter_cache-inl.h26 inline bool InterpreterCache::Get(Thread* self, const void* key, /* out */ size_t* value) { in Get() function
/art/runtime/mirror/
Dmethod_type-inl.h94 inline ObjPtr<mirror::Class> MethodType::PTypesAccessor<PTypesType>::Get(int32_t i) const { in Get() function
108 inline ObjPtr<mirror::Class> MethodType::RawPTypesAccessor::Get(int32_t i) const { in Get() function
Ddex_cache.h126 T* Get(uint32_t index) REQUIRES_SHARED(Locks::mutator_lock_) { in Get() function
173 T* Get(uint32_t index) REQUIRES_SHARED(Locks::mutator_lock_) { in Get() function
236 T* Get(uint32_t index) { in Get() function
Dvar_handle.cc612 static void Get(ObjPtr<Object> obj, in Get() function in art::mirror::__anondd1794900111::FieldAccessViaAccessor
627 inline void FieldAccessViaAccessor<float>::Get(ObjPtr<Object> obj, in Get() function in art::mirror::__anondd1794900111::FieldAccessViaAccessor
636 inline void FieldAccessViaAccessor<double>::Get(ObjPtr<Object> obj, in Get() function in art::mirror::__anondd1794900111::FieldAccessViaAccessor
746 static T Get(ShadowFrameGetter* getter) REQUIRES_SHARED(Locks::mutator_lock_) { in Get() function in art::mirror::__anondd1794900111::ValueGetter
754 int64_t ValueGetter<int64_t>::Get(ShadowFrameGetter* getter) { in Get() function in art::mirror::__anondd1794900111::ValueGetter
759 float ValueGetter<float>::Get(ShadowFrameGetter* getter) { in Get() function in art::mirror::__anondd1794900111::ValueGetter
765 double ValueGetter<double>::Get(ShadowFrameGetter* getter) { in Get() function in art::mirror::__anondd1794900111::ValueGetter
771 ObjPtr<Object> ValueGetter<ObjPtr<Object>>::Get(ShadowFrameGetter* getter) { in Get() function in art::mirror::__anondd1794900111::ValueGetter
/art/compiler/optimizing/
Dcommon_dominator.h78 HBasicBlock* Get() const { in Get() function
/art/runtime/jni/
Dlocal_reference_table-inl.h141 inline ObjPtr<mirror::Object> LocalReferenceTable::Get(IndirectRef iref) const { in Get() function
/art/dex2oat/utils/
Datomic_dex_ref_map-inl.h67 inline bool AtomicDexRefMap<DexFileReferenceType, Value>::Get(const DexFileReferenceType& ref, in Get() function
/art/libarttools/
Dsystem_properties_test.cc38 TEST_F(SystemPropertiesTest, Get) { in TEST_F() argument
/art/profman/
Dprofile_assistant.cc152 const std::vector<ScopedFlock>& Get() const { return flocks_; } in Get() function in art::ScopedFlockList
/art/openjdkjvmti/
Dalloc_manager.cc82 AllocationManager* AllocationManager::Get() { in Get() function in openjdkjvmti::AllocationManager
/art/runtime/gc/
Dsystem_weak_test.cc88 GcRoot<mirror::Object> Get() in Get() function
/art/test/904-object-allocation/
Dtracking.cc63 T Get(JNIEnv* env) const { in Get() function in art::Test904ObjectAllocation::ScopedGlobalRef

12