Home
last modified time | relevance | path

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

/art/compiler/jni/quick/
Djni_compiler.h60 std::vector<uint8_t> code_; variable
/art/runtime/
Doat_quick_method_header.h200 uint8_t code_[0]; // The actual method code. variable
/art/compiler/
Dcommon_compiler_test.cc183 std::vector<uint8_t> code_; member in art::CommonCompilerTestImpl::OneCompiledMethodStorage
/art/dex2oat/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.cc193 const void* code_; member in art::jit::JitCodeCache::JniStubData
/art/dexlayout/
Ddex_ir.h766 CodeItem* code_; // This can be nullptr. variable