Searched refs:AddCode (Results 1 – 10 of 10) sorted by relevance
/external/pdfium/core/fxcodec/gif/ |
D | cfx_lzwdecompressor.cpp | 106 AddCode(code_old_, code_first_); in Decode() 116 AddCode(code_old_, append_char); in Decode() 152 void CFX_LZWDecompressor::AddCode(uint16_t prefix_code, uint8_t append_char) { in AddCode() function in CFX_LZWDecompressor
|
D | cfx_lzwdecompressor.h | 44 void AddCode(uint16_t prefix_code, uint8_t append_char);
|
/external/pdfium/core/fxcodec/codec/ |
D | fx_codec_flate.cpp | 112 void AddCode(uint32_t prefix_code, uint8_t append_char); 127 void CLZWDecoder::AddCode(uint32_t prefix_code, uint8_t append_char) { in AddCode() function in __anon6fb3f2490111::CLZWDecoder 205 AddCode(old_code, last_char); in Decode() 236 AddCode(old_code, last_char); in Decode() 242 AddCode(old_code, last_char); in Decode()
|
/external/v8/src/profiler/ |
D | cpu-profiler-inl.h | 19 code_map->AddCode(start, entry, size); in UpdateCodeMap()
|
D | profile-generator.cc | 510 void CodeMap::AddCode(Address addr, CodeEntry* entry, unsigned size) { in AddCode() function in v8::internal::CodeMap 540 AddCode(to, info.entry, info.size); in MoveCode()
|
D | profile-generator.h | 315 void AddCode(Address addr, CodeEntry* entry, unsigned size);
|
D | cpu-profiler.cc | 290 code_map->AddCode(reinterpret_cast<Address>(counter), entry.get(), 1); in CreateEntriesForRuntimeCallStats()
|
/external/tensorflow/tensorflow/core/profiler/internal/ |
D | tfprof_stats.cc | 258 node->second->AddCode(entry.code_def(), &id_to_string_); in AddOpLogProto()
|
D | tfprof_node.h | 359 void AddCode(const CodeDef& code, in AddCode() function
|
/external/v8/src/ |
D | gdb-jit.cc | 2136 static void AddCode(const char* name, Code* code, SharedFunctionInfo* shared, in AddCode() function 2188 AddCode(builder.Finalize(), code, shared, lineinfo); in EventHandler()
|