Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/gif/
Dcfx_lzwdecompressor.cpp151 void CFX_LZWDecompressor::AddCode(uint16_t prefix_code, uint8_t append_char) { in AddCode() function in CFX_LZWDecompressor
/external/v8/src/profiler/
Dprofile-generator.cc665 void CodeMap::AddCode(Address addr, CodeEntry* entry, unsigned size) { in AddCode() function in v8::internal::CodeMap
/external/pdfium/core/fxcodec/flate/
Dflatemodule.cpp143 void CLZWDecoder::AddCode(uint32_t prefix_code, uint8_t append_char) { in AddCode() function in fxcodec::__anon7ea5c8310111::CLZWDecoder
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_node.h358 void AddCode(const CodeDef& code, in AddCode() function
/external/v8/src/wasm/
Dwasm-code-manager.cc1006 std::unique_ptr<WasmCode> NativeModule::AddCode( in AddCode() function in v8::internal::wasm::NativeModule
/external/v8/src/diagnostics/
Dgdb-jit.cc1978 static void AddCode(const char* name, Code code, SharedFunctionInfo shared, in AddCode() function