Home
last modified time | relevance | path

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

/art/runtime/
Dhandle_scope-inl.h32 mirror::Object* fill_value) in FixedSizeHandleScope() argument
40 SetReference(i, fill_value); in FixedSizeHandleScope()
45 inline StackHandleScope<kNumReferences>::StackHandleScope(Thread* self, mirror::Object* fill_value) in StackHandleScope() argument
46 : FixedSizeHandleScope<kNumReferences>(self->GetTopHandleScope(), fill_value), in StackHandleScope()
Dhandle_scope.h240 mirror::Object* fill_value = nullptr);
263 explicit ALWAYS_INLINE StackHandleScope(Thread* self, mirror::Object* fill_value = nullptr);