Home
last modified time | relevance | path

Searched refs:handle_scope_ (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dselect_generator.h76 VariableSizedHandleScope* handle_scope_;
Dselect_generator.cc31 handle_scope_(handles) { in HSelectGenerator()
166 ReferenceTypePropagation::FixUpInstructionType(select, handle_scope_); in Run()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc2157 &handle_scope_, in BuildGenericJniFrameVisitor()
2161 jni_call_.Reset(start_gpr_reg, start_fpr_reg, start_stack_arg, handle_scope_); in BuildGenericJniFrameVisitor()
2179 return handle_scope_->GetHandle(0).GetReference(); in GetFirstHandleScopeEntry()
2183 return handle_scope_->GetHandle(0).ToJObject(); in GetFirstHandleScopeJObject()
2197 handle_scope_(handle_scope), in FillJniCall()
2205 handle_scope_ = scope; in Reset()
2211 size_t expected_slots = handle_scope_->NumberOfReferences(); in ResetRemainingScopeSlots()
2213 handle_scope_->GetMutableHandle(cur_entry_++).Assign(nullptr); in ResetRemainingScopeSlots()
2227 HandleScope* handle_scope_; member in art::BuildGenericJniFrameVisitor::FillJniCall
2232 HandleScope* handle_scope_; member in art::BuildGenericJniFrameVisitor
[all …]
/art/compiler/jni/
Djni_compiler_test.cc529 ScopedCheckHandleScope() : handle_scope_(Thread::Current()->GetTopHandleScope()) { in ScopedCheckHandleScope()
533 EXPECT_EQ(handle_scope_, Thread::Current()->GetTopHandleScope()) in ~ScopedCheckHandleScope()
538 BaseHandleScope* const handle_scope_; member