Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1471 bottom_of_used_area_ = fsc.ComputeLayout(sp, is_static, shorty, shorty_len, &handle_scope_, in BuildGenericJniFrameVisitor()
1475 handle_scope_->SetNumberOfReferences(handle_scope_entries); in BuildGenericJniFrameVisitor()
1476 jni_call_.Reset(start_gpr_reg, start_fpr_reg, start_stack_arg, handle_scope_); in BuildGenericJniFrameVisitor()
1492 return handle_scope_->GetHandle(0).GetReference(); in GetFirstHandleScopeEntry()
1496 return handle_scope_->GetHandle(0).ToJObject(); in GetFirstHandleScopeJObject()
1509 handle_scope_(handle_scope), cur_entry_(0) {} in FillJniCall()
1515 handle_scope_ = scope; in Reset()
1521 size_t expected_slots = handle_scope_->NumberOfReferences(); in ResetRemainingScopeSlots()
1523 handle_scope_->GetHandle(cur_entry_++).Assign(nullptr); in ResetRemainingScopeSlots()
1529 HandleScope* handle_scope_; member in art::FINAL::FINAL
[all …]
/art/runtime/interpreter/
Dinterpreter_common.cc388 : StackVisitor(self, nullptr), self_(self), handle_scope_(self), exception_(exception), in CatchLocationFinder()
389 catch_method_(handle_scope_.NewHandle<mirror::ArtMethod>(nullptr)), in CatchLocationFinder()
440 StackHandleScope<1> handle_scope_; member in art::interpreter::CatchLocationFinder