Home
last modified time | relevance | path

Searched refs:marked (Results 1 – 12 of 12) sorted by relevance

/art/runtime/jit/
Dprofiling_info.cc86 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/
Db_22080519.smali12 # This instruction will be marked runtime-throw.
/art/tools/hiddenapi/
DREADME.md7 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/
DTest.smali42 # Block would be split here but second part not marked as throwing.
/art/build/
DAndroid.bp90 "-Wused-but-marked-unused",
190 // not being marked noreturn if kIsFooEnabled is false.
/art/tools/runtime_memusage/
DREADME18 Files are marked for poisoning, their starting addresses are logged in logcat.
/art/test/161-final-abstract-class/smali/
DMain.smali11 # // Make sure that the abstract final class is marked as erroneous.
/art/test/
DAndroid.bp90 "-Wno-used-but-marked-unused",
135 "-Wno-used-but-marked-unused",
/art/
DNOTICE72 excluding communication that is conspicuously marked or otherwise
/art/compiler/optimizing/
Dcode_generator_arm64.h675 void GenerateUnsafeCasOldValueMovWithBakerReadBarrier(vixl::aarch64::Register marked,
Dintrinsics_arm64.cc1025 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()
Dcode_generator_arm64.cc5848 vixl::aarch64::Register marked, in GenerateUnsafeCasOldValueMovWithBakerReadBarrier() argument
5854 uint32_t custom_data = EncodeBakerReadBarrierGcRootData(marked.GetCode()); in GenerateUnsafeCasOldValueMovWithBakerReadBarrier()
5861 __ mov(marked, old_value); in GenerateUnsafeCasOldValueMovWithBakerReadBarrier()