Home
last modified time | relevance | path

Searched refs:code_size_ (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/pdfium/core/fxcodec/gif/
H A Dlzw_decompressor.cpp33 : code_size_(code_exp), in LZWDecompressor()
140 code_size_cur_ = code_size_ + 1; in ClearTable()
H A Dlzw_decompressor.h58 const uint8_t code_size_; variable
/aosp_15_r20/art/compiler/jit/
H A Djit_logger.cc169 uint64_t code_size_; // Size of the jitted code. member
282 jit_code.code_size_ = code_size; in WriteJitDumpLog()
/aosp_15_r20/art/compiler/optimizing/
H A Dstack_map_stream.cc82 code_size_ = code_size; in EndMethod()
102 CHECK_EQ(code_info.code_size_, code_size); in EndMethod()
398 code_size_, in Encode()
H A Dstack_map_stream.h128 uint32_t code_size_ = 0; variable
/aosp_15_r20/art/runtime/oat/
H A Dstack_map.h299 return DecodeHeaderOnly(code_info_data).code_size_; in DecodeCodeSize()
536 callback(index++, &CodeInfo::code_size_); in ForEachHeaderField()
578 uint32_t code_size_ = 0; // The size of native PC range in bytes. variable
H A Dstack_map.cc206 << " CodeSize:" << code_size_ in Dump()
/aosp_15_r20/art/dex2oat/linker/
H A Doat_writer.h203 return code_size_; in GetCodeSize()
408 size_t code_size_; variable
H A Doat_writer.cc364 code_size_(0u), in OatWriter()
642 code_size_ = offset - GetOatHeader().GetExecutableOffset(); in PrepareLayout()
2624 size_t code_end = GetOatHeader().GetExecutableOffset() + code_size_; in WriteDataImgRelRo()