Searched refs:marked (Results 1 – 12 of 12) sorted by relevance
/art/runtime/jit/ |
D | profiling_info.cc | 86 mirror::Class* marked = ReadBarrier::IsMarked(existing); in AddInvokeInfo() local 87 if (marked == cls) { in AddInvokeInfo() 90 } else if (marked == nullptr) { in AddInvokeInfo()
|
/art/test/800-smali/smali/ |
D | b_22080519.smali | 12 # This instruction will be marked runtime-throw.
|
/art/tools/hiddenapi/ |
D | README.md | 7 runtime that the marked methods/fields should be treated as internal APIs with 14 The methods/fields to be marked are specified in two text files (greylist,
|
/art/test/523-checker-can-throw-regression/smali/ |
D | Test.smali | 42 # Block would be split here but second part not marked as throwing.
|
/art/build/ |
D | Android.bp | 90 "-Wused-but-marked-unused", 190 // not being marked noreturn if kIsFooEnabled is false.
|
/art/tools/runtime_memusage/ |
D | README | 18 Files are marked for poisoning, their starting addresses are logged in logcat.
|
/art/test/161-final-abstract-class/smali/ |
D | Main.smali | 11 # // Make sure that the abstract final class is marked as erroneous.
|
/art/test/ |
D | Android.bp | 90 "-Wno-used-but-marked-unused", 135 "-Wno-used-but-marked-unused",
|
/art/ |
D | NOTICE | 72 excluding communication that is conspicuously marked or otherwise
|
/art/compiler/optimizing/ |
D | code_generator_arm64.h | 675 void GenerateUnsafeCasOldValueMovWithBakerReadBarrier(vixl::aarch64::Register marked,
|
D | intrinsics_arm64.cc | 1025 Register marked = WRegisterFrom(locations->GetTemp(1)); // The marked old value. in EmitNativeCode() local 1029 arm64_codegen->GenerateUnsafeCasOldValueMovWithBakerReadBarrier(marked, old_value); in EmitNativeCode() 1030 __ Cmp(marked, expected); in EmitNativeCode()
|
D | code_generator_arm64.cc | 5848 vixl::aarch64::Register marked, in GenerateUnsafeCasOldValueMovWithBakerReadBarrier() argument 5854 uint32_t custom_data = EncodeBakerReadBarrierGcRootData(marked.GetCode()); in GenerateUnsafeCasOldValueMovWithBakerReadBarrier() 5861 __ mov(marked, old_value); in GenerateUnsafeCasOldValueMovWithBakerReadBarrier()
|