Home
last modified time | relevance | path

Searched defs:AddCode (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fxcodec/lgif/
Dfx_gif.cpp74 void CGifLZWDecoder::AddCode(uint16_t prefix_code, uint8_t append_char) { in AddCode() function in CGifLZWDecoder
/external/v8/src/profiler/
Dprofile-generator.cc510 void CodeMap::AddCode(Address addr, CodeEntry* entry, unsigned size) { in AddCode() function in v8::internal::CodeMap
/external/pdfium/core/fxcodec/codec/
Dfx_codec_flate.cpp118 void CLZWDecoder::AddCode(uint32_t prefix_code, uint8_t append_char) { in AddCode() function in __anonf31383cb0111::CLZWDecoder
/external/v8/src/
Dgdb-jit.cc2136 static void AddCode(const char* name, Code* code, SharedFunctionInfo* shared, in AddCode() function