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

  /art/runtime/
handle_scope-inl.h 32 mirror::Object* fill_value)
40 SetReference(i, fill_value);
45 inline StackHandleScope<kNumReferences>::StackHandleScope(Thread* self, mirror::Object* fill_value)
46 : FixedSizeHandleScope<kNumReferences>(self->GetTopHandleScope(), fill_value),
handle_scope.h 240 mirror::Object* fill_value = nullptr);
263 explicit ALWAYS_INLINE StackHandleScope(Thread* self, mirror::Object* fill_value = nullptr);
  /device/linaro/bootloader/arm-trusted-firmware/plat/hikey/
plat_io_storage.c 492 uint32_t fill_value; local
533 fill_value = *(unsigned int *)data;
534 if (fill_value != 0) {
  /toolchain/binutils/binutils-2.25/gas/config/
tc-mips.c 15318 int temp, fill_value, *fill_ptr; local
    [all...]

Completed in 1409 milliseconds