Searched refs:Get (Results 1 - 25 of 123) sorted by relevance

12345

/art/runtime/
H A Dintern_table_test.cc41 EXPECT_TRUE(foo_1.Get() != NULL);
42 EXPECT_TRUE(foo_2.Get() != NULL);
43 EXPECT_EQ(foo_1.Get(), foo_2.Get());
44 EXPECT_NE(foo_1.Get(), bar.Get());
45 EXPECT_NE(foo_2.Get(), bar.Get());
46 EXPECT_NE(foo_3.Get(), bar.Get());
[all...]
H A Dtransaction_test.cc34 ASSERT_TRUE(h_klass.Get() != nullptr);
39 ASSERT_TRUE(h_obj.Get() != nullptr);
40 ASSERT_EQ(h_obj->GetClass(), h_klass.Get());
45 EXPECT_EQ(h_obj->GetClass(), h_klass.Get());
53 ASSERT_TRUE(h_klass.Get() != nullptr);
55 ASSERT_TRUE(h_obj.Get() != nullptr);
56 ASSERT_EQ(h_obj->GetClass(), h_klass.Get());
81 ASSERT_TRUE(h_klass.Get() != nullptr);
91 mirror::Array::Alloc<true>(soa.Self(), h_klass.Get(), kArraySize,
94 ASSERT_TRUE(h_obj.Get() !
[all...]
H A Dproxy_test.cc87 mirror::ArtMethod* method = virtual_methods->Get(mth_index);
120 ASSERT_TRUE(I.Get() != nullptr);
121 ASSERT_TRUE(J.Get() != nullptr);
124 interfaces.push_back(I.Get());
125 interfaces.push_back(J.Get());
129 ASSERT_TRUE(proxy_class.Get() != nullptr);
134 EXPECT_EQ(I.Get(), mirror::Class::GetDirectInterface(soa.Self(), proxy_class, 0));
135 EXPECT_EQ(J.Get(), mirror::Class::GetDirectInterface(soa.Self(), proxy_class, 1));
154 ASSERT_TRUE(I.Get() != nullptr);
155 ASSERT_TRUE(J.Get() !
[all...]
H A Dmonitor_test.cc77 mirror::ObjectArray<mirror::Object>::Alloc(self, ca.Get(), length / 4)));
78 if (self->IsExceptionPending() || h.Get() == nullptr) {
96 if (!self->IsExceptionPending() && h.Get() != nullptr) {
118 monitor_test_->object_.Get()->MonitorEnter(self); // Lock the object. This should transition
119 LockWord lock_after = monitor_test_->object_.Get()->GetLockWord(false); // it to thinLocked.
124 monitor_test_->object_.Get()->MonitorExit(self); // To appease analysis.
130 monitor_test_->object_.Get()->IdentityHashCode();
131 LockWord lock_after2 = monitor_test_->object_.Get()->GetLockWord(false);
136 monitor_test_->object_.Get()->MonitorExit(self); // To appease analysis.
151 Monitor::Wait(self, monitor_test_->object_.Get(), millis
[all...]
H A Dobject_lock.cc26 CHECK(object.Get() != nullptr);
37 Monitor::Wait(self_, obj_.Get(), 0, 0, false, kWaiting);
H A Dexception_test.cc49 my_klass_ = klass.Get();
226 ASSERT_TRUE(trace_array->Get(0) != NULL);
228 trace_array->Get(0)->GetDeclaringClass()->ToModifiedUtf8().c_str());
229 EXPECT_STREQ("ExceptionHandle.java", trace_array->Get(0)->GetFileName()->ToModifiedUtf8().c_str());
230 EXPECT_STREQ("g", trace_array->Get(0)->GetMethodName()->ToModifiedUtf8().c_str());
231 EXPECT_EQ(37, trace_array->Get(0)->GetLineNumber());
233 ASSERT_TRUE(trace_array->Get(1) != NULL);
235 trace_array->Get(1)->GetDeclaringClass()->ToModifiedUtf8().c_str());
236 EXPECT_STREQ("ExceptionHandle.java", trace_array->Get(1)->GetFileName()->ToModifiedUtf8().c_str());
237 EXPECT_STREQ("f", trace_array->Get(
[all...]
H A Dclass_linker.cc215 CHECK(java_lang_Class.Get() != nullptr);
216 mirror::Class::SetClassClass(java_lang_Class.Get());
217 java_lang_Class->SetClass(java_lang_Class.Get());
227 AllocClass(self, java_lang_Class.Get(), mirror::ObjectArray<mirror::Class>::ClassSize())));
228 class_array_class->SetComponentType(java_lang_Class.Get());
232 AllocClass(self, java_lang_Class.Get(), mirror::Object::ClassSize())));
233 CHECK(java_lang_Object.Get() != nullptr);
235 java_lang_Class->SetSuperClass(java_lang_Object.Get());
240 AllocClass(self, java_lang_Class.Get(), mirror::ObjectArray<mirror::Object>::ClassSize())));
241 object_array_class->SetComponentType(java_lang_Object.Get());
[all...]
H A Dquick_exception_handler.cc97 exception_handler_->SetHandlerMethod(method.Get());
148 self_->SetException(ThrowLocation(), exception_ref.Get());
156 exception_ref.Get());
215 CHECK(verifier_success) << PrettyMethod(h_method.Get());
216 ShadowFrame* new_frame = ShadowFrame::Create(num_regs, nullptr, h_method.Get(), dex_pc);
230 reinterpret_cast<mirror::Object*>(GetVReg(h_method.Get(),
236 new_frame->SetVRegLong(reg, GetVRegPair(h_method.Get(), reg, kLongLoVReg, kLongHiVReg));
238 new_frame->SetVReg(reg, GetVReg(h_method.Get(), reg, kind));
245 new_frame->SetVReg(reg, GetVReg(h_method.Get(), reg, kind));
251 new_frame->SetVRegLong(reg, GetVRegPair(h_method.Get(), re
[all...]
/art/compiler/optimizing/
H A Dparallel_move_resolver.cc29 const MoveOperands& move = *moves_.Get(i);
40 const MoveOperands& move = *moves_.Get(i);
73 DCHECK(!moves_.Get(index)->IsPending());
74 DCHECK(!moves_.Get(index)->IsRedundant());
79 DCHECK(!moves_.Get(index)->GetSource().IsInvalid());
80 Location destination = moves_.Get(index)->MarkPending();
87 const MoveOperands& other_move = *moves_.Get(i);
101 MoveOperands* move = moves_.Get(index);
119 const MoveOperands& other_move = *moves_.Get(i);
136 const MoveOperands& other_move = *moves_.Get(
[all...]
H A Dssa_builder.cc34 HBasicBlock* block = loop_headers_.Get(i);
38 HInstruction* input = ValueOfLocal(block->GetPredecessors().Get(pred), phi->GetRegNumber());
61 return GetLocalsFor(block)->Get(local);
90 HInstruction* value = ValueOfLocal(block->GetPredecessors().Get(0), local);
93 HInstruction* current = ValueOfLocal(block->GetPredecessors().Get(i), local);
112 HInstruction* value = ValueOfLocal(block->GetPredecessors().Get(i), local);
133 load->ReplaceWith(current_locals_->Get(load->GetLocal()->GetRegNumber()));
H A Dfind_loops_test.cc49 ASSERT_EQ(graph->GetBlocks().Get(i)->GetLoopInformation(), nullptr);
61 ASSERT_EQ(graph->GetBlocks().Get(i)->GetLoopInformation(), nullptr);
76 ASSERT_EQ(graph->GetBlocks().Get(i)->GetLoopInformation(), nullptr);
92 ASSERT_EQ(graph->GetBlocks().Get(i)->GetLoopInformation(), nullptr);
106 ASSERT_EQ(graph->GetBlocks().Get(i)->GetLoopInformation(), nullptr);
116 HBasicBlock* block = graph->GetBlocks().Get(block_id);
290 ASSERT_TRUE(graph->GetBlocks().Get(3)->GetLoopInformation()->IsIn(
291 *graph->GetBlocks().Get(2)->GetLoopInformation()));
292 ASSERT_FALSE(graph->GetBlocks().Get(2)->GetLoopInformation()->IsIn(
293 *graph->GetBlocks().Get(
[all...]
H A Dregister_allocator_test.cc70 intervals.Get(1)->SetRegister(0);
85 intervals.Get(1)->SetRegister(0);
100 intervals.Get(1)->SetRegister(0);
115 intervals.Get(1)->SetRegister(0);
125 intervals.Get(0)->SplitAt(43);
131 intervals.Get(1)->SetRegister(0);
136 intervals.Get(0)->GetNextSibling()->SetRegister(0);
307 HBasicBlock* loop_header = graph->GetBlocks().Get(2);
316 HBasicBlock* return_block = graph->GetBlocks().Get(3);
336 HAdd* first_add = graph->GetBlocks().Get(
[all...]
H A Dssa_liveness_analysis.cc61 VisitBlockForLinearization(block->GetSuccessors().Get(0), order, visited);
64 HBasicBlock* first_successor = block->GetSuccessors().Get(0);
65 HBasicBlock* second_successor = block->GetSuccessors().Get(1);
176 HBasicBlock* successor = block->GetSuccessors().Get(i);
191 HInstruction* current = instructions_from_ssa_index_.Get(idx);
219 HInstruction* instruction = environment->Get(i);
243 HBasicBlock* back_edge = block->GetLoopInformation()->GetBackEdges().Get(0);
247 HInstruction* current = instructions_from_ssa_index_.Get(idx);
278 HBasicBlock* successor = block.GetSuccessors().Get(i);
H A Dcode_generator.cc35 DCHECK(blocks.Get(0) == GetGraph()->GetEntryBlock());
36 DCHECK(GoesToNextBlock(GetGraph()->GetEntryBlock(), blocks.Get(1)));
50 HBasicBlock* block = blocks.Get(i);
73 DCHECK(blocks.Get(0) == GetGraph()->GetEntryBlock());
74 DCHECK(GoesToNextBlock(GetGraph()->GetEntryBlock(), blocks.Get(1)));
79 HBasicBlock* block = blocks.Get(i);
97 slow_paths_.Get(i)->EmitNativeCode(this);
283 uint32_t native_offset = pc_infos_.Get(i).native_pc;
291 struct PcInfo pc_info = pc_infos_.Get(i);
310 struct PcInfo pc_info = pc_infos_.Get(
[all...]
H A Dpretty_printer.h78 PrintInt(predecessors.Get(i)->GetBlockId());
87 PrintInt(successors.Get(i)->GetBlockId());
134 PrintInt(current_block_->GetSuccessors().Get(0)->GetBlockId());
/art/compiler/dex/
H A Ddataflow_iterator-inl.h30 // Get the next index.
31 BasicBlockId bb_id = block_id_list_->Get(idx_);
53 // Get the BasicBlockId.
54 BasicBlockId bb_id = block_id_list_->Get(idx_);
68 // Get the BasicBlockId.
69 BasicBlockId bb_id = block_id_list_->Get(idx_);
91 // Get the BasicBlockId.
92 BasicBlockId bb_id = block_id_list_->Get(idx_);
109 // Get next BasicBlock.
127 BasicBlock* bb = mir_graph_->GetBasicBlock(block_id_list_->Get(idx
[all...]
H A Dmir_field_info.cc67 dex_cache.Get(), referrer_class.Get(), resolved_field, field_idx);
115 dex_cache.Get(), referrer_class.Get(), resolved_field, field_idx, &it->field_offset_,
/art/runtime/mirror/
H A Diftable-inl.h29 DCHECK_EQ(Get(idx), static_cast<Object*>(nullptr));
H A Darray.cc47 int32_t array_length = dimensions->Get(current_dimension);
51 Array::Alloc<true>(self, array_class.Get(), array_length, array_class->GetComponentSize(),
53 if (UNLIKELY(new_array.Get() == nullptr)) {
72 return new_array.Get();
86 int dimension = dimensions->Get(i);
95 mirror::Class* element_class_ptr = element_class.Get();
99 if (UNLIKELY(array_class.Get() == nullptr)) {
104 mirror::Class* array_class_ptr = array_class.Get();
106 if (UNLIKELY(array_class.Get() == nullptr)) {
H A Diftable.h39 down_cast<ObjectArray<ArtMethod>*>(Get((i * kMax) + kMethodArray));
46 down_cast<ObjectArray<ArtMethod>*>(Get((i * kMax) + kMethodArray));
56 DCHECK(Get((i * kMax) + kMethodArray) == NULL);
H A Dstack_trace_element.cc61 declaring_class.Get());
63 method_name.Get());
65 file_name.Get());
H A Ddex_cache-inl.h36 ArtMethod* method = GetResolvedMethods()->Get(method_idx);
H A Dobject_test.cc133 EXPECT_TRUE(oa->Get(0) == NULL);
134 EXPECT_TRUE(oa->Get(1) == NULL);
135 oa->Set<false>(0, oa.Get());
136 EXPECT_TRUE(oa->Get(0) == oa.Get());
137 EXPECT_TRUE(oa->Get(1) == NULL);
138 oa->Set<false>(1, oa.Get());
139 EXPECT_TRUE(oa->Get(0) == oa.Get());
140 EXPECT_TRUE(oa->Get(
[all...]
/art/runtime/arch/
H A Dstub_test.cc618 Invoke3(reinterpret_cast<size_t>(obj.Get()), 0U, 0U, art_quick_lock_object, self);
626 Invoke3(reinterpret_cast<size_t>(obj.Get()), 0U, 0U, art_quick_lock_object, self);
642 Invoke3(reinterpret_cast<size_t>(obj2.Get()), 0U, 0U, art_quick_lock_object, self);
691 test->Invoke3(reinterpret_cast<size_t>(obj.Get()), 0U, 0U, art_quick_unlock_object, self);
700 test->Invoke3(reinterpret_cast<size_t>(obj.Get()), 0U, 0U, art_quick_lock_object, self);
706 test->Invoke3(reinterpret_cast<size_t>(obj.Get()), 0U, 0U, art_quick_unlock_object, self);
760 test->Invoke3(reinterpret_cast<size_t>(objects[index].Get()), 0U, 0U, art_quick_lock_object,
764 test->Invoke3(reinterpret_cast<size_t>(objects[index].Get()), 0U, 0U,
777 MonitorInfo info(objects[index].Get());
796 test->Invoke3(reinterpret_cast<size_t>(objects[index].Get()),
[all...]
/art/runtime/verifier/
H A Dmethod_verifier-inl.h42 return class_loader_->Get();
46 return dex_cache_->Get();

Completed in 237 milliseconds

12345