Home
last modified time | relevance | path

Searched defs:IsCompiled (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/llvm/include/llvm/Support/
H A DSpecialCaseList.h92 bool IsCompiled; variable
/aosp_15_r20/external/vixl/src/aarch64/
H A Ddecoder-aarch64.h605 bool IsCompiled() const { return GetCompiledNode() != NULL; } in IsCompiled() function
/aosp_15_r20/art/runtime/jit/
H A Djit_code_cache.cc154 bool IsCompiled() const { in IsCompiled() function in art::jit::JitCodeCache::JniStubData