/aosp12/art/compiler/jit/ |
H A D | jit_logger.h | 98 void WriteLog(const void* ptr, size_t code_size, ArtMethod* method) in WriteLog()
|
H A D | jit_logger.cc | 52 void JitLogger::WritePerfMapLog(const void* ptr, size_t code_size, ArtMethod* method) { in WritePerfMapLog() 269 void JitLogger::WriteJitDumpLog(const void* ptr, size_t code_size, ArtMethod* method) { in WriteJitDumpLog()
|
/aosp12/system/extras/simpleperf/ |
H A D | read_dex_file.cpp | 47 size_t name_size, code_size; in ReadSymbols() local
|
/aosp12/art/compiler/debug/ |
H A D | method_debug_info.h | 42 uint32_t code_size; member
|
/aosp12/art/libelffile/dwarf/ |
H A D | headers.h | 72 uint64_t code_size, in WriteFDE()
|
/aosp12/system/unwinding/libunwindstack/ |
H A D | DexFile.cpp | 138 size_t code_size, name_size; in GetFunctionName() local
|
/aosp12/art/compiler/ |
H A D | exception_test.cc | 69 uint32_t code_size = 12; in SetUp() local
|
H A D | common_compiler_test.cc | 56 const uint32_t code_size = code.size(); in CodeAndMetadata() local
|
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | cycx_cfm.h | 61 unsigned long code_size; member
|
/aosp12/art/runtime/ |
H A D | native_stack_dump.cc | 314 uintptr_t code_size = reinterpret_cast<const OatQuickMethodHeader*>(code)[-1].GetCodeSize(); in PcIsWithinQuickCode() local
|
H A D | stack.cc | 681 uint32_t code_size = OatQuickMethodHeader::FromEntryPoint(code)->GetCodeSize(); in AssertPcIsWithinQuickCode() local
|
/aosp12/art/compiler/optimizing/ |
H A D | stack_map_stream.cc | 68 void StackMapStream::EndMethod(size_t code_size) { in EndMethod()
|
H A D | optimizing_compiler.cc | 1131 size_t code_size) { in CreateJniStackMap()
|
H A D | code_generator.cc | 442 size_t code_size = GetAssembler()->CodeSize(); in Finalize() local
|
/aosp12/art/dex2oat/linker/arm64/ |
H A D | relative_patcher_arm64.cc | 78 inline uint32_t MaxExtraSpace(size_t num_adrp, size_t code_size) { in MaxExtraSpace()
|
/aosp12/art/dex2oat/linker/ |
H A D | oat_writer.cc | 1216 uint32_t code_size = quick_code.size() * sizeof(uint8_t); in VisitMethod() local 1328 uint32_t code_size = quick_code.size() * sizeof(uint8_t); in VisitMethod() local 1738 uint32_t code_size = quick_code.size() * sizeof(uint8_t); in VisitMethod() local
|
H A D | oat_writer_test.cc | 82 size_t code_size = quick_code.size() * sizeof(quick_code[0]); in CheckMethod() local
|
/aosp12/art/oatdump/ |
H A D | oatdump.cc | 1114 uint32_t code_size = oat_method.GetQuickCodeSize(); in DumpOatMethod() local 1507 bool bad_input, size_t code_size) { in DumpCode()
|
/aosp12/art/runtime/jit/ |
H A D | jit_code_cache.cc | 934 size_t code_size, in Reserve()
|