Home
last modified time | relevance | path

Searched refs:AddCode (Results 1 – 14 of 14) 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 __anon076e626c0111::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(instruction_start, entry, instruction_size); in UpdateCodeMap()
Dprofile-generator.h371 void AddCode(Address addr, CodeEntry* entry, unsigned size);
Dcpu-profiler.cc333 code_map->AddCode(reinterpret_cast<Address>(counter), entry, 1); in CreateEntriesForRuntimeCallStats()
Dprofile-generator.cc528 void CodeMap::AddCode(Address addr, CodeEntry* entry, unsigned size) { in AddCode() function in v8::internal::CodeMap
/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/wasm/
Dwasm-code-manager.h221 WasmCode* AddCode(uint32_t index, const CodeDesc& desc, uint32_t stack_slots,
Dwasm-code-manager.cc518 WasmCode* NativeModule::AddCode( in AddCode() function in v8::internal::wasm::NativeModule
/external/v8/src/
Dgdb-jit.cc2091 static void AddCode(const char* name, Code* code, SharedFunctionInfo* shared, in AddCode() function
2145 AddCode(builder.Finalize(), code, shared, lineinfo); in EventHandler()
/external/v8/src/wasm/baseline/
Dliftoff-compiler.cc1890 code_ = wasm_unit_->native_module_->AddCode( in ExecuteCompilation()
/external/v8/src/compiler/
Dpipeline.cc1080 wasm::WasmCode* code = native_module_->AddCode( in ExecuteJobImpl()