Home
last modified time | relevance | path

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

/art/runtime/
Dhandle_scope-inl.h34 ObjPtr<mirror::Object> fill_value) in FixedSizeHandleScope() argument
42 SetReference(i, fill_value); in FixedSizeHandleScope()
48 ObjPtr<mirror::Object> fill_value) in StackHandleScope() argument
49 : FixedSizeHandleScope<kNumReferences>(self->GetTopHandleScope(), fill_value), in StackHandleScope()
Dhandle_scope.h199 ObjPtr<mirror::Object> fill_value = nullptr);
223 ObjPtr<mirror::Object> fill_value = nullptr);