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

  /bionic/libc/private/
bionic_time_conversions.h 47 static inline int check_timespec(const timespec* ts, bool null_allowed) {
48 if (null_allowed && ts == nullptr) {
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/object_tracker/
object_tracker.cpp     [all...]
  /art/compiler/utils/arm/
jni_macro_assembler_arm_vixl.h 157 // value is null and null_allowed. in_reg holds a possibly stale reference
163 bool null_allowed) OVERRIDE;
166 // value is null and null_allowed.
170 bool null_allowed) OVERRIDE;
jni_macro_assembler_arm_vixl.cc 447 bool null_allowed) {
454 if (null_allowed) {
496 bool null_allowed) {
501 if (null_allowed) {
  /art/compiler/utils/
jni_macro_assembler.h 170 // value is null and null_allowed. in_reg holds a possibly stale reference
176 bool null_allowed) = 0;
179 // value is null and null_allowed.
183 bool null_allowed) = 0;
  /art/compiler/utils/x86/
jni_macro_assembler_x86.h 129 // value is null and null_allowed. in_reg holds a possibly stale reference
133 ManagedRegister in_reg, bool null_allowed) OVERRIDE;
136 // value is null and null_allowed.
138 ManagedRegister scratch, bool null_allowed) OVERRIDE;
jni_macro_assembler_x86.cc 426 bool null_allowed) {
431 VerifyObject(in_reg, null_allowed);
432 if (null_allowed) {
449 bool null_allowed) {
452 if (null_allowed) {
  /art/compiler/utils/x86_64/
jni_macro_assembler_x86_64.h 151 // value is null and null_allowed. in_reg holds a possibly stale reference
157 bool null_allowed) OVERRIDE;
160 // value is null and null_allowed.
164 bool null_allowed) OVERRIDE;
jni_macro_assembler_x86_64.cc 477 bool null_allowed) {
480 if (in_reg.IsNoRegister()) { // TODO(64): && null_allowed
488 VerifyObject(in_reg, null_allowed);
489 if (null_allowed) {
506 bool null_allowed) {
509 if (null_allowed) {
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
object_tracker.h 240 static bool validate_image(VkQueue dispatchable_object, VkImage object, VkDebugReportObjectTypeEXT objType, bool null_allowed);
242 bool null_allowed);
244 bool null_allowed);
246 bool null_allowed);
248 VkDebugReportObjectTypeEXT objType, bool null_allowed);
250 bool null_allowed);
252 bool null_allowed);
255 bool null_allowed);
257 bool null_allowed);
259 bool null_allowed);
    [all...]
  /art/compiler/utils/arm64/
jni_macro_assembler_arm64.h 139 // value is null and null_allowed. in_reg holds a possibly stale reference
145 bool null_allowed) OVERRIDE;
148 // value is null and null_allowed.
152 bool null_allowed) OVERRIDE;
jni_macro_assembler_arm64.cc 561 bool null_allowed) {
567 if (null_allowed) {
589 bool null_allowed) {
592 if (null_allowed) {
  /art/compiler/jni/quick/
jni_compiler.cc 679 bool null_allowed = false; local
    [all...]
  /art/compiler/utils/mips/
assembler_mips.h     [all...]
assembler_mips.cc     [all...]
  /art/compiler/utils/mips64/
assembler_mips64.h     [all...]
assembler_mips64.cc     [all...]
  /external/vulkan-validation-layers/layers/
object_tracker.cpp 318 static bool ValidateObject(T1 dispatchable_object, T2 object, VkDebugReportObjectTypeEXT object_type, bool null_allowed,
320 if (null_allowed && (object == VK_NULL_HANDLE)) {
    [all...]

Completed in 336 milliseconds