Searched defs:code_ (Results 1 – 6 of 6) sorted by relevance
/art/compiler/jni/quick/ | ||
D | jni_compiler.h | 58 std::vector<uint8_t> code_; variable |
/art/runtime/ | ||
D | oat_quick_method_header.h | 167 uint8_t code_[0]; // The actual method code. variable |
/art/compiler/driver/ | ||
D | compiled_method_storage.cc | 143 std::vector<uint8_t, SwapAllocator<uint8_t>> code_; member in art::CompiledMethodStorage::ThunkMapValue |
/art/dex2oat/linker/arm/ | ||
D | relative_patcher_arm_base.cc | 150 const ArrayRef<const uint8_t> code_; // The code of the thunk. member in art::linker::ArmBaseRelativePatcher::ThunkData |
/art/runtime/jit/ | ||
D | jit_code_cache.cc | 204 const void* code_; member in art::jit::JitCodeCache::JniStubData |
/art/dexlayout/ | ||
D | dex_ir.h | 758 CodeItem* code_; // This can be nullptr. variable |