Searched defs:Get (Results 1 - 13 of 13) sorted by relevance

/art/runtime/
H A Dcode_simulator_container.h36 CodeSimulator* Get() { function in class:art::CodeSimulatorContainer
41 const CodeSimulator* Get() const { function in class:art::CodeSimulatorContainer
H A Dimtable.h44 ArtMethod* Get(size_t index, PointerSize pointer_size) { function in class:art::ImTable
H A Dindirect_reference_table-inl.h90 inline ObjPtr<mirror::Object> IndirectReferenceTable::Get(IndirectRef iref) const { function in class:art::IndirectReferenceTable
H A Dsafe_map.h84 V Get(const K& k) const { function in class:art::SafeMap
/art/compiler/optimizing/
H A Dcommon_dominator.h33 return finder.Get();
77 HBasicBlock* Get() const { function in class:art::CommonDominator
/art/compiler/utils/
H A Datomic_method_ref_map-inl.h42 inline bool AtomicMethodRefMap<T>::Get(MethodReference ref, T* out) const { function in class:art::AtomicMethodRefMap
/art/profman/
H A Dprofile_assistant.cc116 const std::vector<ScopedFlock>& Get() const { return flocks_; } function in class:art::ScopedCollectionFlock
138 return ProcessProfilesInternal(profile_files_flocks.Get(),
157 return ProcessProfilesInternal(profile_files_flocks.Get(),
/art/runtime/mirror/
H A Dobject_array-inl.h67 inline T* ObjectArray<T>::Get(int32_t i) { function in class:art::mirror::ObjectArray
359 new_array->AssignableMemcpy(0, h_this.Get(), 0, std::min(h_this->GetLength(), new_length));
H A Darray-inl.h220 return arr.Get();
234 inline T PrimitiveArray<T>::Get(int32_t i) { function in class:art::mirror::PrimitiveArray
/art/runtime/base/
H A Dvariant_map.h37 // TValue* Get(Key<T> key); // null if the value was never set, otherwise the value.
220 const TValue* Get(const TKey<TValue>& key) const { function in struct:art::VariantMap
227 TValue* Get(const TKey<TValue>& key) { function in struct:art::VariantMap
235 auto* ptr = Get(key);
259 TValue* ptr = Get(key);
289 TValue* ptr = Get(key);
/art/runtime/jit/
H A Dprofile_compilation_info.h411 // Get the underlying raw buffer.
412 uint8_t* Get() { return storage_.get(); } function in struct:art::ProfileCompilationInfo::SafeBuffer
/art/dexlayout/
H A Ddexdiag.cc91 size_t Get(uint16_t type) const { function in class:art::PageCount
242 size_t pages_resident = resident_pages.Get(type);
244 if (mapped_pages.Get(type) > 0) {
245 percent_resident = 100.0 * pages_resident / mapped_pages.Get(type);
249 mapped_pages.Get(type),
494 // Get the set of mappings by the specified process.
/art/test/115-native-bridge/
H A Dnativebridge.cc247 TestStatus Get() { function in class:SignalHandlerTestStatus
312 if (gSignalTestStatus.Get() != TestStatus::kNone) {
324 if (gSignalTestStatus.Get() != TestStatus::kHandleSecond) {
336 if (gSignalTestStatus.Get() == TestStatus::kRaiseFirst) {
348 } else if (gSignalTestStatus.Get() == TestStatus::kRaiseSecond) {
569 if (gSignalTestStatus.Get() == TestStatus::kNone) {

Completed in 311 milliseconds