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

/art/runtime/
H A Dindirect_reference_table-inl.h74 inline mirror::Object* IndirectReferenceTable::Get(IndirectRef iref) const { function in class:art::IndirectReferenceTable
H A Dsafe_map.h82 V Get(const K& k) const { function in class:art::SafeMap
H A Djni_internal.cc137 return h_klass.Get();
201 if (c.Get() == nullptr) {
225 soa.Self()->GetException(nullptr)->SetCause(cause.Get());
497 SharedLibrary* Get(const std::string& path) { function in class:art::Libraries
741 soa.AddLocalReference<jthrowable>(old_exception.Get()));
746 << PrettyTypeOf(old_exception.Get());
755 ThrowLocation gc_safe_throw_location(old_throw_this_object.Get(), old_throw_method.Get(),
758 soa.Self()->SetException(gc_safe_throw_location, old_exception.Get());
1542 return f->Get ##f
[all...]
/art/compiler/utils/
H A Dgrowable_array.h62 return g_list_->Get(idx_++);
136 T Get(size_t index) const { function in class:art::GrowableArray
/art/runtime/mirror/
H A Darray-inl.h180 inline T PrimitiveArray<T>::Get(int32_t i) { function in class:art::mirror::PrimitiveArray
H A Dobject_array-inl.h54 inline T* ObjectArray<T>::Get(int32_t i) { function in class:art::mirror::ObjectArray
255 new_array->AssignableMemcpy(0, h_this.Get(), 0, std::min(h_this->GetLength(), new_length));
/art/compiler/dex/quick/arm64/
H A Dtarget_arm64.cc826 RegStorage Arm64Mir2Lir::InToRegStorageMapping::Get(int in_position) { function in class:art::Arm64Mir2Lir::InToRegStorageMapping
899 return in_to_reg_storage_mapping_.Get(arg_num);
1124 RegStorage reg = in_to_reg_storage_mapping.Get(i);
1170 RegStorage reg = in_to_reg_storage_mapping.Get(i);
/art/compiler/dex/quick/x86/
H A Dtarget_x86.cc1057 LIR* p = method_address_insns_.Get(i);
1074 LIR* p = class_type_address_insns_.Get(i);
1086 LIR* p = call_method_insns_.Get(i);
2399 RegStorage X86Mir2Lir::InToRegStorageMapping::Get(int in_position) { function in class:art::X86Mir2Lir::InToRegStorageMapping
2439 return in_to_reg_storage_mapping_.Get(arg_num);
2760 RegStorage reg = in_to_reg_storage_mapping.Get(i);
2795 RegStorage reg = in_to_reg_storage_mapping.Get(i);

Completed in 801 milliseconds