Home
last modified time | relevance | path

Searched defs:code_ (Results 1 – 6 of 6) sorted by relevance

/art/compiler/jni/quick/
Djni_compiler.h58 std::vector<uint8_t> code_; variable
/art/runtime/
Doat_quick_method_header.h181 uint8_t code_[0]; variable
/art/compiler/driver/
Dcompiled_method_storage.cc143 std::vector<uint8_t, SwapAllocator<uint8_t>> code_; member in art::CompiledMethodStorage::ThunkMapValue
/art/dex2oat/linker/arm/
Drelative_patcher_arm_base.cc150 const ArrayRef<const uint8_t> code_; // The code of the thunk. member in art::linker::ArmBaseRelativePatcher::ThunkData
/art/runtime/jit/
Djit_code_cache.cc203 const void* code_; member in art::jit::JitCodeCache::JniStubData
/art/dexlayout/
Ddex_ir.h758 CodeItem* code_; // This can be nullptr. variable