HomeSort by relevance Sort by last modified time
    Searched full:kpoisonheapreferences (Results 1 - 7 of 7) sorted by null

  /art/runtime/mirror/
object_reference.h 78 class MANAGED HeapReference : public ObjectReference<kPoisonHeapReferences, MirrorType> {
86 : ObjectReference<kPoisonHeapReferences, MirrorType>(mirror_ptr) {}
  /art/runtime/
globals.h 106 static constexpr bool kPoisonHeapReferences = false;
common_runtime_test.h 154 if (kPoisonHeapReferences) { \
parsed_options.cc 233 if (kPoisonHeapReferences) {
234 // kPoisonHeapReferences currently works only with the interpreter only.
    [all...]
  /art/compiler/utils/arm/
assembler_arm.cc 509 if (kPoisonHeapReferences) {
  /art/compiler/utils/mips/
assembler_mips.cc 689 if (kPoisonHeapReferences) {
    [all...]
  /art/compiler/utils/x86/
assembler_x86.cc     [all...]

Completed in 157 milliseconds