HomeSort by relevance Sort by last modified time
    Searched refs:GetTopHandleScope (Results 1 - 4 of 4) sorted by null

  /art/runtime/
handle_scope-inl.h 46 : FixedSizeHandleScope<kNumReferences>(self->GetTopHandleScope(), fill_value),
200 : BaseHandleScope(self->GetTopHandleScope()),
thread.h 836 BaseHandleScope* GetTopHandleScope() {
    [all...]
  /art/compiler/jni/
jni_compiler_test.cc 530 ScopedCheckHandleScope() : handle_scope_(Thread::Current()->GetTopHandleScope()) {
534 EXPECT_EQ(handle_scope_, Thread::Current()->GetTopHandleScope())
550 for (BaseHandleScope* cur = self->GetTopHandleScope(); cur != nullptr; cur = cur->GetLink()) {
    [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc     [all...]

Completed in 172 milliseconds