Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofiling_info.cc87 mirror::Class* marked = ReadBarrier::IsMarked(existing); in AddInvokeInfo() local
88 if (marked == cls) { in AddInvokeInfo()
91 } else if (marked == nullptr) { in AddInvokeInfo()
Djit_code_cache.cc148 ObjPtr<mirror::Class> marked = ReadBarrier::IsMarked(klass.Ptr()); in UpdateEntryPoints() local
149 ObjPtr<mirror::Class> checked_klass = (marked != nullptr) ? marked : klass; in UpdateEntryPoints()
/art/libnativebridge/tests/
DAndroid.bp29 "-Wno-used-but-marked-unused",
87 "-Wno-used-but-marked-unused",
153 "-Wno-used-but-marked-unused",
/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.bp97 "-Wused-but-marked-unused",
218 // 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/
DNOTICE72 excluding communication that is conspicuously marked or otherwise
/art/compiler/optimizing/
Dcode_generator_arm64.h682 void GenerateUnsafeCasOldValueMovWithBakerReadBarrier(vixl::aarch64::Register marked,
/art/test/
DAndroid.bp89 "-Wno-used-but-marked-unused",
134 "-Wno-used-but-marked-unused",