Searched defs:code_ (Results 1 – 7 of 7) sorted by relevance
| /art/compiler/jni/quick/ | ||
| D | jni_compiler.h | 60 std::vector<uint8_t> code_; variable |
| /art/runtime/ | ||
| D | oat_quick_method_header.h | 200 uint8_t code_[0]; // The actual method code. variable |
| /art/compiler/ | ||
| D | common_compiler_test.cc | 183 std::vector<uint8_t> code_; member in art::CommonCompilerTestImpl::OneCompiledMethodStorage |
| /art/dex2oat/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 | 193 const void* code_; member in art::jit::JitCodeCache::JniStubData |
| /art/dexlayout/ | ||
| D | dex_ir.h | 766 CodeItem* code_; // This can be nullptr. variable |