Home
last modified time | relevance | path

Searched refs:AddCode (Results 1 – 10 of 10) sorted by relevance

/external/pdfium/core/fxcodec/gif/
Dcfx_lzwdecompressor.cpp106 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
Dcfx_lzwdecompressor.h44 void AddCode(uint16_t prefix_code, uint8_t append_char);
/external/pdfium/core/fxcodec/codec/
Dfx_codec_flate.cpp112 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/
Dcpu-profiler-inl.h19 code_map->AddCode(start, entry, size); in UpdateCodeMap()
Dprofile-generator.cc510 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()
Dprofile-generator.h315 void AddCode(Address addr, CodeEntry* entry, unsigned size);
Dcpu-profiler.cc290 code_map->AddCode(reinterpret_cast<Address>(counter), entry.get(), 1); in CreateEntriesForRuntimeCallStats()
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_stats.cc258 node->second->AddCode(entry.code_def(), &id_to_string_); in AddOpLogProto()
Dtfprof_node.h359 void AddCode(const CodeDef& code, in AddCode() function
/external/v8/src/
Dgdb-jit.cc2136 static void AddCode(const char* name, Code* code, SharedFunctionInfo* shared, in AddCode() function
2188 AddCode(builder.Finalize(), code, shared, lineinfo); in EventHandler()